Re: User option dnd-open-file-other-window has no effect

2005-10-05 Thread Sven Joachim
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

Re: User option dnd-open-file-other-window has no effect

2005-10-03 Thread Richard M. Stallman
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)

Re: User option dnd-open-file-other-window has no effect

2005-10-03 Thread Sven Joachim
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

Re: User option dnd-open-file-other-window has no effect

2005-10-02 Thread Richard M. Stallman
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