GNU bug report logs - #16280
24.3.50; [PATCH] eww: Add new function to clean browser histories.

Previous Next

Package: emacs;

Reported by: Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com>

Date: Sat, 28 Dec 2013 15:34:01 UTC

Severity: wishlist

Tags: patch

Found in version 24.3.50

Fixed in version 24.4

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 16280 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com>
Cc: 16280 <at> debbugs.gnu.org
Subject: Re: bug#16280: 24.3.50;
 [PATCH] eww: Add new function to clean browser histories.
Date: Sun, 05 Jan 2014 10:32:58 +0100
Kenjiro NAKAYAMA <nakayamakenjiro <at> gmail.com> writes:

> +(defun eww-history-cleanup ()
> +  (interactive)
> +  (if (y-or-n-p "clean up browser histories? ")
> +      (progn
> +       (setq-local eww-history nil)
> +       (setq-local eww-history-position 0))))

I'm not sure this is useful.  The history is only a local buffer
variable, isn't it?  The normal way to make stuff "go away" in Emacs is
to kill the buffer, and that should do the trick for the history, too.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 11 years and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.