David Kastrup wrote on 06 Oct 2005 00:44:32 MET: > Patrick Drechsler <[EMAIL PROTECTED]> writes: >> >> Reftex is not loaded by default anymore when opening a tex file >> (everything is fine after `M-x reftex-mode'). I'm probably >> missing something obvious... > > Well, yes. Activating RefTeX like its manual says.
Mmh, yes. Thanks for the pointer. JFTR: (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode Sorry for the traffic... Patrick -- I hate quotations. Tell me what you know. (Ralph Waldo Emerson) _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
