summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2016-07-08 17:36:55 +0200
committerStephen Berman <stephen.berman@gmx.net>2016-07-08 17:36:55 +0200
commitd0c0b71d889ff223d2e5073b733f4047d541343b (patch)
tree30536c1fa00c205a6f462e628c99e313601ee4d2 /etc
parent381c6bbfb3eaa69ece0fce8dd92ccd3a1ef2729f (diff)
Allow selecting region with mouse to move point to beginning
* etc/NEWS: Mention new user option `mouse-select-region-move-to-beginning'. * doc/emacs/frames.texi (Mouse Commands): Add cross-reference to the following. (Word and Line Mouse): Describe how double-clicking mouse-1 to activate region and `mouse-select-region-move-to-beginning' affect point. * lisp/mouse.el (mouse-select-region-move-to-beginning): New defcustom. (mouse-set-point): Use it. (Bug#23478)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 54b62f02ee..5472dd84b7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -56,6 +56,13 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
* Changes in Emacs 25.2
++++
+** The new user option 'mouse-select-region-move-to-beginning'
+controls the position of point when double-clicking mouse-1 on the end
+of a parenthetical grouping or string-delimiter: the default value nil
+keeps point at the end of the region, setting it to non-nil moves
+point to the beginning of the region.
+
---
** 'find-library-name' will now fall back on looking at 'load-history'
to try to locate libraries that have been loaded with an explicit path