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: directory-listing-before-filename-regexp Date: Thu, 05 Jan 2006 11:36:02 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136485995 31894 80.91.229.2 (5 Jan 2006 18:33:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 18:33:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 19:33:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuZuq-0007Vp-Ut for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 19:32:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuZwa-0002wS-Fc for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 13:34:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuY9A-0002fK-Bg for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:39:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuY99-0002eK-7c for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:39:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuY98-0002eD-EI for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:39:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuYAj-0000dT-S1 for emacs-devel@gnu.org; Thu, 05 Jan 2006 11:41:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EuY5q-0000Sk-II; Thu, 05 Jan 2006 11:36:02 -0500 Original-To: "Drew Adams" In-reply-to: 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:48760 Archived-At: Apparently, directory-listing-before-filename-regexp was created to replace dired-move-to-filename-regexp. The new var is used in several files. I didn't notice any alias to the old name (perhaps I missed it). That would be helpful, particularly to ease compatibility for external libraries. The meaning of the new variable seems to be the same as the old, so an alias would be good to add.