help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slow bibtex menu access


From: Sebastian Luque
Subject: Re: slow bibtex menu access
Date: Wed, 02 Mar 2005 13:47:51 -0600
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

[...]

> Have you tried with "emacs -q"? My crystal ball is pretty fuzzy but it
> mumbled something about you maybe adding an index menu (imenu) to the
> menu bar and setting imenu-auto-rescan.

Not bad! With emacs -q normal bibtex menu-bar functionality was restored.
I do have the index menu enabled, but only for lisp mode buffers; from my
~/.emacs:

(add-hook 'emacs-lisp-mode-hook (quote (turn-on-eldoc-mode 
imenu-add-menubar-index
 checkdoc-minor-mode)))

(add-hook 'lisp-mode-hook 'imenu-add-menubar-index)


and imenu-auto-rescan is nil. I tried disabling the hooks above anyway
hoping for magic, but clicking the menu-bar while on a large bibtex buffer
is still getting slower with incresing (line-number-at-pos)

Great idea anyway!

-- 
Sebastian Luque





reply via email to

[Prev in Thread] Current Thread [Next in Thread]