diff options
| author | Tak Kunihiro | 2017-05-27 14:57:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-05-27 14:57:11 +0300 |
| commit | c0f2c298772fbb1dcaa1da3e9c2760e09147e115 (patch) | |
| tree | 17d694e3cedd4a3f756c6e0deae131fafb8e0e62 /etc | |
| parent | 6f63c7cb6a02d913d195410e4df85fad5832db06 (diff) | |
| download | emacs-c0f2c298772fbb1dcaa1da3e9c2760e09147e115.tar.gz emacs-c0f2c298772fbb1dcaa1da3e9c2760e09147e115.zip | |
Support drag and drop of region by mouse (Bug#26725)
* doc/emacs/frames.texi (Drag and Drop): Document support of drag
and drop region by mouse.
* lisp/mouse.el (mouse-drag-region): Call mouse-drag-and-drop-region
when start-event is on region.
(mouse-drag-and-drop-region): New function, moves the region by
(mouse-drag-and-drop-region): New defcustom.
* etc/NEWS: Mention mouse-drag-and-drop-region.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -169,6 +169,10 @@ keeps point at the end of the region, setting it to non-nil moves | |||
| 169 | point to the beginning of the region. | 169 | point to the beginning of the region. |
| 170 | 170 | ||
| 171 | +++ | 171 | +++ |
| 172 | ** The new user option 'mouse-drag-and-drop-region' allows to drag the | ||
| 173 | entire region of text to another place or another buffer. | ||
| 174 | |||
| 175 | +++ | ||
| 172 | ** The new user option 'confirm-kill-processes' allows the user to | 176 | ** The new user option 'confirm-kill-processes' allows the user to |
| 173 | skip a confirmation prompt for killing subprocesses when exiting | 177 | skip a confirmation prompt for killing subprocesses when exiting |
| 174 | Emacs. When set to t (the default), Emacs will prompt for | 178 | Emacs. When set to t (the default), Emacs will prompt for |