[emacs-w3m:13727] [emacs-w3m/emacs-w3m] BUGFIX: don't put about://history/ pages in history. (#89)
Boruch Baum <[email protected]> Sun, 03 Jan 2021 03:17:20 -0800
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
This is a one-line addition to the beginning of function w3m-history-push. It prevents the about:history page from accumulating entries of itself. What otherwise happens is that each time someone presses 'h' another copy of the history is added to the history list for the buffer! Press 'h' and 'B' many times and you end up with many copies of the history in your buffer's history, when really it should appear ZERO times.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/89
-- Commit Summary --
* BUGFIX: don't put about://history/ pages in history.
-- File Changes --
M ChangeLog (21)
M w3m-hist.el (91)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/89.patch
https://github.com/emacs-w3m/emacs-w3m/pull/89.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/89