emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Preventing drag & drop the dired way


From: Reiner Steib
Subject: Re: Fwd: Preventing drag & drop the dired way
Date: Wed, 11 May 2005 21:39:56 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

On Wed, May 11 2005, Richard Stallman wrote:

> Unless there is some mysterious reason to put that after the
> run-mode-hooks call, it should be moved before the run-mode-hooks
> call.
>
> Reiner's patch looks good to me too, so I think it should be installed.

I have installed the patch along with a change of the custom type of
`dnd-protocol-alist':

--- dnd.el      11 Apr 2005 22:27:07 -0000      1.2
+++ dnd.el      11 May 2005 19:31:10 -0000
@@ -55,7 +55,7 @@
 The function shall return the action done (move, copy, link or private)
 if some action was made, or nil if the URL is ignored."
   :version "22.1"
-  :type 'alist
+  :type '(repeat (cons (regexp) (function)))
   :group 'dnd)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]