emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] TeX-master: TeX-master is let-bound


From: Sebastien Vauban
Subject: Re: [O] TeX-master: TeX-master is let-bound
Date: Tue, 30 Oct 2012 21:32:29 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]