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: Wed, 11 May 2005 12:27:30 -0400 Message-ID: References: <858y2ntlcm.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115828622 24528 80.91.229.2 (11 May 2005 16:23:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 May 2005 16:23:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 11 18:23:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVtz7-0003ic-OF for ged-emacs-devel@m.gmane.org; Wed, 11 May 2005 18:22:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVu7t-0006BK-Af for ged-emacs-devel@m.gmane.org; Wed, 11 May 2005 12:32:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DVu6H-0005WJ-P5 for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DVu6F-0005Ue-2A for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DVu6E-0005UJ-UE for emacs-devel@gnu.org; Wed, 11 May 2005 12:30:18 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DVuB5-0008TJ-C2 for emacs-devel@gnu.org; Wed, 11 May 2005 12:35:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DVu3W-0003eY-It; Wed, 11 May 2005 12:27:30 -0400 Original-To: David Kastrup In-reply-to: <858y2ntlcm.fsf@lola.goethe.zz> (message from David Kastrup on Tue, 10 May 2005 12:40:41 +0200) 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:36976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36976 > I would have suggested to use `dired-mode-hook' to reset the dnd > variables to their standard values. But this won't work because the > DND setup is done after running the hooks in `dired-mode'. That would appear to be a mistake: the purpose of the hook variables is to establish user preferences at a late point in the load sequence. Yes. 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.