if you launch emacs using the -nw flag to force a console session (rather than an X session if you have X windows running), how do you get to the menu.

There are some items held in the menus that are infrequently-enough used on my part that I don't recall the escape or control sequence to do them.

link|improve this question

feedback

5 Answers

up vote 18 down vote accepted

M-x menu-bar-open, which is usually bound to F10. This works with and without menu-bar-mode (which just shows the names of the menus at the top of the screen).

link|improve this answer
Also, in case you're on Mac and have F10 bound to Expose, you can use Ctrl+F10 to get the same effect. Tested with a vanilla install of Emacs 23 from homebrew. – michael.bartnett Dec 8 '10 at 16:04
But, this way, we can not display menu bar of special buffer mode, isn't ? That is, in SVN buffer, we can not open SVN menu. – swdev Mar 1 '11 at 13:06
feedback

On my computer (with opensuse), it is not F10 but M-` which allows to access menu items. More information is available here:

http://linux.about.com/od/emacs_doc/a/emacsdoc317.htm

link|improve this answer
feedback

F10 key will access the menus for me in both windows versions and a console version in RHEL 4

link|improve this answer
feedback
M-x menu-bar-mode
link|improve this answer
3  
That looks like it turns the menu on and off – crashmstr Oct 10 '08 at 13:50
feedback

La Carte --------

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.