From unknown Sat Aug 09 13:23:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9670: Bad interaction between defining-kbd-macro and desktop Resent-From: Antoine Levitt Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 Oct 2011 20:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9670 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9670@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131775982412229 (code B ref -1); Tue, 04 Oct 2011 20:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Oct 2011 20:23:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBBWh-0003BA-Px for submit@debbugs.gnu.org; Tue, 04 Oct 2011 16:23:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBBWf-0003B0-59 for submit@debbugs.gnu.org; Tue, 04 Oct 2011 16:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBBVA-0000wW-Tj for submit@debbugs.gnu.org; Tue, 04 Oct 2011 16:22:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DATE_IN_PAST_12_24, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:58834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBBVA-0000wS-S8 for submit@debbugs.gnu.org; Tue, 04 Oct 2011 16:22:08 -0400 Received: from eggs.gnu.org ([140.186.70.92]:51425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBBV9-0000Dj-Sz for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 16:22:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBBV8-0000wC-UH for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 16:22:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:36858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBBV8-0000w8-Md for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 16:22:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBBV5-0004dJ-5n for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 22:22:03 +0200 Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Oct 2011 22:22:03 +0200 Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Oct 2011 22:22:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: bug-gnu-emacs@gnu.org From: Antoine Levitt Date: Tue, 04 Oct 2011 10:20:10 +0200 Lines: 14 Message-ID: <87ty7p184c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) C-x ( M-x desktop-save will result in the desktop file being unusable unless defining-kbd-macro is removed manually. Adding defining-kbd-macro to desktop-minor-mode-table does not change the problem. I believe this is because defining-kbd-macro does not follow the usual convention for minor modes, and therefore defeats this code in desktop-create-buffer: (let ((handler (cdr (assq minor-mode desktop-minor-mode-handlers)))) (if handler (funcall handler desktop-buffer-locals) (when (functionp minor-mode) (funcall minor-mode 1)))) From unknown Sat Aug 09 13:23:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9670: Bad interaction between defining-kbd-macro and desktop Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Aug 2019 02:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9670 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9670@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156626837624046 (code B ref -1); Tue, 20 Aug 2019 02:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Aug 2019 02:32:56 +0000 Received: from localhost ([127.0.0.1]:60690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hztx9-0006Fl-VK for submit@debbugs.gnu.org; Mon, 19 Aug 2019 22:32:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:48026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hztx7-0006FZ-QZ for submit@debbugs.gnu.org; Mon, 19 Aug 2019 22:32:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40608) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hztx6-0005UJ-J6 for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2019 22:32:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hztx5-0002Rm-Hc for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2019 22:32:52 -0400 Received: from quimby.gnus.org ([80.91.231.51]:34082) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hztx5-0002Qo-Aa for bug-gnu-emacs@gnu.org; Mon, 19 Aug 2019 22:32:51 -0400 Received: from [12.144.191.101] (helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hztwz-0001ma-SE for bug-gnu-emacs@gnu.org; Tue, 20 Aug 2019 04:32:48 +0200 From: Lars Ingebrigtsen References: <87ty7p184c.fsf@gmail.com> Date: Mon, 19 Aug 2019 19:32:43 -0700 In-Reply-To: <87ty7p184c.fsf@gmail.com> (Antoine Levitt's message of "Tue, 04 Oct 2011 10:20:10 +0200") Message-ID: <877e781s8k.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.231.51 X-Spam-Score: -2.3 (--) 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 (---) Antoine Levitt writes: > C-x ( > M-x desktop-save > > will result in the desktop file being unusable unless defining-kbd-macro > is removed manually. (I'm going through old bug reports that have unfortunately gotten no attention yet.) I tried reproducing this in Emacs 27, but was unable to. If I follow your recipe (from "emacs -Q") my .emacs.desktop file does not contain anything referring to "defining-kbd-macro". Do you still see this in a modern Emacs, or has it been fixed in the intervening years? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 19 22:32:59 2019 Received: (at control) by debbugs.gnu.org; 20 Aug 2019 02:32:59 +0000 Received: from localhost ([127.0.0.1]:60693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hztxD-0006G3-7E for submit@debbugs.gnu.org; Mon, 19 Aug 2019 22:32:59 -0400 Received: from quimby.gnus.org ([80.91.231.51]:39676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hztxB-0006Fv-6O for control@debbugs.gnu.org; Mon, 19 Aug 2019 22:32:57 -0400 Received: from [12.144.191.101] (helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hztx8-0001mo-03 for control@debbugs.gnu.org; Tue, 20 Aug 2019 04:32:56 +0200 Date: Mon, 19 Aug 2019 19:32:51 -0700 Message-Id: <875zms1s8c.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #9670 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: tags 9670 + moreinfo 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: 0.0 (/) 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: -1.0 (-) tags 9670 + moreinfo quit From unknown Sat Aug 09 13:23:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9670: Bad interaction between defining-kbd-macro and desktop Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Oct 2019 06:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9670 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 9670@debbugs.gnu.org Received: via spool by 9670-submit@debbugs.gnu.org id=B9670.157103284620651 (code B ref 9670); Mon, 14 Oct 2019 06:01:02 +0000 Received: (at 9670) by debbugs.gnu.org; 14 Oct 2019 06:00:46 +0000 Received: from localhost ([127.0.0.1]:37640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJtPR-0005Ml-NX for submit@debbugs.gnu.org; Mon, 14 Oct 2019 02:00:45 -0400 Received: from [80.91.231.51] (port=49882 helo=quimby.gnus.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJtPO-0005IQ-DI for 9670@debbugs.gnu.org; Mon, 14 Oct 2019 02:00:44 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJtPJ-0002JO-H8 for 9670@debbugs.gnu.org; Mon, 14 Oct 2019 08:00:41 +0200 From: Lars Ingebrigtsen References: <87ty7p184c.fsf@gmail.com> <877e781s8k.fsf@mouse.gnus.org> Date: Mon, 14 Oct 2019 08:00:37 +0200 In-Reply-To: <877e781s8k.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Mon, 19 Aug 2019 19:32:43 -0700") Message-ID: <875zkrq322.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: > Antoine Levitt writes: > >> C-x ( >> M-x desktop-save >> >> will result in the desktop file being unusable unless defining-kbd-macro >> is removed manually. > > (I'm going [...] 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: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: Lars Ingebrigtsen writes: > Antoine Levitt writes: > >> C-x ( >> M-x desktop-save >> >> will result in the desktop file being unusable unless defining-kbd-macro >> is removed manually. > > (I'm going [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnus.org] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS 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: 0.3 (/) Lars Ingebrigtsen writes: > Antoine Levitt writes: > >> C-x ( >> M-x desktop-save >> >> will result in the desktop file being unusable unless defining-kbd-macro >> is removed manually. > > (I'm going through old bug reports that have unfortunately gotten no > attention yet.) > > I tried reproducing this in Emacs 27, but was unable to. > > If I follow your recipe (from "emacs -Q") my .emacs.desktop file does > not contain anything referring to "defining-kbd-macro". > > Do you still see this in a modern Emacs, or has it been fixed in the > intervening years? More information was requested some weeks back, but no response was given, so I'm closing this bug report. If you're still seeing this problem, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 02:00:51 2019 Received: (at control) by debbugs.gnu.org; 14 Oct 2019 06:00:51 +0000 Received: from localhost ([127.0.0.1]:37643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJtPX-0005Rv-29 for submit@debbugs.gnu.org; Mon, 14 Oct 2019 02:00:51 -0400 Received: from [80.91.231.51] (port=49894 helo=quimby.gnus.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJtPT-0005OR-TT for control@debbugs.gnu.org; Mon, 14 Oct 2019 02:00:48 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJtPR-0002JU-1B for control@debbugs.gnu.org; Mon, 14 Oct 2019 08:00:47 +0200 Date: Mon, 14 Oct 2019 08:00:44 +0200 Message-Id: <874l0bq31v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #9670 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: close 9670 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: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: close 9670 quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS 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: 0.3 (/) close 9670 quit From unknown Sat Aug 09 13:23:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9670: acknowledged by developer (control message for bug #9670) Resent-From: Antoine Levitt Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Oct 2019 07:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9670 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: 9670@debbugs.gnu.org Received: via spool by 9670-submit@debbugs.gnu.org id=B9670.157103648913115 (code B ref 9670); Mon, 14 Oct 2019 07:02:02 +0000 Received: (at 9670) by debbugs.gnu.org; 14 Oct 2019 07:01:29 +0000 Received: from localhost ([127.0.0.1]:37806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJuMC-0003P9-Jr for submit@debbugs.gnu.org; Mon, 14 Oct 2019 03:01:28 -0400 Received: from mail-wm1-f47.google.com ([209.85.128.47]:53254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJuMA-0003IB-OY for 9670@debbugs.gnu.org; Mon, 14 Oct 2019 03:01:27 -0400 Received: by mail-wm1-f47.google.com with SMTP id i16so15940242wmd.3 for <9670@debbugs.gnu.org>; Mon, 14 Oct 2019 00:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:user-agent:in-reply-to:from:to:subject:date:message-id :mime-version; bh=qT+1fpAQ2ASMGCYA+Wbqaw7be29FmEz+aZBRX5b4Ox4=; b=p0N0mcAv1GSKcS9pjzFNUfpf605mlTHFaaA/vQUn5hWRCyQIp2gHhywToQdMZl3dHX gc4ompwK2TGLf9RLZ9mXHgGX8jIofDxBSMZ/TDvMj5B8DybWAYLeqmaAHKsj7zMiDu1j 0N0AgDRdFE71fN/p/xIJlOMVWdePAiBkkZtKBCnGDVcKvlMtuuqiWDjih2Dn4pnLEBrc jtuTUOeHT2iH1KnXuv3vX/C6Sj3UoxoeiTeVOtmReYn1X6T7fJf4+N+wCuEnLcUAWHO6 njcyBDB/2tdOv0/nGFVNAPYaEKLPS2bfF/xu4S59qK7vjNSyMVHpmH+R0lr2AEhUVvVl GPRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:in-reply-to:from:to :subject:date:message-id:mime-version; bh=qT+1fpAQ2ASMGCYA+Wbqaw7be29FmEz+aZBRX5b4Ox4=; b=XUSiGeEeEx9b6aLwCDbtXo//0Y4OvPqlE83/cDNfzTCBmUGkXBIECpq/IFQQzI2CLp MQc/urtmAstvRnHCc8KMm/MypOkCNC2hDZZV45JzIAWoskRG0+iloQg3SdR2nDGmssLo L2i7SW/pWIz6zKacx+hLb0o6nk69Hcn+d+Vd8uLLogczcBDTwMFcAKchNXz7cy/GMreP PxOkFn4SFtikFhA+teLU6f5V3Vkbq6Cbfrm3cEiYOPErxvj2ihKEycSyT6mW876YC1C8 dLl//SCZtH/xVPF7BlZbfCHzC069dmzf0gTDmha3MmouJz0GlufU4PexTJAJovVHOPKM jopA== X-Gm-Message-State: APjAAAVpCb25euvkpCVi2eEfm0jf7MlLPjPR9dh8UELraPHLGSQM2qQc ewwm86PEVCBFE3KlFxwSk+sF7Fkw X-Google-Smtp-Source: APXvYqxC9ZImtarZs1cJImpAcyc/ylls9H1W/PulUNlUMLsZLp6uCp6t4LVZjm5tfkA+XN+E2hc1zw== X-Received: by 2002:a1c:2e4c:: with SMTP id u73mr13265924wmu.94.1571036480261; Mon, 14 Oct 2019 00:01:20 -0700 (PDT) Received: from lambda (fw.enpc.fr. [194.57.247.3]) by smtp.gmail.com with ESMTPSA id s13sm16694533wmc.28.2019.10.14.00.01.18 for <9670@debbugs.gnu.org> (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 14 Oct 2019 00:01:19 -0700 (PDT) References: <874l0bq31v.fsf@gnus.org> <87ty7p184c.fsf@gmail.com> User-agent: mu4e 1.1.0; emacs 27.0.50 In-reply-to: From: Antoine Levitt Date: Mon, 14 Oct 2019 09:04:29 +0200 Message-ID: <87ftjvq03m.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) 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: -1.0 (-) Hm, for some reason I didn't get a notification for the comment you sent in august. Just tried it and it worked without problem, guess it was fixed sometimes during the past 8 years! Thanks for tackling this.