emacs - 如何在emacs中禁用x粘贴

标签 emacs paste

每当我在emacs中突出显示某些内容时,它都会将其复制。有什么方法可以禁用这种烦人的行为吗?我在ubuntu上。

最佳答案

此设置应将其禁用:

(setq mouse-drag-copy-region nil)

该变量的文档为:

Documentation: If non-nil, mouse drag
copies region to kill-ring.

关于emacs - 如何在emacs中禁用x粘贴,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3445435/

相关文章:

c# - 从 Excel 粘贴到 WPF DataGrid

windows - 如何让 emacs 正确打印 pdf?

emacs - 一些 emacs 桌面保存问题 : how to change it to save in ~/. emacs.d/.emacs.desktop

r - 将值向量转换为逗号分隔的向量,每个向量都带有引号

r - 命名列表时使用粘贴

tinymce - 如何禁用tinyMCE中的表格粘贴

emacs - 如何在 emacs 中禁用 Verilog 模式?

emacs - 如何在emacs中使用[delete]键删除区域

emacs - 如何使用带有空格的 emacs 差异?

excel - selection.copy 导致 selection.pastespecial 不起作用。 excel VBA