tags:

views:

2804

answers:

4

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.

A: 
M-x menu-bar-mode
JesperE
That looks like it turns the menu on and off
crashmstr
+2  A: 

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

crashmstr
+6  A: 

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).

Chris Conway
+1  A: 

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

stephanea