开发者

Emacs 23: Selection not highlighted

开发者 https://www.devze.com 2022-12-29 06:39 出处:网络
I installed Ubuntu 10.04, and with it came Emacs 开发者_开发百科23. If I want to select text in Emacs, that works perfectly fine except the fact that the region is not highlighted.

I installed Ubuntu 10.04, and with it came Emacs 开发者_开发百科23. If I want to select text in Emacs, that works perfectly fine except the fact that the region is not highlighted.

However, this only happens, if I try to make a region using the keyboard. If I select something with the mouse, it is highlighted as usual.

Does anybody know, why the region is not highlighted and how to fix that?


Is the option 'Options->Active Region Highlighting' set?

You may want to set

(transient-mark-mode t)

in ~/.emacs or other init files as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消