[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] disabling the Preview, LaTeX and Command menus
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] disabling the Preview, LaTeX and Command menus |
Date: |
Sun, 27 Sep 2009 13:24:52 +0200 |
* Mandar Mitra (2009-09-26) writes:
> I find that I hardly ever use the Preview, LaTeX, and Command menus
> (since I'm more comfortable with the corresponding key bindings).
> These entries are currently pushing some menus that I actually use off
> the right end of the menubar. Is there some way that I can turn off
> these entries from the menubar?
There is no customization option, if you mean that. One (rather
hackish) possibility would be to purge the entries in the menu-bar
element of the mode map with something like
(setcdr (cdr (assq 'menu-bar LaTeX-mode-map)) nil)
--
Ralf