emacs-devel
[Top][All Lists]
Advanced

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

Re: Should drag and drop adhere to `mouse-yank-at-point'?


From: Kim F. Storm
Subject: Re: Should drag and drop adhere to `mouse-yank-at-point'?
Date: Mon, 21 Aug 2006 16:37:29 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Did anyone consider this?


Jorgen Schaefer <address@hidden> writes:

> Hi there!
>
> Currently, dragging a piece of text into Emacs will insert the
> text where the drag button was released, even when
> `mouse-yank-at-point' is non-nil. Is this intended behavior?
>
> If so, could a new customize option for this be added?
> If not, the fix is trivial:
>
> *** lisp/x-dnd.el.orig        Sat Jun 17 01:51:29 2006
> --- lisp/x-dnd.el     Sat Jun 17 01:52:24 2006
> ***************
> *** 319,325 ****
>         ;; If dropping in an ordinary window which we could use,
>         ;; let dnd-open-file-other-window specify what to do.
>         (progn
> !         (goto-char (posn-point (event-start event)))
>           (funcall handler window action data))
>       ;; If we can't display the file here,
>       ;; make a new window for it.
> --- 319,326 ----
>         ;; If dropping in an ordinary window which we could use,
>         ;; let dnd-open-file-other-window specify what to do.
>         (progn
> !             (when (not mouse-yank-at-point)
> !               (goto-char (posn-point (event-start event))))
>           (funcall handler window action data))
>       ;; If we can't display the file here,
>       ;; make a new window for it.
>
>
> Regards,
>         -- Jorgen
>
> -- 
> ((email . "address@hidden") (www . "http://www.forcix.cx/";)
>  (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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