From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: TeX-master: TeX-master is let-bound Date: Tue, 30 Oct 2012 19:01:07 +0000 (GMT) Message-ID: <87zk33ss21@ch.ristopher.com> 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: Received: from eggs.gnu.org ([208.118.235.92]:41476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTH3p-0006fT-TZ for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 15:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTH3l-0006kI-OL for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 15:01:13 -0400 Received: from ristopher.com ([146.185.21.93]:38960 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTH3l-0006k8-Gi for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 15:01:09 -0400 In-Reply-To: <6271.1351619131@alphaville.americas.hpqcorp.net> (Nick Dokos's message of "Tue, 30 Oct 2012 13:45:31 -0400") 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: emacs-orgmode@gnu.org Nick Dokos writes: > 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. I use the AUCTeX distribution provided by the GNU ELPA. By default ELPA packages are enabled after reading the init file and before running after-init-hook. FWIW if you start emacs with -q, you have to initialise ELPA packages manually via M-x package-initialize RET. Christopher