From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3514 invoked from network); 29 Aug 2001 17:53:09 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Aug 2001 17:53:09 -0000 Received: (qmail 19541 invoked by alias); 29 Aug 2001 17:52:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15724 Received: (qmail 19529 invoked from network); 29 Aug 2001 17:52:57 -0000 From: Bart Schaefer Message-Id: <1010829175252.ZM4667@candle.brasslantern.com> Date: Wed, 29 Aug 2001 17:52:52 +0000 In-Reply-To: <3B8D26D8.A1598021@yahoo.co.uk> Comments: In reply to Oliver Kiddle "Re: How to complete backquote, etc. using compsys?" (Aug 29, 6:31pm) References: <20010821204255.64C6417403@puel.sfc.wide.ad.jp> <3B84D18C.19BA712@yahoo.co.uk> <1010823180146.ZM25810@candle.brasslantern.com> <3B8B6600.54A33D8E@yahoo.co.uk> <1010828155058.ZM2724@candle.brasslantern.com> <3B8D26D8.A1598021@yahoo.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: How to complete backquote, etc. using compsys? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 29, 6:31pm, Oliver Kiddle wrote: } } > } Also, without multios the closing } > } bracket of $(<...) should always be completed. } > } > It would have to be an autoremovable suffix, too; `echo $( a silly example of why. } } I never knew you could do that. Still, ')' as an autoremovable suffix } would be better behaviour than the current situation. The question in this case (and in other cases of multiple suffix layers) is exactly when you remove them. E.g. with a file suffix like '/', it gets removed if you immediately press enter, but in the above case it should not get removed. Also with $(...) or `...`, pressing space after the autoremovable suffix is ambiguous -- more arguments to the command, or the next thing after it? -- whereas with a pathname '/' a space almost always means that you're done with that file name. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net