unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Should drag and drop adhere to `mouse-yank-at-point'?
@ 2006-06-16 23:55 Jorgen Schaefer
  2006-08-21 14:37 ` Kim F. Storm
  0 siblings, 1 reply; 7+ messages in thread
From: Jorgen Schaefer @ 2006-06-16 23:55 UTC (permalink / raw)


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 . "forcer@forcix.cx") (www . "http://www.forcix.cx/")
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-08-22  6:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16 23:55 Should drag and drop adhere to `mouse-yank-at-point'? Jorgen Schaefer
2006-08-21 14:37 ` Kim F. Storm
2006-08-21 16:21   ` Chong Yidong
2006-08-21 17:42   ` Jan Djärv
2006-08-21 22:16     ` Kim F. Storm
2006-08-22  6:15       ` Jan Djärv
2006-08-22  6:51         ` Jorgen Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).