From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Swift Newsgroups: gmane.emacs.bugs Subject: dired-move-to-file-name-regexp and a dog's breakfast Date: Wed, 05 Feb 2003 00:47:20 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200302050547.h155lKqM015070@beth.swift.xxx> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044423972 17279 80.91.224.249 (5 Feb 2003 05:46:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 05:46:12 +0000 (UTC) Cc: swift@alum.mit.edu Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gINt-0004UJ-00 for ; Wed, 05 Feb 2003 06:46:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gIPS-0001oU-01 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 00:47:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gIPE-0001j0-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 00:47:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gIPD-0001hm-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 00:47:31 -0500 Original-Received: from pool-68-160-51-169.bos.east.verizon.net ([68.160.51.169] helo=beth.swift.xxx) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gIPC-0001ap-00 for bug-gnu-emacs@gnu.org; Wed, 05 Feb 2003 00:47:30 -0500 Original-Received: from alum.mit.edu (swift@localhost [127.0.0.1]) h155lKqM015070; Wed, 5 Feb 2003 00:47:20 -0500 Original-To: bug-gnu-emacs@gnu.org X-Mailscanner: clean (beth.swift.xxx) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4394 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4394 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-11-06 on beth, modified by Debian configured using `configure i386-debian-linux-gnu --prefix=/usr/local --sharedstatedir=/var/lib --libexecdir=/usr/local/lib --localstatedir=/var/lib --infodir=/usr/local/share/info --mandir=/usr/local/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: nil default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Kibbles and Bits, Kibits and bits, Dired needs to know this suf-fix. cd /usr/local/src/emacs/emacs/lisp/ diff -u /usr/local/src/emacs/emacs/lisp/dired.orig.el /usr/local/src/emacs/emacs/lisp/dired.el --- /usr/local/src/emacs/emacs/lisp/dired.orig.el 2003-02-05 00:19:04.000000000 -0500 +++ /usr/local/src/emacs/emacs/lisp/dired.el 2003-02-05 00:37:43.000000000 -0500 @@ -1572,11 +1572,11 @@ ;; The "[0-9]" below requires the previous column to end in a digit. ;; This avoids recognizing `1 may 1997' as a date in the line: ;; -r--r--r-- 1 may 1997 1168 Oct 19 16:49 README - ;; The "[kMGTPEZY]?" below supports "ls -alh" output. + ;; The "[kKMGTPEZY]?" below supports "ls -alh" output. ;; The ".*" below finds the last match if there are multiple matches. ;; This avoids recognizing `jservice 10 1024' as a date in the line: ;; drwxr-xr-x 3 jservice 10 1024 Jul 2 1997 esg-host - (concat ".*[0-9][kMGTPEZY]?" s + (concat ".*[0-9][kKMGTPEZY]?" s "\\(" western "\\|" western-comma "\\|" japanese "\\|" iso "\\)" s "+")) "Regular expression to match up to the file name in a directory listing. Diff finished at Wed Feb 5 00:39:29 Recent input: g M-x r e p o r t - e m a c s - b u g Recent messages: 1 <- require: nnmail ====================================================================== 1 -> require: feature=nnmail filename=nil noerror=nil 1 <- require: nnmail Checking new news...done Loading emacsbug... ====================================================================== 1 -> require: feature=sendmail filename=nil noerror=nil 1 <- require: sendmail Loading emacsbug...done