From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: dired-move-to-filename-regexp Date: Tue, 21 Sep 2004 14:30:10 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <414D38E0.4080300@math.ku.dk> <7w8yb6wty1.fsf@sic.twinsun.com> <7wr7oxzgs4.fsf@sic.twinsun.com> <20040920050006.GA7888@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095791500 17037 80.91.229.6 (21 Sep 2004 18:31:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2004 18:31:40 +0000 (UTC) Cc: eggert@gnu.org, eggert@twinsun.com, emacs-devel@gnu.org, larsh@math.ku.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 21 20:31:29 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 1C9pQH-0001Vp-00 for ; Tue, 21 Sep 2004 20:31:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pWD-0005SR-Md for ged-emacs-devel@m.gmane.org; Tue, 21 Sep 2004 14:37:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9pVU-00050L-Px for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9pVS-0004yj-Ph for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pVS-0004yN-JE for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9pPU-0003us-PT for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:30:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C9pP0-00050t-Nt; Tue, 21 Sep 2004 14:30:17 -0400 Original-To: Miles Bader In-reply-to: <20040920050006.GA7888@fencepost> (message from Miles Bader on Mon, 20 Sep 2004 01:00:06 -0400) 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:27375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27375 BTW, an annoying thing asbout recent versions of ls with emacs is that when you rename a file in dired, it calls `ls' with just that file to regenerate its dired line, but since ls only seems the oneo entry, it shrinks all the numeric/name fields to their minimum size, so the updated line doesn't match the rest of the output. I recall we discussed this, but I don't recall if we solved the problem. Did we decide on any solution?