1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Document 'mouse-drag-and-drop-region' options and mention them in NEWS

* doc/emacs/frames.texi (Drag and Drop):
* etc/NEWS (times): Document options for
'mouse-drag-and-drop-region' and mention them in NEWS.
This commit is contained in:
Tak Kunihiro 2017-12-22 09:39:07 +01:00 committed by Martin Rudalics
parent 164e84c977
commit a0e3b06725
2 changed files with 14 additions and 1 deletions

View File

@ -1114,6 +1114,15 @@ names a modifier key, such as @samp{shift}, @samp{control} or
will copy it instead of cutting it, even if you drop on the same
buffer as the one from which the text came.
In order to cut text even when source and destination buffers differ,
set the option
@code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a
non-@code{nil} value. By default, on a graphic display the selected
text is shown in a tooltip and point moves together with the mouse
cursor during dragging. To suppress such behavior, set the options
@code{mouse-drag-and-drop-region-show-tooltip} and/or
@code{mouse-drag-and-drop-region-show-cursor} to @code{nil}.
@node Menu Bars
@section Menu Bars

View File

@ -264,7 +264,11 @@ point to the beginning of the region.
+++
** The new user option 'mouse-drag-and-drop-region' allows to drag the
entire region of text to another place or another buffer.
entire region of text to another place or another buffer. Its
behavior is customizable via the new options
'mouse-drag-and-drop-region-cut-when-buffers-differ',
'mouse-drag-and-drop-region-show-tooltip' and
'mouse-drag-and-drop-region-show-cursor'.
+++
** The new user option 'confirm-kill-processes' allows the user to