* 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 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to