[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: AUCTeX tool-bar and icons
From: |
Ralf Angeli |
Subject: |
[AUCTeX-devel] Re: AUCTeX tool-bar and icons |
Date: |
Sat, 02 Aug 2008 22:21:33 +0200 |
* 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.
--
Ralf
- [AUCTeX-devel] Re: AUCTeX tool-bar and icons,
Ralf Angeli <=