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: Fri, 21 Oct 2005 18:19:45 -0400 Message-ID: References: <87sluwosoa.fsf@gmx.de> <87zmp3mut4.fsf-monnier+emacs@gnu.org> <87br1j7728.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 1129933262 3108 80.91.229.2 (21 Oct 2005 22:21:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 22:21:02 +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 Sat Oct 22 00:21:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ET5Fu-00028J-FA for ged-emacs-devel@m.gmane.org; Sat, 22 Oct 2005 00:20:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ET5Ft-0003TW-TA for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2005 18:20:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ET5Eo-00035J-Rz for emacs-devel@gnu.org; Fri, 21 Oct 2005 18:19:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ET5Eo-00034r-6Q for emacs-devel@gnu.org; Fri, 21 Oct 2005 18:19:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ET5Eo-00034n-2Y for emacs-devel@gnu.org; Fri, 21 Oct 2005 18:19:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ET5Eo-0005Ve-68 for emacs-devel@gnu.org; Fri, 21 Oct 2005 18:19:46 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ET5En-0003kt-9y; Fri, 21 Oct 2005 18:19:45 -0400 Original-To: Michael Albinus In-reply-to: <87br1j7728.fsf@gmx.de> (message from Michael Albinus on Fri, 21 Oct 2005 07:49:51 +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:44535 Archived-At: You're right, `dired-move-to-filename-regexp' looks more robust than `ange-ftp-date-regexp' (and it hasn't the bug Kim reported). But for common use, this regexp should be moved to a more general package (files.el?, simple.el?) in order to avoid dependencies on dired. Let's move it to files.el and rename it to directory-listing-before-filename-regexp Would you like to do it?