From unknown Sat Sep 13 12:31:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55574 <55574@debbugs.gnu.org> To: bug#55574 <55574@debbugs.gnu.org> Subject: Status: 28.1; desktop-kill not included in kill-emacs-hook anymore Reply-To: bug#55574 <55574@debbugs.gnu.org> Date: Sat, 13 Sep 2025 19:31:10 +0000 retitle 55574 28.1; desktop-kill not included in kill-emacs-hook anymore reassign 55574 emacs submitter 55574 tanzer@gg32.com severity 55574 normal tag 55574 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 09:23:17 2022 Received: (at submit) by debbugs.gnu.org; 22 May 2022 13:23:17 +0000 Received: from localhost ([127.0.0.1]:43967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nslYC-0006Fp-TN for submit@debbugs.gnu.org; Sun, 22 May 2022 09:23:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:37994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nslYA-0006Fh-Rl for submit@debbugs.gnu.org; Sun, 22 May 2022 09:23:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nslYA-0001sn-Mz for bug-gnu-emacs@gnu.org; Sun, 22 May 2022 09:23:14 -0400 Received: from mx0.gg32.com ([168.119.248.232]:7135) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nslY8-0004Ex-5e for bug-gnu-emacs@gnu.org; Sun, 22 May 2022 09:23:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20220514; bh=W7SRYF1++ep qDQ9BCkz3jHqRCr3MZYWaXXVAst/JhyA=; h=from:to:subject:date:reply-to; d=gg32.com; b=PKpv/juRtm8GSA3uMXuMNS9suohqMMNvlXw4yUkFEBfmLrl6u9mZYk78 xuy5SHhEh21vpVZ6VO3TH3DGmMpc4kydWV2ZfLyPLHGg0SpzJn3oUwksjD0FqubAUKwPH5 RX/T2pFYW+Ol4vRvKNDEz1wCeoOnVEri/cF9S2aLWwiB+3hKmyYLlP0yvqsOwUp5ppOV14 1kKRbaUeV31F8xGXDWaJvU7+KvR2DvPvBdouVO0SGJD006fkpIFByLO8I99otrp+wUlWEQ 8XA8qbPdDvdQ0Ta9U1Von2ttg2WIIVZ4FOj/vsYpV4rFb2ECeirUSI0gUys8GMfk8vYTtX VIr9Ug== Received: by mx0.gg32.com (OpenSMTPD) with ESMTP id 2e045443; Sun, 22 May 2022 14:23:04 +0100 (WEST) X-mailer: PMA 0.8.0 Content-Type: text/plain; charset="utf-8" Date: Sun, 22 May 2022 13:23:03 -0000 Mime-Version: 1.0 Content-transfer-encoding: 8bit Subject: 28.1; desktop-kill not included in kill-emacs-hook anymore To: bug-gnu-emacs@gnu.org From: tanzer@gg32.com Message-Id: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> Received-SPF: pass client-ip=168.119.248.232; envelope-from=tanzer@gg32.com; helo=mx0.gg32.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tanzer@gg32.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Before Emacs 28, `desktop-kill` was included in `kill-emacs-hook` if `desktop-save-mode` was enabled. In Emacs 28, `desktop-kill` is included in `kill-emacs-query-functions` instead. Therefore the desktop is not saved and the desktop lock not removed when `kill-emacs` is used to exit Emacs. Unfortunately, the new behavior is not documented in the NEWS file. The behavior can be reproduced by evaluating the following elisp snippet in an Emacs 28.1 instance started with `emacs -Q`: (desktop-save-mode 1) (message "kill-emacs-hook: %s" kill-emacs-hook) In Emacs 28.1, it will display: "kill-emacs-hook: nil" In Emacs 27.2, it will display: "kill-emacs-hook: (desktop-kill)" Please revoke the change or document it properly. In GNU Emacs 28.1 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559)) of 2022-04-04 built on armbob.lan Windowing system distributor 'Apple', version 10.3.2113 System Description: macOS 12.4 Configured using: 'configure --with-ns '--enable-locallisppath=/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp' --with-modules' Configured features: ACL GMP GNUTLS JSON LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER THREADS TOOLKIT_SCROLL_BARS ZLIB Important settings: value of $EMACSLOADPATH: /Users/tanzer/.emacs.lib::/Applications/Emacs.app/Contents/Resources/site-lisp: value of $LC_CTYPE: UTF-8 value of $LC_MESSAGES: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: desktop-save-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /Users/tanzer/.emacs.lib/custom hides /Applications/Emacs-28.1.app/Contents/Resources/lisp/custom Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils desktop frameset cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 52547 9320) (symbols 48 6728 1) (strings 32 18877 2482) (string-bytes 1 635721) (vectors 16 14225) (vector-slots 8 194877 11238) (floats 8 22 51) (intervals 56 203 0) (buffers 992 10)) -- Christian Tanzer From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 12:51:55 2022 Received: (at 55574) by debbugs.gnu.org; 22 May 2022 16:51:55 +0000 Received: from localhost ([127.0.0.1]:46214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoo6-0007oy-Qy for submit@debbugs.gnu.org; Sun, 22 May 2022 12:51:54 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoo2-0007od-52 for 55574@debbugs.gnu.org; Sun, 22 May 2022 12:51:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8Itz9ROlfdg2faguUa0YwYIVW9H4bZd8Y0AS8E2sp60=; b=aidpv2gg636JUoid4N59bqQhnv ixZlkbXTCTNSn+157RmXVdxXRnuwnzO8CGtUijWlwgqYbRqA6qC6dOMDBJipgX9PBsbki3sSdpDWL mYIGGltbMhhG9ibgGLGj9DJPzKNf03WHSDZ2CU0sDckzSR3H1Qu7n3lxVgRMc6xwvc8s=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsons-0008W6-VD; Sun, 22 May 2022 18:51:43 +0200 From: Lars Ingebrigtsen To: tanzer@gg32.com Subject: Re: bug#55574: 28.1; desktop-kill not included in kill-emacs-hook anymore References: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> X-Now-Playing: Steven Brown's _Music for Film & Theatre (2)_: "L'Arrivee dans le Jour (L)" Date: Sun, 22 May 2022 18:51:38 +0200 In-Reply-To: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> (tanzer@gg32.com's message of "Sun, 22 May 2022 13:23:03 -0000") Message-ID: <87fsl1tsrp.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tanzer@gg32.com writes: > Before Emacs 28, `desktop-kill` was included in `kill-emacs-hook` if > `desktop-save-mode` was enabled. This is a duplicate of bug#55574, so I'm merging the two. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55574 Cc: 55574@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tanzer@gg32.com writes: > Before Emacs 28, `desktop-kill` was included in `kill-emacs-hook` if > `desktop-save-mode` was enabled. This is a duplicate of bug#55574, so I'm merging the two. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 12:52:00 2022 Received: (at control) by debbugs.gnu.org; 22 May 2022 16:52:00 +0000 Received: from localhost ([127.0.0.1]:46217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoo9-0007pC-0y for submit@debbugs.gnu.org; Sun, 22 May 2022 12:52:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsoo7-0007oj-8g for control@debbugs.gnu.org; Sun, 22 May 2022 12:51:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=O04OTMxKLsVkV4gQ+pc3CUZepA89oiB7pmgCRzre35c=; b=naFnkfughj6ezIkoaGz5ib6odh 9uSm0jpgg2jxUBmT66BxFRDlVz+KCYguNmhiYc/cYbIYvCu0c12Bhh9TFpS1Q4vBUJJGGpkJZRzBr tcoV07HQL4Gy7q7sCmh7/Y7rhW5JLX5T8OWL8J70Y0rW8VXBo8Bi9RibvTYjuIFjvF/8=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsonz-0008WD-Fk for control@debbugs.gnu.org; Sun, 22 May 2022 18:51:49 +0200 Date: Sun, 22 May 2022 18:51:47 +0200 Message-Id: <87ee0ltsrg.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #55574 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: forcemerge 55574 55574 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 55574 55574 quit From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 12:57:00 2022 Received: (at 55574) by debbugs.gnu.org; 22 May 2022 16:57:00 +0000 Received: from localhost ([127.0.0.1]:46233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsot2-0007y5-L4 for submit@debbugs.gnu.org; Sun, 22 May 2022 12:57:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsosz-0007xq-DA for 55574@debbugs.gnu.org; Sun, 22 May 2022 12:56:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=M8XirKt954uluV/cYbsV0EFC7n2fnY0MR8F7dOTBB1I=; b=APtmN1KeS6dOm3FvEbv7wLTWJK 6FMlriCHUOnX9wDRS+FpdywCU2aknfU9vJnevqrYzqzIYoFVD5nFlfxbY1CAxdxjwvmav0VoYAMWa DLZLOvRBEwoHYSC/iga4txR3R/IqOkNLm9YOwsrJfXD+v3Fuespo7xxKpgHKw6BazCxE=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsosq-00008u-Jr; Sun, 22 May 2022 18:56:50 +0200 From: Lars Ingebrigtsen To: tanzer@gg32.com Subject: Re: bug#55574: 28.1; desktop-kill not included in kill-emacs-hook anymore References: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> <87fsl1tsrp.fsf@gnus.org> X-Now-Playing: Steven Brown's _Music for Film & Theatre (2)_: "Prunelles d'Ailleurs (L)" Date: Sun, 22 May 2022 18:56:48 +0200 In-Reply-To: <87fsl1tsrp.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 22 May 2022 18:51:38 +0200") Message-ID: <874k1htsj3.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > This is a duplicate of bug#55574, so I'm merging the two. Sorry; I meant bug#55560. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55574 Cc: 55574@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > This is a duplicate of bug#55574, so I'm merging the two. Sorry; I meant bug#55560. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 12:57:05 2022 Received: (at control) by debbugs.gnu.org; 22 May 2022 16:57:05 +0000 Received: from localhost ([127.0.0.1]:46237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsot6-0007yj-RW for submit@debbugs.gnu.org; Sun, 22 May 2022 12:57:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsot4-0007xw-Nd for control@debbugs.gnu.org; Sun, 22 May 2022 12:57:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JziN3ArNenXZ3Cs3EaD1hXpVud1aN7iUKFz4UZETe0U=; b=sfHyhxaGe8cM7hMjJbqqJBxzRk 3bzvx+QbgI5qbAR2B59VykPoEIy+rr/1XwXcv7VobuejnOMEqGgFhXrCl69hFi2TW71/MAPxajgXj mi5CZ9SeIunHn/xjQY5t1aaKPmQ2okizclU9WdOiH5lnw1z9tSAAYGaoKuousKCrEaJ4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsosw-000094-TO for control@debbugs.gnu.org; Sun, 22 May 2022 18:56:56 +0200 Date: Sun, 22 May 2022 18:56:54 +0200 Message-Id: <8735h1tsix.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #55574 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: forcemerge 55574 55560 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 55574 55560 quit From debbugs-submit-bounces@debbugs.gnu.org Sun May 22 15:20:37 2022 Received: (at 55574) by debbugs.gnu.org; 22 May 2022 19:20:37 +0000 Received: from localhost ([127.0.0.1]:46421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsr81-0005gy-G4 for submit@debbugs.gnu.org; Sun, 22 May 2022 15:20:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:43422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nsr7y-0005gl-Go for 55574@debbugs.gnu.org; Sun, 22 May 2022 15:20:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=f4L49aEe+idOiR02a91BTrTrhquVOaNKh7f3njtw1l8=; b=qRLkWNBb4VXET3ZIomYV571e0N QP8/7gG2VlrYMDZ5KRab5tQ0enV21cvudgGRstmsTBdTbA9sBgxBEwGBvbCnJBGIi/9rujA3qgvXI /94qCqmOowHXRK1SvT61FsYAWVwXgVVc19Ce1YIXQ27uOq68w8vW3oBlAqb0Bawb91Xk=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nsr7q-00017z-49; Sun, 22 May 2022 21:20:28 +0200 From: Lars Ingebrigtsen To: Christian Tanzer Subject: Re: bug#55574: 28.1; desktop-kill not included in kill-emacs-hook anymore References: <874k1htsj3.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEVSRlj01duxb3bk rK/++vv///8ckvcFAAAAAWJLR0QF+G/pxwAAAAd0SU1FB+YFFhMTNgFuHC4AAAGnSURBVDjLdZPt dcMgDEVdZwIKAyT2AhZiAYr2n6lPEobQ0+hHYnStjyfhbfvfvj749zIfj+cbeIj/H9OWCJxPCpEp cHa2vxycTEkkSTWiOS1ihz8AqAVmBtiTAfiDdBBiRK5dHIQwImAZvjRAJwaeI2Kmqh4BHReaUrCm AvhxkEZxdIxRKUC3txtaqoGXbA0lpl8tQkiRrW4HIcMbqABJNnmehGfWKjVFCE/x2gXg0vlhQidG lfDPFK8vgHo9qOqEUCmYjJCuh4Lvx5CHnDrhdL0UtJPiXUL0N6Z8dtB0U5CAt/OBnAakIgIgU0Ia FM8vyWyAiRGAMywz3pAYFDTGEM4MNaYaRjoKAzgeqh+F30Dl4mftyAQFlACQWHTTzEWkkfqFHLTi ScjXZPfIQCWfNi3Dn2COvt6AZbWPIHQgcV2tlBu0FdQ0QPFVd1f7C0LyhbW7XamlF/WUcYJVGg0g KygzYhHiHbhA7lfTBLUREW0VzT5m0uM9XV9FZaz3xINfJQX4ImytzLgHaJFtJw7YdmW8UewAivUC jK+DYumgJp4EG25FO/4FhDDQhxFm/CIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDUtMjJUMTk6 MTk6NTMrMDA6MDAR05wBAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA1LTIyVDE5OjE5OjUzKzAw OjAwYI4kvQAAAABJRU5ErkJggg== X-Now-Playing: Ryuichi Sakamoto's _Hidari Ude No Yume (1)_: "Boku No Kakera" Date: Sun, 22 May 2022 21:20:22 +0200 In-Reply-To: (Christian Tanzer's message of "Sun, 22 May 2022 20:19:20 +0100") Message-ID: <87h75hs7bd.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: (Re-sending with the debbugs address in the CCs so that it lands in the bug tracker.) Christian Tanzer writes: > On 22.05.2022, at 19:12, Lars Ingebrigtsen wrote: >> >> Lars Ingebrigtsen writes: >> >>> This is a duplicate of bug#55574, so I'm merging the two. >> >> Sorry; I [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55574 Cc: 55574@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) (Re-sending with the debbugs address in the CCs so that it lands in the bug tracker.) Christian Tanzer writes: > On 22.05.2022, at 19:12, Lars Ingebrigtsen wrote: >>=20 >> =EF=BB=BFLars Ingebrigtsen writes: >>=20 >>> This is a duplicate of bug#55574, so I'm merging the two. >>=20 >> Sorry; I meant bug#55560. > > Sorry for the noise. I stumbled over this a few weeks ago and only > looked into it today, unfortunately without checking for an existing > report again. > > I still think that this needs documenting though because it breaks > stuff that has worked since forever. > > My function calling kill-emacs hasn=E2=80=99t changed since 1993; until t= oday > that is. I=E2=80=99m pretty sure that back then it wasn=E2=80=99t frowned= upon to use > kill-emacs in elisp code. From debbugs-submit-bounces@debbugs.gnu.org Mon May 23 08:00:53 2022 Received: (at 55574-done) by debbugs.gnu.org; 23 May 2022 12:00:53 +0000 Received: from localhost ([127.0.0.1]:47525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt6k1-0003ax-1K for submit@debbugs.gnu.org; Mon, 23 May 2022 08:00:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt6jz-0003T1-1Q for 55574-done@debbugs.gnu.org; Mon, 23 May 2022 08:00:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60680) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt6jt-0007id-6B; Mon, 23 May 2022 08:00:45 -0400 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=bq/Walwgj4b/OL6o3vo56oQmXkR7wU1f2MN721sZE+k=; b=XNGkXdinWzUJ JmJwRRq2yj3T/70Pt2g3DJjCykS517iNNnPO7NQkJ+8azYR80pxAB1oqcdC2+qObBfd54L6apBQzD FEFGyyP9N7oum5lqwhKR60oh7msa1zXFi9gqRYkUZcWQFfsgIIAfoqOAL8e+FVnfS7vyt94K6T0rU TtY+gaV0AP0X5i40ckW/EgiAVCibuMqw7+4rRJSVsspCUu2rbPJFh0cF0QVAvj6waGykCzUiGCWW3 zGK7OTXlKKYfS2TEPkVTYQE/n6WXwCA9yHaEt42cpwHVQ7VF/w5HTtCQwWc4CeP6FN8A3Qaq5BN3+ 3Gg6hyIRtRT3DPJTsEWP2w==; Received: from [87.69.77.57] (port=3325 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt6js-0000lY-Jc; Mon, 23 May 2022 08:00:44 -0400 Date: Mon, 23 May 2022 15:00:30 +0300 Message-Id: <831qwk7929.fsf@gnu.org> From: Eli Zaretskii To: tanzer@gg32.com In-Reply-To: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> (tanzer@gg32.com) Subject: Re: bug#55574: 28.1; desktop-kill not included in kill-emacs-hook anymore References: <4ef4f41e-d9d2-11ec-a163-f2f1999dd7e9@gg32.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55574-done Cc: 55574-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sun, 22 May 2022 13:23:03 -0000 > From: tanzer@gg32.com > > > Before Emacs 28, `desktop-kill` was included in `kill-emacs-hook` if > `desktop-save-mode` was enabled. > > In Emacs 28, `desktop-kill` is included in `kill-emacs-query-functions` > instead. Therefore the desktop is not saved and the desktop lock not > removed when `kill-emacs` is used to exit Emacs. > > Unfortunately, the new behavior is not documented in the NEWS file. I've now documented this in NEWS, and I'm therefore closing the bug. Thanks. From unknown Sat Sep 13 12:31:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Jun 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator