I'm using Emacs23 in Ubuntu 32-bit 10.04/10.10 with GNOME and Compiz.

Pressing M-RET in an org-mode plain list in Emacs (GUI) inserts a new item. Pressing M-UP moves the item up in the list.

These keys don't work as expected in emacs -nw under Terminator and gnome-terminal. The M-UP key does nothing, whereas the M-RET key simply moves the cursor down one line and indents the position. The keys also don't "work" in xterm, which inserts \215 instead. Pressing ESC-RET or ESC-UP instead produces the expected functionality. The same problems exist if I run emacs -nw on a headless server accessed via ssh under Terminator, gnome-terminal and xterm.

I've searched both generally and on the org-mode Gmane list for an answer to this, but have not found anything. Is this a known issue with org-mode or is it related to the terminal emulator and/or the Window Manager?

link|improve this question

68% accept rate
feedback

2 Answers

The menubar of terminal emulator is not letting the M key that is meant for Emacs be passed down to Emacs. For Emacs to receive the M key as it is supposed to, you could either use the Esc or disable the menubar and use M key in Emacs as usual.

ADDED:

For the xterm, if you do CTRL+Mouse Button 1, you will see "Meta sends Escape". You need to make sure that option is checked/enabled to make M work as it should in Emacs.

link|improve this answer
@vpti3833: Thanks for the reply. How come M-x works in Emacs in Terminator/gnome-terminal? The M is getting through in this case. Disabling the menubar in gnome-terminal results in M-UP working, but not M-RET. – SabreWolfy Apr 6 '11 at 6:20
@SabreWolfy: M-Ret should be doing something in the terminal emulators, then. In xterm it toggles between fullscreen and windowed display. Not sure what it does in others, though. – vpit3833 Apr 6 '11 at 6:33
Thanks. I've looked at the keyboard shortcuts in GNOME itself and in the emulators. M-RET is not bound to anything. I'll have to look into it further. I'll also try setting up xterm as you suggest. – SabreWolfy Apr 6 '11 at 6:43
feedback
up vote 0 down vote accepted

In addition to the keys in my question, S-TAB, S-Left, S-Right, S-Up and S-Down were not working over ssh and PuTTY. Using certain keys on a TTY connection (ssh, screen, PuTTY) is a known issue. Alternative keys are included in org-mode as detailed here.

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.