Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion in quotes - " vs ' - no suffix added
- X-seq: zsh-workers 17154
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: completion in quotes - " vs ' - no suffix added
- Date: Tue, 14 May 2002 14:23:35 +0000
- In-reply-to: <15584.49227.780505.590251@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <15576.54689.459113.686818@xxxxxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F02E89A73@xxxxxxxxxxxxxxxxxxxxxxx> <15577.7296.682622.411849@xxxxxxxxxxxxxxxxxx> <1020508153855.ZM7837@xxxxxxxxxxxxxxxxxxxxxxx> <15583.34740.981994.404489@xxxxxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F02E89A8C@xxxxxxxxxxxxxxxxxxxxxxx> <1020513173320.ZM12360@xxxxxxxxxxxxxxxxxxxxxxx> <1021313089.2926.10.camel@xxxxxxxxxxxxxxxxxxxxx> <15584.49227.780505.590251@xxxxxxxxxxxxxxxxxx>
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<TAB>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author