From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Fwd: Preventing drag & drop the dired way Date: Thu, 12 May 2005 04:30:55 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115889214 30754 80.91.229.2 (12 May 2005 09:13:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 09:13:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 12 11:13:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DW9kM-0007xx-Oc for ged-emacs-devel@m.gmane.org; Thu, 12 May 2005 11:12:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DW9tG-0005LO-O1 for ged-emacs-devel@m.gmane.org; Thu, 12 May 2005 05:21:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DW9eU-00020C-C3 for emacs-devel@gnu.org; Thu, 12 May 2005 05:06:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DW9Mf-0005xa-5s for emacs-devel@gnu.org; Thu, 12 May 2005 04:48:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DW9MZ-0005n4-Gc for emacs-devel@gnu.org; Thu, 12 May 2005 04:48:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DW9Dd-0002XK-PL for emacs-devel@gnu.org; Thu, 12 May 2005 04:38:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DW95r-00077A-Dh; Thu, 12 May 2005 04:30:55 -0400 Original-To: emacs-devel@gnu.org In-reply-to: (bojohan+news@dd.chalmers.se) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37019 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37019 > (when (featurep 'dnd) > (make-variable-buffer-local 'dnd-protocol-alist) > (setq dnd-protocol-alist I think this should be `make-local-variable'. Yes.