[emacs-w3m:13451] [emacs-w3m/emacs-w3m] Properly handle local file URLs (#48)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
This PR fixes several bugs in the handling of local file URLS:
+ Expands environment variables (eg. $HOME, $TEMPDIR, ~)
+ Respects documentation for w3m-local-find-file-regexps, in terms of
what the included and excluded regexes do.
+ Doesn't hide a new find-file buffer when creating it using function
w3m-goto-url-new-session.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/48
-- Commit Summary --
* local file urls: bugfixes
-- File Changes --
M ChangeLog (12)
M w3m.el (39)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/48.patch
https://github.com/emacs-w3m/emacs-w3m/pull/48.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/48