Re: Call for testers: prerelease Xemacs auctex-1.44 (sync with 11.54)
Uwe Brauer <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Ralf" == Ralf Angeli <[email protected]> writes: Ralf> * Uwe Brauer (2005-01-19) writes: >> I would like to ask the users to test this new release, especially >> users which use Miktex in the MS windows environment. >> >> An important point is to know whether the variable >> TeX-macro-global has been set correctly. Ralf> You are setting it to nil in tex-site.el, regardless of the Ralf> environment. So all you will get to hear from users is that the value Ralf> is nil unless they set it manually. Well not really (eval-after-load "tex" '(if (and (not TeX-macro-global) (or (getenv "TEXMFCNF") (getenv "TEXMFLOCAL"))) That works for me, that is the infamous question does not pop up for me, TeX-macro-global is set to the correct paths in my environment. I don't know who this will work for MS though. Ralf> As I wrote before, I can give you a patch which lets you get rid of Ralf> the kludge in your tex-site.el. It would include Elisp code for Ralf> determining the value of `TeX-macro-global' at load time. Right, but in my understanding, this would only be included in 11.55 (I am not too keen to get CSV code in the official pkg) On the other hand if as you predict a lot of users will complain, I put that code in. Uwe