From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: dired-move-to-filename-regexp Date: Tue, 21 Sep 2004 14:30:08 -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> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095791538 17160 80.91.229.6 (21 Sep 2004 18:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2004 18:32:18 +0000 (UTC) Cc: larsh@math.ku.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 21 20:32:13 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 1C9pQz-0001Zt-00 for ; Tue, 21 Sep 2004 20:32:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pWv-0005qo-Jo for ged-emacs-devel@m.gmane.org; Tue, 21 Sep 2004 14:38:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9pVV-00050w-Qn for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9pVU-0004zf-41 for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9pVT-0004yN-Ep for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:36:51 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9pPE-0003sX-PM for emacs-devel@gnu.org; Tue, 21 Sep 2004 14:30:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C9pOy-00050r-UK; Tue, 21 Sep 2004 14:30:17 -0400 Original-To: Paul Eggert In-reply-to: <7wr7oxzgs4.fsf@sic.twinsun.com> (message from Paul Eggert on Sun, 19 Sep 2004 21:49:15 -0700) 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:27376 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27376 Why not have Emacs try "ls -l --dired" first, and, if that doesn't work, fall back on "ls -l" without --dired? Running ls can take substantial time, so a failing call to ls is somewhat unpleasant. If it happens just the first time, it could be ok.