From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: EWW improvements: open in new buffer, tags, quickmarks, search engines, ... Date: Wed, 25 Apr 2018 19:19:26 +0300 Message-ID: <83lgdbuult.fsf@gnu.org> References: <87zi23bg67.fsf@gmail.com> <87efjd3alj.fsf@gmail.com> <878t9dw3it.fsf@gmail.com> <837eowwnvr.fsf@gnu.org> <87efj3yewo.fsf@gmail.com> <83r2n3uvp2.fsf@gnu.org> <877eovmfh3.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1524673094 5500 195.159.176.226 (25 Apr 2018 16:18:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2018 16:18:14 +0000 (UTC) Cc: charles@aurox.ch, emacs-devel@gnu.org To: Pierre Neidhardt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 18:18:10 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fBN7S-0001LM-0z for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2018 18:18:10 +0200 Original-Received: from localhost ([::1]:38019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBN9Y-0002xz-RH for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2018 12:20:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBN8o-0002xY-9S for emacs-devel@gnu.org; Wed, 25 Apr 2018 12:19:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBN8l-0004pg-69 for emacs-devel@gnu.org; Wed, 25 Apr 2018 12:19:34 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBN8l-0004pX-1v; Wed, 25 Apr 2018 12:19:31 -0400 Original-Received: from [176.228.60.248] (port=1764 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fBN8k-0000B1-Ep; Wed, 25 Apr 2018 12:19:30 -0400 In-reply-to: <877eovmfh3.fsf@gmail.com> (message from Pierre Neidhardt on Wed, 25 Apr 2018 21:43:28 +0530) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224875 Archived-At: > From: Pierre Neidhardt > Cc: charles@aurox.ch, emacs-devel@gnu.org > Date: Wed, 25 Apr 2018 21:43:28 +0530 > > > savehist.el provides a defcustom, savehist-additional-variables, which > > can be used to save and restore additional history variables. The > > minibuffer history is just the default. > > OK, can we save additional information such as the page title and > the last-access date? If not, that would be too limiting I think. It's fine with me if you decide savehist is not up to this job. My point was that the candidate existing packages should be explored before you decide that you need to roll your own. I'd be surprised to learn that none of the existing capabilities fits your bill. Thanks.