From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4414 invoked from network); 6 Nov 1998 13:50:56 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 6 Nov 1998 13:50:56 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id IAA20838; Fri, 6 Nov 1998 08:45:38 -0500 (EST) Resent-Date: Fri, 6 Nov 1998 08:45:38 -0500 (EST) Sender: B.Stephens@isode.com To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Re: PATCH: 3.1.5: doc fix, was re: Case-insensitive globbing References: <9811061101.AA13181@ibmth.df.unipi.it> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 06 Nov 1998 13:43:35 +0000 In-Reply-To: Peter Stephenson's message of "Fri, 06 Nov 1998 12:01:26 +0100" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"qYcPH.0.X55.2slGs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4581 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson writes: > "Bart Schaefer" wrote: > > Hm. I don't think grouping needs to work inside the command word, but > > there should not be an implicit word break before the paren: > > > > zagzig<7> echo(config.|stamp-)h > > config.h stamp-h > > > > Rather I'd expect to see some sort of parse error, or command-not-found. > > I suppose it's for people to be able to do things like `if(test...)' > without typing all those time-consuming spaces. Is this a feature? I don't like it, if it is. Suppose I have a few commands like foo_baa, or foo.baa, but I can never remember what case the baa is supposed to be. I think it would be cool to be able to use case insensitive globbing even on the command word. It certainly feels ugly to have a special case like this. I can see why you might want special cases for builtin bits of syntax like if, while, etc., I suppose (just to avoid all that time-wasting whitespace), but it still feels ugly.