2 Aug 2008 22:21
Re: AUCTeX tool-bar and icons
Ralf Angeli <angeli <at> caeruleus.net>
2008-08-02 20:21:33 GMT
2008-08-02 20:21:33 GMT
* Ralf Angeli (2008-05-17) writes: > * Reiner Steib (2008-05-15) writes: > >> On Thu, May 15 2008, Ralf Angeli wrote: >> >> Yes, this seems necessary. >> >> Something along this line. WDYT? > >> + (,(if (and (not (featurep 'xemacs)) (>= emacs-major-version 22)) >> + 'open-file >> + 'new-file) > > `open-file' and `new-file' need to be swapped. > >> + (dired :image [,(if (and (not (featurep 'xemacs)) (>= emacs-major-version 22)) >> + 'diropen >> + 'open) > > Those should be strings. > > And `TeX-bar-TeX-buttons' and `TeX-bar-LaTeX-buttons' have to be adapted > as well. Either we provide both `new-file' and `open-file' in the > default or we special-case them based on the Emacs version. Again, I > would not mind sparing some space by not offering `open-file' on Emacs > 22. (c: I've checked this in.(Continue reading)
RSS Feed