[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: Determination of value for TeX-macro-private
From: |
Ralf Angeli |
Subject: |
[AUCTeX-devel] Re: Determination of value for TeX-macro-private |
Date: |
Sat, 20 Dec 2008 13:57:16 +0100 |
* 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