From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel,gmane.comp.gnu.core-utils.bugs Subject: Re: dired-move-to-filename-regexp Date: Tue, 28 Sep 2004 23:17:38 -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> <876566decg.fsf@penguin.cs.ucla.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096427967 26483 80.91.229.6 (29 Sep 2004 03:19:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 03:19:27 +0000 (UTC) Cc: eggert@CS.UCLA.EDU, bug-coreutils@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 29 05:19:16 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 1CCUzs-0000Ms-00 for ; Wed, 29 Sep 2004 05:19:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCV6C-0000g6-0y for ged-emacs-devel@m.gmane.org; Tue, 28 Sep 2004 23:25:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCV5D-0000BG-MP for emacs-devel@gnu.org; Tue, 28 Sep 2004 23:24:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCV5C-0000Az-UM for emacs-devel@gnu.org; Tue, 28 Sep 2004 23:24:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCV5A-0000A6-Ea; Tue, 28 Sep 2004 23:24:44 -0400 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CCUyK-0000gh-CV; Tue, 28 Sep 2004 23:17:40 -0400 Original-Received: from empanada.home ([67.71.25.99]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040929031507.ORHU1960.simmts7-srv.bellnexxia.net@empanada.home>; Tue, 28 Sep 2004 23:15:07 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 5831430A0AB; Tue, 28 Sep 2004 23:17:39 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun, 26 Sep 2004 14:19:51 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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:27659 gmane.comp.gnu.core-utils.bugs:2954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27659 > Ok, you've convinced me. If no one else sees a problem, > please install your patch. I've installed it. But as mentioned, this is lightly tested. Please people who use dired, beat on it (whether or not your `ls' does funny realignment: it's important that the new code shouldn't make things worse in *any* case). The code is used only when refreshing a few specific lines (typically just one), so it's not used that often. Stefan