I\'m using emacs23
on Ubuntu 32-bit 10.04/10.10 with GNOME and Compiz.
Pressing M-RET in an org-mode
plain list in Emacs (GUI) ins
Alternative key combinations exist
for equivalent to M-RET
M C-m
"<return>
" is the Return ↩ key while emacs runs in a graphical user interface.
"RET" is the Return ↩ key while emacs runs in a terminal.
"RET" is also equivalent to "C-m" (【Ctrl+m】). (http://ergoemacs.org/emacs/emacs_key_notation_return_vs_RET.html)
as equivalents for M-<up/down>
you can use
ESC-<up>
ESC-<down>
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.
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.