From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: insert-directory Date: Sun, 23 May 2004 23:16:11 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405240416.i4O4GBX08071@raven.dms.auburn.edu> References: <200405232218.i4NMIw307789@raven.dms.auburn.edu> <200405240000.i4O00ck07917@raven.dms.auburn.edu> <200405240329.i4O3T4B08005@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085372306 22418 80.91.224.253 (24 May 2004 04:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 04:18:26 +0000 (UTC) Cc: peter_breton@yahoo.com, pete_lee@swbell.net, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 24 06:18:20 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BS6uq-0006T4-00 for ; Mon, 24 May 2004 06:18:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BS6uq-0004Ee-00 for ; Mon, 24 May 2004 06:18:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BS6tv-0000TV-Cs for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 00:17:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BS6tq-0000TG-Jk for emacs-devel@gnu.org; Mon, 24 May 2004 00:17:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BS6tK-0000MB-RZ for emacs-devel@gnu.org; Mon, 24 May 2004 00:17:17 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BS6tK-0000M4-HY; Mon, 24 May 2004 00:16:46 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i4O4GjuE013641; Sun, 23 May 2004 23:16:45 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4O4GBX08071; Sun, 23 May 2004 23:16:11 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200405240329.i4O3T4B08005@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 23 May 2004 22:29:04 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23874 Sorry for accidentally sending my prior message twice. I should point out that the new dired-move-to-filename-regexp value will make dired commands work properly in the inserted subdirectory, but not the locate commands mouse-2 and V. In the case of V, I guess that users would not find this very surprising, as the relative file name looks so differently from the absolute file names locate uses. Fixing mouse-2 seems easy, but I will wait to see whether there are objections against the new regexp. Sincerely, Luc.