Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion in quotes - " vs ' - no suffix added



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