Uwe Brauer writes:
No. Did you set TeX-auto-private to something other than `nil'?
If
Nope, its value is:
,----
|
| `TeX-style-private' is a variable declared in Lisp.
| -- loaded from "tex"
|
| Value: ("/home/oub/tex/sty/auto/")
|
| Documentation:
| List of directories containing hand-generated AUCTeX style files.
|
| These correspond to the personal TeX macros.
`----
I tried it with and without the "/" at the end of the path.
However the value of TeX-style-path is
,----
| `TeX-style-path' is a variable declared in Lisp.
| -- loaded from "tex"
|
| Value: ("/usr/local/var/auctex/"
"/usr/local/share/xemacs/xemacs-packages/etc/auctex/style"
"/home/oub/.emacs.d/auctex/auto" "/home/oub/.emacs.d/auctex/style"
"auto" "style")
|
| Documentation:
| 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'.
`----
Where you can see that the value of TeX-style-private is missing. The same
operation in GNU emacs leads to a correct value of TeX-style-path.
Tassilo suspects that it is the (add-to-list 'path file t)
call which might cause the problem, and has changed it.
A workaround is to customize directly TeX-style-path, which I am doing
right now. I was just curious to understand the reason behind this.
you did, is it possible that there's a function that checks that
the
file/directory exists and resets it to `nil' if it doesn't exist?
Perhaps there's a typo in your init file or other custom setting?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta