From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dired and wildcards Date: Tue, 19 Jun 2007 22:38:55 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1182281967 875 80.91.229.12 (19 Jun 2007 19:39:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 19:39:27 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 19 21:39:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0jXp-0000X9-Vl for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 21:39:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0jXo-0001E1-AH for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2007 15:39:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0jXk-0001DS-7o for emacs-devel@gnu.org; Tue, 19 Jun 2007 15:39:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0jXi-0001DF-NL for emacs-devel@gnu.org; Tue, 19 Jun 2007 15:39:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0jXi-0001DC-AG for emacs-devel@gnu.org; Tue, 19 Jun 2007 15:39:10 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0jXg-0005E8-Iu for emacs-devel@gnu.org; Tue, 19 Jun 2007 15:39:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-164-42.inter.net.il [80.230.164.42]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HAJ37632 (AUTH halo1); Tue, 19 Jun 2007 22:39:01 +0300 (IDT) In-reply-to: (message from Stefan Monnier on Tue, 19 Jun 2007 13:53:11 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:73331 Archived-At: > Cc: Andreas Schwab , emacs-devel@gnu.org > From: Stefan Monnier > Date: Tue, 19 Jun 2007 13:53:11 -0400 > > > And now to my original question: is there a way to tell Dired to > > interpret "foo[bar]" as a wildcard, even though a file by that literal > > name exists? You seem to say there is no way, but I'm not sure I > > understand you correctly. > > I'd try "foo[arb]" or "foo[barr]" or "[f]oo[bar]" ... you get the idea. Or maybe using -d in the ls switches?