M-RET and M-UP/DOWN not working in Emacs org-mode in console/terminal

后端 未结 3 1364
轮回少年
轮回少年 2021-02-07 15:17

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

3条回答
  •  暖寄归人
    2021-02-07 15:51

    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.

提交回复
热议问题