Bug#969386: Resolve file: not just file:///

2020-09-03 Thread Katsumi Yamaoka
On Wed, 02 Sep 2020 08:05:26 +0900, Katsumi Yamaoka wrote: > Well, for instance, probably we can modify emacs-w3m so to allow > "file:bla.txt" things if and only if a user has specified > `w3m-default-directory' (defaults to nil). I've done it in the emacs-w3m git master as follows: Allow url

Bug#969386: Resolve file: not just file:///

2020-09-01 Thread Katsumi Yamaoka
On Wed, 02 Sep 2020 01:19:30 +0800, 積丹尼さん wrote: > Real w3m can deal fine with file:bla.txt and does not always need > file:///full/path/to/bla.txt . w3m visits the file `pwd`/bla.txt . That's a good feature as a user knows where the current directory is (in other words a user knows the file

Bug#969386: Resolve file: not just file:///

2020-09-01 Thread 積丹尼 Dan Jacobson
X-Debbugs-cc: yama...@jpl.org Package: w3m-el-snapshot Version: 1.4.632+0.20200702.0409.dca01f9-1 Real w3m can deal fine with file:bla.txt and does not always need file:///full/path/to/bla.txt . But emacs-w3m says w3m--goto-url--valid-url: Wrong type argument: stringp, nil