Emacs key bindings change in terminal emulator

前端 未结 1 1233
轮回少年
轮回少年 2021-01-14 13:33

I notice that some Emacs key bindings change in terminal emulator (xfce4-terminal).

For example: M-SPC under TTY sets the mark, but in

1条回答
  •  旧巷少年郎
    2021-01-14 14:14

    It's not an Emacs problem so much as a terminal problem. Terminal emulators can be limited in the control and escape sequences they can send, so it's probably the case that the emulators you cited are swallowing your special characters before they even reach Emacs. Try hitting C-h l (or M-x view-lossage) to see if your key combinations are arriving in Emacs.

    In addition to the answer that Legoscia cited, also check out this thread and this thread.

    Unless you have a strong reason to stay in a terminal, you might consider running the GUI version and then running one of the various shells within it (eg, shell, eshell, ansi-term).

    0 讨论(0)
提交回复
热议问题