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

Re: zsh-4.04 and w3m browser



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.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



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