From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12599 invoked from network); 14 May 2002 14:24:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 May 2002 14:24:06 -0000 Received: (qmail 18949 invoked by alias); 14 May 2002 14:23:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17154 Received: (qmail 18936 invoked from network); 14 May 2002 14:23:53 -0000 From: "Bart Schaefer" Message-Id: <1020514142335.ZM13473@candle.brasslantern.com> Date: Tue, 14 May 2002 14:23:35 +0000 In-Reply-To: <15584.49227.780505.590251@wischnow.berkom.de> Comments: In reply to Sven Wischnowsky "Re: completion in quotes - " vs ' - no suffix added" (May 14, 9:44am) References: <15576.54689.459113.686818@wischnow.berkom.de> <6134254DE87BD411908B00A0C99B044F02E89A73@mowd019a.mow.siemens.ru> <15577.7296.682622.411849@wischnow.berkom.de> <1020508153855.ZM7837@candle.brasslantern.com> <15583.34740.981994.404489@wischnow.berkom.de> <6134254DE87BD411908B00A0C99B044F02E89A8C@mowd019a.mow.siemens.ru> <1020513173320.ZM12360@candle.brasslantern.com> <1021313089.2926.10.camel@localhost.localdomain> <15584.49227.780505.590251@wischnow.berkom.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.dk Subject: Re: completion in quotes - " vs ' - no suffix added MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 14, 9:44am, Sven Wischnowsky wrote: } } Borsenkow Andrej wrote: } } > so correctly escaped filename is inserted but is not unquoted when } > testing for file type. } } That's exactly the point -- the code in compresult.c responsible for } this is *very* old and, ahem, hasn't been updated for this. The patch } I sent is only for the quoting issues Bart described Well, something is not quite right. Look what I get with the latest CVS: schaefer<502> ls -l total 3 -rw-rw-r-- 1 schaefer schaefer 0 May 13 10:29 a\ b drwxrwxr-x 2 schaefer schaefer 1024 May 13 10:29 a\ d/ drwxrwxr-x 2 schaefer schaefer 1024 Apr 15 08:30 don't stop/ drwxrwxr-x 2 schaefer schaefer 1024 Feb 5 09:38 rmthat/ schaefer<503> zsh -c "ls a schaefer<503> zsh -c "ls a\\\\\\ There are several too many backslashes there, I'd say. It behaves the same way if I delete _all_ my zstyles, so ... -- 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