[emacs-w3m:13772] [emacs-w3m/emacs-w3m] tweaks to handling url query parts (#94)
Boruch Baum <[email protected]> Tue, 04 May 2021 15:41:30 -0700
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
+ Reference commits: c91e761f3, cc4ae1cbb
+ defcustom w3m-queries-log-file had been defined as boolean; define
it as type 'file, and improve its default location.
+ New utility function w3m--url-get-queries. I've started using it in
my w3m-download.el, but it can be useful for the query-tracker feature
and any other feature that looks at the query section of a url.
+ w3m--url-strip-queries: What an awful and misleading name I gave
that function back when. Much better name is
w3m--url-strip-unwanted-queries
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/94
-- Commit Summary --
* tweaks to handling url query parts
-- File Changes --
M ChangeLog (11)
M w3m-util.el (23)
M w3m.el (4)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/94.patch
https://github.com/emacs-w3m/emacs-w3m/pull/94.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/94