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

Re: zsh: no matches found



Igor Sosa Mayor wrote:

> Sven Joachim <svenjoac@xxxxxx> writes:
> > Not by default.  Have you set the nonomatch option so that it works for
> > you?
> 
> no. nomatch is on; nonomatch is off. 
> 
> > No, it's because of the '?' character in the URL which causes globbing.
> 
> aha... interesting. Thanks for the explanation.

If you're cutting-n-pasting these from the browser, the url-quote-magic zle
widget might be useful.


autoload -U url-quote-magic ; zle -N self-insert url-quote-magic


This will auto-quote/escape URLs when typed (or pasted) .

-- 

John Eikenberry
[ jae@xxxxxxxx - http://zhar.net ]
[ PGP public key @ http://zhar.net/jae_at_zhar_net.gpg ]
________________________________________________________________________
Sic gorgiamus allos subjectatos nunc

Attachment: signature.asc
Description: Digital signature



Messages sorted by: Reverse Date, Date, Thread, Author