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

Re: zsh-4.04 and w3m browser



Arthur Alinovi wrote:

> I have just started using zsh-4.04 and am having some problems with the
> w3m text based web browser.
> 
> If I copy a url, then type:
> 
> w3m <paste url I copied>
> 
> zsh comes back with:
> 
> zsh: no matches found: <url I pasted>
> 
> Is there a way around this, or do I constantly have to switch into ksh
> before using w3m?

It's interpreting the URL as a glob pattern. You can avoid this by
quoting the URL. Probably better is to use the noglob precommand
modifier and an alias to avoid having to type that in again and again:

  alias 'w3m=noglob w3m'



Bye
  Sven

-- 
Sven Wischnowsky                          wischnow@xxxxxxxxx



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