Emacs: keep region selected after operation -
In emacs, after an operation such as comment-area , automatically unselect the selected area goes.
Is there a way to disable this behavior?
If this field is unselected, it seems that you should be using. In transient-sign-mode , when you execute a command working on that area, then the field is unselected (in particular, the mark remains, but it is inactive) . You can recover the area using Cx Cx ( Exchange-Point-and-Mark ).
If you want to disable the selection completely, you can turn off transient-icon-mode , which means that you can not access any of the existing fields Highlight will not be available, though, if you want to set the mark and want to highlight the area, then you C- & lt; SPC & gt; C & lt; SPC & gt; or CUC-XC-X .
Comments
Post a Comment