Hi
The latest auctex version 11.88 uses the following custom variable
(defcustom TeX-style-path
(let ((path))
;; Put directories in an order where the more local files can
;; override the more global ones.
(mapcar (lambda (file) (when file (add-to-list 'path file t)))
(append (list TeX-auto-global TeX-style-global)
TeX-auto-private TeX-style-private
(list TeX-auto-local TeX-style-local)))
path)
"List of directories to search for AUCTeX style files.
Per default the list is built from the values of the variables
`TeX-auto-global', `TeX-style-global', `TeX-auto-private',
`TeX-style-private', `TeX-auto-local', and `TeX-style-local'."
:group 'TeX-file
:type '(repeat (file :format "%v")))
the variable TeX-style-private is a name of a directory in which local
files dwell. Now I have set this variable in Xemacs and in GNU emacs via
custom (different custom files of course) to the value
/home/oub/tex/sty/auto
The issue is that TeX-style-path should contain also the value of
TeX-auto-private, /home/oub/tex/sty/auto
in GNU emacs it does, in Xemacs it does not.
Is there anything in the above definition Xemacs does not understand?
thanks
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta