Open an Emacs buffer when a command tries to open an editor in shell-mode

后端 未结 6 1678
梦毁少年i
梦毁少年i 2021-02-07 04:13

I like to use Emacs\' shell mode, but it has a few deficiencies. One of those is that it\'s not smart enough to open a new buffer when a shell command tries to invoke an editor.

6条回答
  •  情深已故
    2021-02-07 04:44

    There's emacsclient, gnuserv, and in Emacs 23, multi-tty that are all useful for this. Actually I think in Emacs 23, emacsclient has all of the interesting functionality of gnuserv.

提交回复
热议问题