Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 Emacs 中打开一个文件时,它会以某种方式将文件路径复制到我的剪贴板中。这不是期望的行为。如何关闭它?
我正在使用 GNU Emacs 24.3.1,使用 Cocoa 构建。
第一步是知道“谁”将其复制到剪贴板中。
是不是我们说的window系统剪贴板?
如果是这样,你可以这样做
(setq debug-on-error t) (fset 'x-set-selection nil)
然后打开一个文件。希望堆栈跟踪可以让您了解包在做什么。