gpt4 book ai didi

emacs - 在 Emacs 中禁用鼠标滚动

转载 作者:行者123 更新时间:2023-12-01 09:22:51 26 4
gpt4 key购买 nike

我在互联网上找到的一切都告诉我,emacs 默认禁用鼠标滚动,但我的非常热情,当我的拇指离笔记本电脑的触控板太近时,它会滚动到它的心脏内容。我有 不是 允许这样做,这是我的 .emacs 来证明:

;; Line by line scrolling                                                                                                                                      
(setq scroll-step 1)

;; Turn off backup file creation
;;(setq make-backup-files nil)

;; Enable backup files
(setq make-backup-files t)

;; Save all backup files to this directory
(setq backup-directory-alist (quote ((".*" . "~/.emacs_backups/"))))

;; Show column number
(column-number-mode 1)

;; Fix C indenting
(setq c-default-style "bsd"
c-basic-offset 8)

每隔一段时间,我的拇指会刷过触控板,突然间我会在另一行的中间打字,从我刚刚去过的地方向上或向下。我怎样才能阻止这种情况发生?

编辑
运行 M-x 自定义选项鼠标滚轮模式会产生:

鼠标滚轮模式:[隐藏值] [切换] 关闭(无)

[状态]:自定义外已更改;在这里操作它可能不可靠。

如果启用了鼠标滚轮模式,则非零。 [隐藏休息]
查看命令 mouse-wheel-mode' for a description of this minor mode.

Setting this variable directly does not take effect;

either customize it (see the info node
轻松定制')
或调用函数“鼠标滚轮模式”。
组:[鼠标]

最佳答案

它默认启用(至少从 Emacs 23 开始)。

要关闭它(本地):

(mouse-wheel-mode -1)

要关闭它(全局):
M-x customize-option mouse-wheel-mode ; set to nil and save

但也许你只是想调整设置:看看 M-x 自定义组鼠标 RET

关于emacs - 在 Emacs 中禁用鼠标滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7378582/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com