zsh-users
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@berkom.de>
To: zsh-users@sunsite.dk
Subject: Re: zsh-4.04 and w3m browser
Date: Wed, 28 Aug 2002 13:30:26 +0200	[thread overview]
Message-ID: <15724.46162.348684.801340@wischnow.berkom.de> (raw)
In-Reply-To: <200208281123.g7SBNU021162@panix2.panix.com>


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@berkom.de


  parent reply	other threads:[~2002-08-28 11:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28 11:23 Arthur Alinovi
2002-08-28 11:27 ` Peter Stephenson
2002-08-28 11:28 ` Roman Neuhauser
2002-08-28 11:30 ` Sven Wischnowsky [this message]
2002-08-28 11:36 ` Thomas Köhler
2002-08-28 12:18   ` Vincent Lefevre
2002-08-28 12:50     ` Peter Stephenson
2002-08-28 13:08       ` Vincent Lefevre
2002-08-28 15:25         ` Bart Schaefer
2002-08-28 15:33           ` Vincent Lefevre
2002-08-28 15:52             ` Bart Schaefer
2002-08-28 16:48             ` Wayne Davison
2002-08-30  5:31           ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15724.46162.348684.801340@wischnow.berkom.de \
    --to=wischnow@berkom.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).