简体   繁体   中英

Emacs 23: Selection 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM