* Ralf Angeli (2008-12-15) writes:

> We currently have the following code for determining the value of
> `TeX-macro-private':
>
> (defcustom TeX-macro-private (append (TeX-parse-path "TEXINPUTS")
>                                    (TeX-parse-path "BIBINPUTS"))
>   "Directories where you store your personal TeX macros."

Now if `TeX-macro-private' is set to '("/home/foo/texmf/tex/"), we get
'("/home/foo/texmf/tex/style") and '("/home/foo/texmf/tex/auto") for
`TeX-style-private' and `TeX-auto-private' respectively.  Do we really
want to put AUCTeX style files in those directories?  Personally I'd
rather use something like "~/.emacs.d/tex/{style,auto}".

-- 
Ralf



_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to