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: Tue, 21 Nov 2017 17:45:43 +0200

> Date: Tue, 21 Nov 2017 10:24:26 +0100
> From: martin rudalics <address@hidden>
> CC: address@hidden
> 
>  > +(defvar mouse-drag-and-drop-region-cut-among-buffer nil
>  > +  "When t, text is cut instead of copy when dragged among buffers.")
> 
> This should be a 'defcustom'.  I would write instead
> 
> (defcustom mouse-drag-and-drop-region-cut-when-buffers-differ nil
>    "If non-nil, cut text also when source and destination buffers differ.
> If this option is nil, `mouse-drag-and-drop-region' will leave
> the text in the source buffer alone when dropping it in a
> different buffer.  If this is non-nil, it will cut the text just
> as it does when dropping text in the source buffer."
>    :type 'boolean
>    :version "27.1"

"26.1", I should expect.



reply via email to

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