鼠标单击滚动条会更改选择
当我用鼠标单击 emacs 滚动条时,emacs 在滚动之前将标记设置在鼠标按下的位置(该行的末尾,因为鼠标实际上位于滚动条中),并在滚动之后在鼠标按下的位置设置点。这将产生新的主动选择。有没有一种方法可以使滚动条像键盘滚动或鼠标滚轮滚动一样单击(不会弄乱标记,也不会更改选择是否处于活动状态)?
我有 emacs 23.1+1-4ubuntu7.2 (我的 Xubuntu 10.04 LTS 安装的当前版本)。
When I mouse click on the emacs scrollbar, emacs sets the mark at the mouse-down location (the end of that line, since the mouse is actually in the scrollbar) before the scroll and sets point at the mouse-up location after the scroll. This makes a new active selection. Is there a way to make scrollbar clicking like keyboard scrolling or mouse-wheel scrolling (which does NOT mess with mark, nor change whether or not a selection is active)?
I have emacs 23.1+1-4ubuntu7.2 (the current version for my Xubuntu 10.04 LTS installation).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像这个错误:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9541
如果没有,请考虑使用“Mx report-emacs-bug”为此提交一个错误。
It sounds like this bug:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9541
If not, consider filing a bug for this, using `M-x report-emacs-bug'.