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 22:55:46 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405240355.i4O3tkw08015@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 1085372038 22095 80.91.224.253 (24 May 2004 04:13:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 04:13:58 +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:13:52 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 1BS6qW-0006Oh-00 for ; Mon, 24 May 2004 06:13:52 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BS6qW-00046v-00 for ; Mon, 24 May 2004 06:13:52 +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 1BS6oz-0006sk-Jl for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 00:12:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BS6nI-0006Ah-C5 for emacs-devel@gnu.org; Mon, 24 May 2004 00:10:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BS6ma-0005l9-3d for emacs-devel@gnu.org; Mon, 24 May 2004 00:10:21 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BS6mZ-0005l0-Px; Mon, 24 May 2004 00:09:47 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1BS6cA-0005fN-Qs; Sun, 23 May 2004 23:59:07 -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 i4O3uKuE013590; Sun, 23 May 2004 22:56:20 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4O3tkw08015; Sun, 23 May 2004 22:55:46 -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:23873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23873 >>From my previous message: Are there any situations where this could give trouble? Well, the proposed value of `dired-move-to-filename-regexp' (like the old one) is going to loose for file names that start with exactly two spaces, then a letter, then a colon. A file named " c:myfile" in a subdirectory inserted with `i' is going to be mistaken for a file named "myfile" on drive c: of an MS Windows system. That _already_ is the case with the current regexp. I would guess the risk of actually encountering such file names is small enough not to worry about. Sincerely, Luc.