Re: how load auctex in XEmacs under Windows? (newbie)

Ralf Angeli <[email protected]> Sun, 06 Mar 2005 19:52:58 +0100
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
* Murray Eisenberg (2005-03-06) writes:

> I'm trying to get AUCTeX to work with XEmacs and MikTeX under Windows 
> XP.  What exactly do I need to add to my .xemacs/init.el file to get 
> this to work?  In other words, so that tex-mik.el gets loaded 
> automatically when I open a .tex file into XEmacs?
>
> The docs merely say to "load" tex-mik.el"  But just what does that mean?

The documentation refers to the way tex-site.el is loaded.  That means
instead of

(require 'tex-site)

you have to insert

(require 'tex-mik)

into your init file.

And don't forget to enable support for LaTeX style files and multifile
documents mentioned on the first page of the documentation and at the
beginning of the "Quick Start" section if you want to get most out of
AUCTeX.

-- 
Ralf