Uwe Siart <[EMAIL PROTECTED]> writes: > I used to turn on RefTeX together with AUCTeX by saying > > ,---- > | (add-hook 'LaTeX-mode-hook 'turn-on-reftex) > | (setq reftex-extra-bindings t) > `---- > > With snapshot 20050512-b and having (setq debug-on-error t) I get > > ,---- > | Debugger entered--Lisp error: (void-variable reftex-isearch-minor-mode) > `---- > > as soon as Mouse touches any pull-down menu.
Are you sure this is related to AUCTeX? It does not happen with older versions of AUCTeX, or with the built-in tex-mode (you'll need (add-hook 'latex-mode-hook 'turn-on-reftex) to check out that). -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
