* 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 _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
