lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] strange behavior opening localfile with "#"


From: Thomas Dickey
Subject: Re: [Lynx-dev] strange behavior opening localfile with "#"
Date: Wed, 3 Jan 2007 15:42:33 -0500 (EST)

On Thu, 4 Jan 2007, address@hidden wrote:

I've got a report about Lynx's strange behavior opening localfile with
"#" on Windows.

These are the behaviors which I found, putting a file, which name is
"foo#bar", on the current directory and d:/tmp.

 1. It SHOULD be opend and actually it is. (expected)
       lynx -cfg=lynx.cfg -lss=lynx.lss foo#bar

 2. It SHOULD be opend but actually it isn't. (unexpected)
       lynx -cfg=lynx.cfg -lss=lynx.lss ./foo#bar
       lynx -cfg=lynx.cfg -lss=lynx.lss d:/tmp/foo#bar
       lynx -cfg=lynx.cfg -lss=lynx.lss file://localhost/d:/tmp/foo%23bar

 3. It SHOULDN'T be opend and actually it isn't. (expected)
       lynx -cfg=lynx.cfg -lss=lynx.lss ./foo%23bar
       lynx -cfg=lynx.cfg -lss=lynx.lss d:/tmp/foo%23bar
       lynx -cfg=lynx.cfg -lss=lynx.lss file://localhost/d:/tmp/foo#bar

 4. It SHOULDN'T be opend but actually it is. (unexpected)
       lynx -cfg=lynx.cfg -lss=lynx.lss ./foo%2523bar
       lynx -cfg=lynx.cfg -lss=lynx.lss d:/tmp/foo%2523bar
       lynx -cfg=lynx.cfg -lss=lynx.lss file://localhost/d:/tmp/foo%2523bar

I've tested 2.8.6rel.1 for Windows got from this URL.
   http://pervalidus.50webs.org/cygwin/lynx/

I can reproduce this (will see).

thanks

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]