Re: Call for testers: prerelease Xemacs auctex-1.44 (sync with 11.54)
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Uwe Brauer (2005-01-19) writes: >>>>>> "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 > Ralf> the environment. So all you will get to hear from users > Ralf> is that the value 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. What you are showing above does not set `TeX-macro-global' in any way. And I could not find any other place besides its defcustom where its value is changed. That means if the value of this variable is not nil in your case, you set manually somewhere. > 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) Last time I mentioned this as one of two alternatives for dealing with `TeX-macro-global' in XEmacs you wrote "For me both solutions look fine".[1] Could you please tie yourself down to one direction or the other? Anyway, please label that change clearly as an XEmacs specific so that users can address queries correctly. Footnotes: [1] <URL:http://article.gmane.org/gmane.emacs.auc-tex:5365> -- Ralf