David Reitter
david****@gmail*****
Mon Jun 20 18:36:48 JST 2005
Hi, On 18 Jun 2005, at 06:56, Seiji Zenitani wrote: > Some elisp packages (such as Mew, a japanese popular email client) > have advanced drag-n-drop support baased on `x-dnd' feature. If mac- > drag-N-drop is set by global-set-key, it will override mac-drag-n- > drop and one cannot take full advantage of x-dnd feature in x-dnd- > aware elisp packages. Anyway, mac-drag-N-drop should work fine unless > the original mac-drag-n-drop code has not been drastically modified. So what one actually needs to do is to revise mac-drag-N-drop to integrate with x-dnd? Also, I noticed a bug: when mac-drag-N-drop is activated, d&g'ed files do not get added to the history list that is maintained for the minibuffer interaction in find-file. That is, you can't do C-x C-f <up-arrow> and load this file again. It appears just fine in the 'recentf' menu. - D