Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-4.04 and w3m browser
- X-seq: zsh-users 5309
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx (Zsh users list)
- Subject: Re: zsh-4.04 and w3m browser
- Date: Wed, 28 Aug 2002 13:50:52 +0100
- In-reply-to: "Vincent Lefevre"'s message of "Wed, 28 Aug 2002 14:18:26 +0200." <20020828121825.GD13666@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Vincent Lefevre wrote:
> On Wed, Aug 28, 2002 at 13:36:55 +0200, Thomas Köhler wrote:
> > alias w3m="noglob w3m"
> >
> > I use the same with lynx :-)
>
> But this wouldn't work if you want to mix URIs and filenames for
> some arbitrary program. Shouldn't globbing be smarter (possibly
> as an option)? For instance, when a word starts with "http:" or
> "ftp:", globbing shouldn't be performed. "file:" could be treated
> in a special way: for localhost, globbing should be performed and
> completion should work.
This is virtually the same as what `setopt nonomatch' does, assuming you
don't have files with names beginning http: or ftp:.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author