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: Turning on savehist-mode by default Date: Sun, 19 Nov 2023 09:10:53 +0200 Message-ID: <83il5ykyki.fsf@gnu.org> References: <87wmufm7r7.fsf@catern.com> <87fs12jkik.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2772"; mail-complaints-to="usenet@ciao.gmane.io" Cc: sbaugh@catern.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 19 08:11:33 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 1r4bxt-0000Z5-2h for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Nov 2023 08:11:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r4bxb-00017g-VM; Sun, 19 Nov 2023 02:11:15 -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 1r4bxZ-000177-Ij for emacs-devel@gnu.org; Sun, 19 Nov 2023 02:11:13 -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 1r4bxZ-0007Zx-9l; Sun, 19 Nov 2023 02:11:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=bfv8O6T5tcAU94gUXJWbzQYp0w0bpZ04/Arj57xQ1og=; b=nxZidoQxREP2 vYXysREzqT520DKc4GdxF0nxR6e77apKObcBU1qhZoKNePou3VZnPMQyjFqOT4g1x8EFAicyrrP8V 8UGnLcGIZ2OmYbc4Yof3kGehBAlVyj7fILReNiUGCY1wTIMPlsKgGHQNULCKhsk3mUCTQC//69IAt IUyUDQdAA3EvtsEdxT9qqroptI4axM7+X0Af6vlijcKZpZ724c7vHlcn7r5rZOMnUX7+q+B4ok/Pv t9UicaFIPW7mROi6KzNu1hCPuLd1BInr1eCVZ5arnvpSMFY8HEdiW9nIpJOdD83uaPuXSJTIdhZhG ksuvPgk00heK7zpD4Fbvgg==; In-Reply-To: <87fs12jkik.fsf@yahoo.com> (message from Po Lu on Sun, 19 Nov 2023 14:59:47 +0800) 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:312952 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 19 Nov 2023 14:59:47 +0800 > > There is a grave disadvantage to introducing kill-emacs-hooks or saving > files periodically from a timer. I disagree that there's a disadvantage in that, let alone a grave one. I'm using desktop.el, which does both of the above, for many years, and have yet to see any problems with that.