>> Here typing M-RET I get \item >Again, parsing needs to be enabled for this to work.
I'm using auctex 11.83 and I didn't mention but I do have TeX-parse-self enabled: --- .emacs (load "auctex.el" nil t t) (load "preview-latex.el" nil t t) (setq TeX-electric-escape t) (setq TeX-auto-save t) (setq TeX-parse-self t) (setq-default TeX-master nil) --- and what should I actually get after typing M-RET? \label or \\? now I get \item :( For now I do: C-c C-e align C-c C-( to get \label for the first equation a & = b + c \\ C-c C-( to get \label for the second equation x & = 1 + d regards, SK _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
