From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: dired-move-to-filename-regexp Date: Sun, 19 Sep 2004 09:44:32 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <414D38E0.4080300@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000903080804080508000001" X-Trace: sea.gmane.org 1095579962 23431 80.91.229.6 (19 Sep 2004 07:46:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2004 07:46:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 09:45:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C8wON-0000zD-00 for ; Sun, 19 Sep 2004 09:45:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8wUB-0007XE-Hr for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2004 03:51:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8wTb-0007OA-Cc for emacs-devel@gnu.org; Sun, 19 Sep 2004 03:51:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8wTS-0007NL-Ja for emacs-devel@gnu.org; Sun, 19 Sep 2004 03:51:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8wTR-0007NB-Lw for emacs-devel@gnu.org; Sun, 19 Sep 2004 03:51:06 -0400 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8wN8-0003bu-SY for emacs-devel@gnu.org; Sun, 19 Sep 2004 03:44:35 -0400 Original-Received: from math.ku.dk (0x52b410e0.dhcp.kabelnettet.dk [82.180.16.224]) by smtp.kabelnettet.dk (Postfix) with ESMTP id 3F1B160A41E; Sun, 19 Sep 2004 09:44:32 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en Original-To: eggert@twinsun.com 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27269 This is a multi-part message in MIME format. --------------000903080804080508000001 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Can you explain the reason for this change? (lisp/ChangeLog.8): 1999-02-16 Paul Eggert * dired.el (dired-move-to-filename-regexp): Prepend .* so that we find the last match if there are multiple matches. It has the consequence that file names starting with a date, as in the attached example, are not correctly identified. Removing .* fixes the problem, but I don't want to remove it when I don't know why it was added. --------------000903080804080508000001 Content-Type: text/plain; name="dired" Content-Disposition: inline; filename="dired" Content-Transfer-Encoding: quoted-printable drwxr--r-- 2 lh root 16384 Jul 19 19:02 v0103 -rwxr--r-- 1 lh root 27648 Jul 19 19:00 2004-08-01 Forbe= dringsregnskab.xls -rwxr--r-- 1 lh root 38912 Jul 31 11:39 2004-08-01 Salgs= aftale.doc -rwxr--r-- 1 lh root 34304 Jun 29 13:41 2004-08-01 Till=E6= g til Salgsaftale.doc -rwxr--r-- 1 lh root 63401 Jul 11 18:45 El-installations= eftersyn.pdf --------------000903080804080508000001 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --------------000903080804080508000001--