From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: TeX-master: TeX-master is let-bound Date: Tue, 30 Oct 2012 21:32:29 +0100 Message-ID: <80objjn1k2.fsf@somewhere.org> References: <87a9vajy4n@ch.ristopher.com> <20121025214510.GB24961@kuru.dyndns-at-home.com> <87sj92chzi@ch.ristopher.com> <20121026065115.GC24961@kuru.dyndns-at-home.com> <87mwz98vz4@ch.ristopher.com> <87k3uds0vv@ch.ristopher.com> <2831.1351269097@alphaville> <87625tj7tb@ch.ristopher.com> <647.1351549548@alphaville> <87390w51k0@ch.ristopher.com> <2583.1351553130@alphaville> <87k3u8qtw0@ch.ristopher.com> <6271.1351619131@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Nick, Nick Dokos wrote: > Not in my case: (latex-mode) loads the standard tex mode. How do you get > auctex loaded? I thought it was a separate package that needs special > initialization: (load "auctex.el" nil t t) is what the documentation says. > And I have 11.86 which I believe is latest available, but I might be behind > the times: I haven't worried about it in a few years. 11.86 is still the latest, dating back from one year or two, something like that. Regarding installing it, I have: --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "~/Downloads/emacs/site-lisp/auctex-11.86/lisp") (add-to-list 'load-path "~/Downloads/emacs/site-lisp/auctex-11.86/lisp/auctex") (when (locate-library "auctex") (load "auctex.el") t) --8<---------------cut here---------------end--------------->8--- But you must pay attention to the following: - (la)tex-mode :: default Emacs built-in (La)TeX mode - (La)TeX-mode :: AUCTeX (`LaTeX/P' in the modeline?) and AUCTeX aliases `(la)tex-mode' to `(La)TeX-mode'. Something very bad IMHO (having very different packages bound to the same name, but in a different capitalization) for the sake of simplicity... But, apart from that, it's a great package -- until you find out about Org ;-). Best regards, Seb -- Sebastien Vauban