0

命令可能会调用多个命名的 emacs 服务器

{ 
emacs --daemon="test1" 
emacs --daemon="test2" 
emacs  --daemon='test3"
} &> /dev/null 

由于后台运行了三个 emacs 服务器,

如何将 emacsclient 附加到指定的一个,说“test2”?

4

1 回答 1

1

来自https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.html

emacsclient 程序可以使用 '-s' 或 '-f' 选项(请参阅 emacsclient 选项)按名称指定服务器,具体取决于服务器是否使用 TCP 套接字(请参阅 TCP Emacs 服务器)。

于 2019-05-23T15:21:29.753 回答