From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4802 invoked from network); 8 Oct 1999 06:16:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Oct 1999 06:16:54 -0000 Received: (qmail 22390 invoked by alias); 8 Oct 1999 06:16:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8177 Received: (qmail 22383 invoked from network); 8 Oct 1999 06:15:59 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Bruce Stephens" , Subject: RE: Reasons for not wanting EXTENDED_GLOB interactively (was Re: PATCH:...) Date: Fri, 8 Oct 1999 10:15:56 +0400 Message-ID: <001001bf1154$953cfb70$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <871zb6zzcc.fsf@cenderis.demon.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal > > This isn't really on the same subject, but a colleague wanted to > delete files beginning .# in a directory a few days ago (they're > created by Emacs ediffing files with versions or something), and did: > > rm .#* > > (Don't try this at home.) > Wow! I often use some patterns with exclusion and like so I have extended_glob on ... Peter, how hard is to implement globbing modifier to turn extended_glob on (and, may be, off)? Something like (#e)... ?? /andrej