On Apr 28, 2000, Joseph Martin wrote: > Hello All, > I have xemacs21.1.9 installed. I cannot install AucTex as it > conflicts with xemacs21. The description with the auctex says that > auctex is included with xemacs. When I open LaTeX files the buffer is > in LaTeX mode and the file is appropriately colorized. > However I cannot use commands that the auctex info pages (in > /usr/share/xemacs21/site-packagtes/info/auctex) says I should be able > to use. For instance C-c,C-c is supposed to automatically generate a > dvi file from the current file. Instead I get "C-C,C-C" > undefined. Also when I look for commands to enter manually (using A-x > 'command') I don't see any of the commands that the auctex info pages > says should be there. > Is this a bug? Do I not have something set up correctly?
Put this in your .emacs: (require 'tex-site) This is documented in /usr/share/doc/xemacs21/README.Debian. Noel