Discussion:
how load auctex in XEmacs under Windows? (newbie)
Murray Eisenberg
2005-03-06 01:30:37 UTC
Permalink
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?
Ralf Angeli
2005-03-06 18:52:58 UTC
Permalink
Post by Murray Eisenberg
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
Loading...