【发布时间】:2011-07-14 09:04:54
【问题描述】:
我使用的是 Mac OS 和 emacs -nw(终端模式)。
我不知道如何在 emacs 之外粘贴东西(已由 emacs -nw 中的 M-w 实现)。
我知道emacs -ns可以做到。
在网上搜索和命令 C-h b,我找到了那个方法,但没有成功。
(setq x-select-enable-clipboard t)
(setq interprogram-cut-function 'x-select-text)
我不太了解interprogram-cut-function的说法。 x-select-text 来自哪里,是什么意思?
【问题讨论】:
标签: emacs