From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Bug in ange-ftp parsing of ls output Date: Sun, 23 Oct 2005 21:00:31 -0400 Message-ID: References: <87sluwosoa.fsf@gmx.de> <87zmp3mut4.fsf-monnier+emacs@gnu.org> <87br1j7728.fsf@gmx.de> <878xwkbea3.fsf@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130115734 28882 80.91.229.2 (24 Oct 2005 01:02:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 01:02:14 +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 Mon Oct 24 03:02:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETqiy-0005rE-G7 for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 03:02:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETqix-0005Zm-4j for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 21:02:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETqhV-0004Sf-U0 for emacs-devel@gnu.org; Sun, 23 Oct 2005 21:00:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETqhU-0004Qj-Nh for emacs-devel@gnu.org; Sun, 23 Oct 2005 21:00:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETqhU-0004QT-H8 for emacs-devel@gnu.org; Sun, 23 Oct 2005 21:00:32 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETqhU-0007x4-AZ for emacs-devel@gnu.org; Sun, 23 Oct 2005 21:00:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ETqhT-0003UY-GL; Sun, 23 Oct 2005 21:00:31 -0400 Original-To: Michael Albinus In-reply-to: <878xwkbea3.fsf@gmx.de> (message from Michael Albinus on Sun, 23 Oct 2005 14:37:08 +0200) 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:44657 Archived-At: 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? For now, let's leave it alone. I hope Spiegel will start responding again and that he will eventually DTRT. Could you add a comment next to that variable, explaining this issue and what needs to be done?