我正在使用Mac OS和emacs -nw(终端模式).我不知道如何在emacs之外粘贴东西(由emaw -nw中的Mw实现).
我知道emacs -ns可以做到.
搜索互联网和命令Ch b,我找到了那个方法,但它没有成功.
(setq x-select-enable-clipboard t)
(setq interprogram-cut-function 'x-select-text)
Run Code Online (Sandbox Code Playgroud)
我不太了解interprogram-cut-function的论点.x-select-text来自哪里,它意味着什么?
emacs ×1