在 OSX 的 emacs GUI 版本中,使用触控板时的滚动速度太快以至于无法使用。我的 init.el 中已经有以下几行:
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1)))
(setq mouse-wheel-progressive-speed nil)
(setq mouse-wheel-follow-mouse 't)
(setq scroll-step 1)
(setq mac-mouse-wheel-mode t)
(setq mac-mouse-wheel-smooth-scroll t)
Run Code Online (Sandbox Code Playgroud)
不过,这些都没有帮助解决这个问题。一旦我在触控板上滚动一点,我的缓冲区就会跳动几行。
我对“平滑滚动”不感兴趣,我只想以合理的速度滚动。
更新:似乎是 macOS Sierra 的错误。(看评论)