* Stephen Eglen (2006-06-09) writes: > > After opening a file loading the beamer class there should be a line > > like > > Loading /usr/local/share/emacs/site-lisp/auctex/style/beamer.elc...done > > in the *Messages* buffer. What's there in your case? > > There seems to be something odd with my setup
Definitely. > since I do not see any > ".../style/beamer.elc" in *Messages*, after just loading the relevant > auctex bits from an emacs session started with "emacs -q". What happens if you start Emacs with emacs -q --no-site-file copy the lines (load "auctex.el" nil t t) (setq TeX-auto-save t) (setq TeX-parse-self t) (setq-default TeX-master nil) into the *scratch* buffer, type M-x eval-buffer RET open a new, nonexisting file with `C-x C-f', type RET when you are asked for the master file and type `C-c C-e RET beamer RET' for inserting a document sceleton using the beamer class? -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
