From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: TeX-master: TeX-master is let-bound Date: Tue, 30 Oct 2012 16:54:04 -0400 Message-ID: <13801.1351630444@alphaville> 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> <80objjn1k2.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTIp6-0006oo-Em for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTIp4-0002k7-QH for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:54:08 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:9290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTIp4-0002jx-In for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 16:54:06 -0400 In-Reply-To: Message from "Sebastien Vauban" of "Tue, 30 Oct 2012 21:32:29 BST." <80objjn1k2.fsf@somewhere.org> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: emacs-orgmode@gnu.org Sebastien Vauban wrote: > 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: > > (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) > > 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... > Yes, but in order to get LaTeX-mode when you ask for latex-mode, auctex must already be loaded, otherwise emacs won't know about the alias. Not sure how Christopher Schmidt's initialization goes: he uses ELPA packages and something seems to go awry. > But, apart from that, it's a great package -- until you find out about Org ;-). > It's a great package even after you find out about Org :-) Nick