From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Bug in ange-ftp parsing of ls output Date: Sun, 23 Oct 2005 14:37:08 +0200 Message-ID: <878xwkbea3.fsf@gmx.de> References: <87sluwosoa.fsf@gmx.de> <87zmp3mut4.fsf-monnier+emacs@gnu.org> <87br1j7728.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130072854 16053 80.91.229.2 (23 Oct 2005 13:07:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 13:07:34 +0000 (UTC) Cc: storm@cua.dk, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 23 15:07:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETfYK-0008PO-Qm for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 15:06:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETfYF-00079k-Kt for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 09:06:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETfLV-0002Jk-NY for emacs-devel@gnu.org; Sun, 23 Oct 2005 08:53:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETfLG-0002Bb-V6 for emacs-devel@gnu.org; Sun, 23 Oct 2005 08:53:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETf6D-0006U7-AX for emacs-devel@gnu.org; Sun, 23 Oct 2005 08:37:18 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1ETf6C-0006l0-5T for emacs-devel@gnu.org; Sun, 23 Oct 2005 08:37:17 -0400 Original-Received: (qmail invoked by alias); 23 Oct 2005 12:37:10 -0000 Original-Received: from p54BD8718.dip0.t-ipconnect.de (EHLO localhost.local) [84.189.135.24] by mail.gmx.net (mp013) with SMTP; 23 Oct 2005 14:37:10 +0200 X-Authenticated: #3708877 Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Fri, 21 Oct 2005 18:19:45 -0400") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44615 Archived-At: "Richard M. Stallman" writes: > Let's move it to files.el and rename it to > directory-listing-before-filename-regexp > > Would you like to do it? Done. Changed files are files.el, dired.el, dired-x.el, locate.el, vc.el and ange-ftp.el. locate.el and vc.el use local values of directory-listing-before-filename-regexp. In locate.el it doesn't seem to be noteworthy; it is derived from the default value. vc.el uses its own regexp, which is similar to directory-listing-before-filename-regexp. Bringing this case into directory-listing-before-filename-regexp would require to change it to a macro, which might not be desirable. Or am I too stupid to see how to handle an empty vc-SYS-dired-state-info? Best regards, Michael.