emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mouse-drag-and-drop-region


From: Eli Zaretskii
Subject: Re: mouse-drag-and-drop-region
Date: Fri, 22 Dec 2017 11:25:52 +0200

> Date: Thu, 21 Dec 2017 10:36:46 +0900 (JST)
> Cc: address@hidden, address@hidden, address@hidden,
>  address@hidden, address@hidden
> From: Tak Kunihiro <address@hidden>
> 
> diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
> index c94d690cf7..110199304e 100644
> --- a/doc/emacs/frames.texi
> +++ b/doc/emacs/frames.texi
> @@ -1106,6 +1106,14 @@ then pressing that modifier key when dropping the text 
> will copy it
>  instead of cutting it, even if you drop on the same buffer as the one
>  from which the text came.
>  
> +If you want to cut text even when source and destination buffers
> +differ, set variable
> address@hidden to non-nil.
> +If you do not want to see selected text in a tooltip in a graphic
> +display and/or move point together with the mouse cursor during
> +dragging, set @code{mouse-drag-and-drop-region-show-tooltip} and/or
> address@hidden to nil.
> +
>  @vindex dnd-open-file-other-window
>    Dropping a file normally visits it in the window you drop it on.  If
>  you prefer to visit the file in a new window in such cases, customize

Thanks.

When you describe in the manual functions or variables that were never
described before, please always add index entries for them, using
@findex or @vindex as appropriate.  (I did it this time.)  We want all
the functions/variables mentioned in the manual to be indexed, so that
their description could be easily found by users.  Also, some
documentation-related Emacs features rely on them being indexed, and
will fail if they aren't.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]