Richard M. Stallman wrote:
Does this code look good to you?
Yes it does. Jan has already checked in a new version with
a similar patch:
*** emacs/emacs/lisp/x-dnd.el 2005/08/06 22:13:43 1.16
--- emacs/emacs/lisp/x-dnd.el 2005/10/03 19:41:25 1.17
***
*** 307,316
Does this code look good to you?
*** x-dnd.el07 Aug 2005 13:30:28 -0400 1.16
--- x-dnd.el03 Oct 2005 18:55:33 -0400
***
*** 307,319
(action (aref state 5))
(w (posn-window (event-start event
(when handler
! (if (and (windowp w)
Richard M. Stallman wrote:
There is a user option, dnd-open-file-other-window, which should
control the behaviour of drag-n-dropping files onto an Emacs frame.
I customized it to t...
However, that had no effect. :-(
If the code in x-dnd-drop-data is going to always bind
this var
There is a user option, dnd-open-file-other-window, which should
control the behaviour of drag-n-dropping files onto an Emacs frame.
I customized it to t...
However, that had no effect. :-(
If the code in x-dnd-drop-data is going to always bind
this variable, then it is useless to