[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: User option dnd-open-file-other-window has no effect
From: |
Richard M. Stallman |
Subject: |
Re: User option dnd-open-file-other-window has no effect |
Date: |
Mon, 03 Oct 2005 01:09:32 -0400 |
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 make it customizable.
There are two cases: dropping in a specific window, and dropping
elsewhere on the frame. Perhaps we should change one
of those two cases NOT to bind dnd-open-file-other-window,
or change it somehow.
Which is the case that you want to customize?
- Re: User option dnd-open-file-other-window has no effect,
Richard M. Stallman <=