[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 &#39;h&#39; another copy of the history is added to the history list for the buffer! Press &#39;h&#39; and &#39;B&#39; many times and you end up with many copies of the history in your buffer&#39;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&#39;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