Re: xemacs & auctex
From: Adam Funk (a24061_at_yahoo.com)
Date: 09/21/04
- Previous message: Eric Dickner: "Re: X and Intel I810 video card"
- In reply to: Vittorio: "Re: xemacs & auctex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 21 Sep 2004 12:37:38 GMT To: debian-user@lists.debian.org
On Tuesday 21 September 2004 12:30, Vittorio wrote:
>> > What shall I do to make xemacs21 modify its menu as soon as a .tex
>> > file is loaded?
>>
>> Have you tried to put "(require 'tex-site)" in your "~/.emacs"
>> configuration file?
>
> YES. To no avail.
> Vittorio
I use GNU Emacs rather than XEmacs, but you might want to try this.
(require 'tex-site)
(add-to-list 'auto-mode-alist '("\\.tex\\'" . LaTeX-mode))
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Eric Dickner: "Re: X and Intel I810 video card"
- In reply to: Vittorio: "Re: xemacs & auctex"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]