From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [External] : Turning on savehist-mode by default Date: Sun, 19 Nov 2023 10:26:17 +0200 Message-ID: <83bkbqkv2u.fsf@gnu.org> References: <87wmufm7r7.fsf@catern.com> <87edgmq601.fsf@posteo.net> <87jzqeybz8.fsf@posteo.net> <86cyw6wb27.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27660"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, drew.adams@oracle.com, philipk@posteo.net, sbaugh@catern.com, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 19 09:27:15 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r4d98-0006yU-33 for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Nov 2023 09:27:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r4d8Z-0000Qn-MD; Sun, 19 Nov 2023 03:26:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4d8X-0000QO-Pi for emacs-devel@gnu.org; Sun, 19 Nov 2023 03:26:37 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4d8V-0001oS-Ro; Sun, 19 Nov 2023 03:26:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=w4jEYbii4KT701eYuqTE1Z0VTgFcyV6gNLvQ1gisyzg=; b=Z5g8lbFP5CEdRtwdAOKZ 1UrdhgqsJd72l5wG20bSDH9LGzeiLgPDgDaraKPfWjqG1sPk+dyc28o7in8Z3sfw+Jlvp/nSE6Sa8 Yx9LqGH+gIArKUN/pWzj3wdB+/1nE9uWQs81EjHaGUGezkpJJl0RbzfG+6N8BuW60ZIBhLVJMC2+j d5tNTOHpGYP1qDQ2Kx4acFkji1pOP/9MJw6cNgXfzDhvrtjqC6pLGqqtggL6fIiwGCSKON5wLVDgd +8TrXd/IXqEe5yvP892cGuCDwGZ9aLUPwBGlehP10LsSKIPoP73nsB8MIjrtdXIJCo0RekxTJuK+g wvBiaj0pWtBKtA==; In-Reply-To: (message from Yuri Khan on Sun, 19 Nov 2023 14:32:57 +0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312957 Archived-At: > From: Yuri Khan > Date: Sun, 19 Nov 2023 14:32:57 +0700 > Cc: Drew Adams , Philip Kaludercic , > "sbaugh@catern.com" , > "emacs-devel@gnu.org" > > On Sun, 19 Nov 2023 at 14:11, Juri Linkov wrote: > > > Please don't forget there is also `desktop.el' > > that is a superset of `savehist.el' > > Is it though? I’m using ‘desktop-save-mode’, not observing > preservation of histories, and not seeing any user option in the > Desktop group that would shout to me “enable this to save all > histories”. I see ‘file-name-history’ in ‘desktop-globals-to-save’ but > I wouldn’t like to whitelist all the histories I care about. Why not? I do precisely that, FWIW. It's a one-time configuration, so not a lot of effort.