http://www.dur.ac.uk/p.j.heslin/Software/Emacs/Easymacs/
It comes with the current stable AUCTeX and has a number of other
conveniences for editing LaTeX documents, including auto-detection of
the language for spell-checking via Babel commands.
Peter
> A great job of making this weird software a little bit more human.
> Still there are some freaks. I've got 2 directories and 5 files in C:\
> root after running Easymacs.
C:\ is probably your home directory, and some bits of Emacs want to save
information there. If you want these files and directories to go
somewhere else, set your $HOME environment variable, or put a line like
this in your .emacs configuration file:
(setenv "HOME" "C:/path/to/my/home/directory")
> And also an "auto" subdirectory and several auxiliary files in foo.tex
> location. What is the need for all this garbage?
The auto subdirectory is used by AUCTeX to cache some information, which
is particularly useful when managing multi-file documents.
Peter