From unknown Tue Jun 17 20:20:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9898: 24.0.90; doc of :key-sequence Resent-From: "Drew Adams" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Oct 2011 18:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9898 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9898@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.131982786430778 (code B ref -1); Fri, 28 Oct 2011 18:52:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Oct 2011 18:51:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJrWA-00080L-Nz for submit@debbugs.gnu.org; Fri, 28 Oct 2011 14:51:04 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RJrW8-0007zw-5T for submit@debbugs.gnu.org; Fri, 28 Oct 2011 14:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJrUF-0003dj-5i for submit@debbugs.gnu.org; Fri, 28 Oct 2011 14:49:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:51768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJrUF-0003df-47 for submit@debbugs.gnu.org; Fri, 28 Oct 2011 14:49:03 -0400 Received: from eggs.gnu.org ([140.186.70.92]:49408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJrUD-0001uI-5W for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 14:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJrUA-0003d9-D8 for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 14:49:01 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:51893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJrUA-0003cW-7k for bug-gnu-emacs@gnu.org; Fri, 28 Oct 2011 14:48:58 -0400 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p9SImsAQ032017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 Oct 2011 18:48:55 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p9SImrG2002101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 28 Oct 2011 18:48:54 GMT Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p9SImmxQ004563 for ; Fri, 28 Oct 2011 13:48:48 -0500 Received: from dradamslap1 (/10.159.41.33) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 28 Oct 2011 11:48:48 -0700 From: "Drew Adams" Date: Fri, 28 Oct 2011 11:48:51 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcyVojwTq0QK5dUARbq2UF+iWepF8A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090204.4EAAF917.003E,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.2 (------) 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: -6.2 (------) (elisp) Extended Menu Items "`:key-sequence nil' This property indicates that there is normally no key binding which is equivalent to this menu item. Using this property saves time in preparing the menu for display, because Emacs does not need to search the keymaps for a keyboard equivalent for this menu item. However, if the user has rebound this item's definition to a key sequence, Emacs ignores the `:keys' property and finds the keyboard equivalent anyway." Should that `:keys' be `:key-sequence'? Since when do we override :keys with whatever the command is bound to? In GNU Emacs 24.0.90.1 (i386-mingw-nt5.1.2600) of 2011-10-24 on MARVIN Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.6) --no-opt --cflags -I"D:/devel/emacs/libs/libXpm-3.5.8/include" -I"D:/devel/emacs/libs/libXpm-3.5.8/src" -I"D:/devel/emacs/libs/libpng-dev_1.4.3-1/include" -I"D:/devel/emacs/libs/zlib-dev_1.2.5-2/include" -I"D:/devel/emacs/libs/giflib-4.1.4-1/include" -I"D:/devel/emacs/libs/jpeg-6b-4/include" -I"D:/devel/emacs/libs/tiff-3.8.2-1/include" -I"D:/devel/emacs/libs/gnutls-2.10.1/include" --ldflags -L"D:/devel/emacs/libs/gnutls-2.10.1/lib"' From unknown Tue Jun 17 20:20:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9898: 24.0.90; doc of :key-sequence Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 09 Feb 2014 06:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9898 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Drew Adams" Cc: 9898@debbugs.gnu.org Received: via spool by 9898-submit@debbugs.gnu.org id=B9898.13919256125811 (code B ref 9898); Sun, 09 Feb 2014 06:01:01 +0000 Received: (at 9898) by debbugs.gnu.org; 9 Feb 2014 06:00:12 +0000 Received: from localhost ([127.0.0.1]:59020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCNR5-0001Tk-4X for submit@debbugs.gnu.org; Sun, 09 Feb 2014 01:00:11 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:36921) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCNR0-0001Ox-Oa for 9898@debbugs.gnu.org; Sun, 09 Feb 2014 01:00:07 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCNQl-0006jG-Tk; Sun, 09 Feb 2014 06:59:52 +0100 From: Lars Ingebrigtsen References: Date: Sat, 08 Feb 2014 21:58:41 -0800 In-Reply-To: (Drew Adams's message of "Fri, 28 Oct 2011 11:48:51 -0700") Message-ID: <8738jsaktq.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WCNQl-0006jG-Tk X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392530393.04845@oeA8my3ALe18Fju02XJIvw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) "Drew Adams" writes: > (elisp) Extended Menu Items > > "`:key-sequence nil' > This property indicates that there is normally no key binding > which is equivalent to this menu item. Using this property saves > time in preparing the menu for display, because Emacs does not > need to search the keymaps for a keyboard equivalent for this menu > item. > > However, if the user has rebound this item's definition to a key > sequence, Emacs ignores the `:keys' property and finds the keyboard > equivalent anyway." > > Should that `:keys' be `:key-sequence'? Since when do we override :keys > with whatever the command is bound to? Looking at the code, it looks to me that the documentation is wrong here. But I might be wrong. The function in question that uses this stuff is `easy-menu-convert-item-1'. Somebody should take a look and decide. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Jun 17 20:20:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9898: 24.0.90; doc of :key-sequence Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Mar 2017 03:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9898 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 9898@debbugs.gnu.org, Drew Adams Received: via spool by 9898-submit@debbugs.gnu.org id=B9898.14904121098271 (code B ref 9898); Sat, 25 Mar 2017 03:22:02 +0000 Received: (at 9898) by debbugs.gnu.org; 25 Mar 2017 03:21:49 +0000 Received: from localhost ([127.0.0.1]:43038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crcGv-00029G-Bg for submit@debbugs.gnu.org; Fri, 24 Mar 2017 23:21:48 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:35957) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crcGp-00028i-IA for 9898@debbugs.gnu.org; Fri, 24 Mar 2017 23:21:43 -0400 Received: by mail-it0-f42.google.com with SMTP id w124so26717155itb.1 for <9898@debbugs.gnu.org>; Fri, 24 Mar 2017 20:21:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=+XGBGl4yNQInOjhfySkL6HOcNgEI4nL7RpKx4ajAOLA=; b=iu+WEMUr9YjXEdQi6y4tZkUL8udZH07U2v3jh5PZ688LsTgLeaK5gx+6ikILkopyRB QkweH4fOlv5YOmvRII4F8e6hfBXKQUSpvP7j4rz2tv3YxaSs6LZgm+sjGPyEcDNz9K7u S2ey83LtlbdS3N6Rn7s6x8KblnwzuI54rjuXgtjQ6rkpLjgiHgvnlYiQe/8fsjrypvCi Evrj0nElnouvpViV48mh1K8M4NuOrM2h42/cgRaSIwpNk9ihWjYI3VtbBkdgpvZ3vyw6 cY/hGD5odw14ilXVMcqH0jOgTpTvdb5Stnzvj9AOB4Bjsd133TCnppOKQoi9/lsLFOkH WJzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=+XGBGl4yNQInOjhfySkL6HOcNgEI4nL7RpKx4ajAOLA=; b=FBLXYzLazGB5TNxDSUkpc3r3RBUD02eclWnTUND2KEBodMXs1jKuEYJ1PJdVkjiIyZ F24UAf9OwaRNDehuzBtVVkFMOPag/Bg2bUOa9ArJ4EezzPtqQf3/4fWp5PL1dU2kg6qT FJKFwC1wBVKakX1QzPowoOfP20VT07NQkqQz5mN5tynKJuKZkYE6/jzv9CZRFgEATZ47 l+bh8ru0MXtK34sYEeObVim4LpRPARHzjgUvMdN8oHMZoEYIR//UzZcOyWjFsgylA9uk SRXQsKmfJrXovpEUhMy1zfAalkctHMnFzr3vBLLZevI7fp7ditQ8FavkJ5sSF07xYvQU XRQg== X-Gm-Message-State: AFeK/H3Uk3Gc0mgpkEAcUO897BZz0Tx1SSHcwQHgHpbRRSXqCnbCQFoTjxAHOxLyX0VWGg== X-Received: by 10.107.191.67 with SMTP id p64mr11090051iof.236.1490412093875; Fri, 24 Mar 2017 20:21:33 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id y125sm1955017itb.4.2017.03.24.20.21.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 24 Mar 2017 20:21:33 -0700 (PDT) From: npostavs@users.sourceforge.net References: <8738jsaktq.fsf@building.gnus.org> Date: Fri, 24 Mar 2017 23:22:56 -0400 In-Reply-To: <8738jsaktq.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Sat, 08 Feb 2014 21:58:41 -0800") Message-ID: <87ziga11m7.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) 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.7 (/) Lars Ingebrigtsen writes: > "Drew Adams" writes: > >> (elisp) Extended Menu Items >> >> "`:key-sequence nil' >> This property indicates that there is normally no key binding >> which is equivalent to this menu item. Using this property saves >> time in preparing the menu for display, because Emacs does not >> need to search the keymaps for a keyboard equivalent for this menu >> item. >> >> However, if the user has rebound this item's definition to a key >> sequence, Emacs ignores the `:keys' property and finds the keyboard >> equivalent anyway." >> >> Should that `:keys' be `:key-sequence'? Since when do we override :keys >> with whatever the command is bound to? > > Looking at the code, it looks to me that the documentation is wrong > here. But I might be wrong. The function in question that uses this > stuff is `easy-menu-convert-item-1'. Somebody should take a look and > decide. I think the relevant code is in `parse_menu_item' of keyboard.c, `easy-menu-convert-item-1' is only constructing menu items, not interpreting them. As far as I can tell, `:key-sequence nil' doesn't actually do anything different from just not specifying `:key-sequence' at all (with the minor exception that passing both `:keys STRING' and `:key-sequence nil' causes the `:keys STRING' to be ignored). So I propose just removing both `:key-sequence nil' paragraphs. parse_menu_item (Lisp_Object item, int inmenubar) { Lisp_Object def, tem, item_string, start; Lisp_Object filter; Lisp_Object keyhint; int i; filter = Qnil; keyhint = Qnil; [...] /* Parse properties. */ while (CONSP (item) && CONSP (XCDR (item))) { tem = XCAR (item); item = XCDR (item); [...] else if (EQ (tem, QCkey_sequence)) { tem = XCAR (item); if (SYMBOLP (tem) || STRINGP (tem) || VECTORP (tem)) /* Be GC protected. Set keyhint to item instead of tem. */ keyhint = item; } [...] /* The previous code preferred :key-sequence to :keys, so we preserve this behavior. */ if (STRINGP (keyeq) && !CONSP (keyhint)) keyeq = concat2 (space_space, Fsubstitute_command_keys (keyeq)); else { [...] if (CONSP (keyhint) && !NILP (XCAR (keyhint))) { keys = XCAR (keyhint); [...] } if (NILP (keys)) keys = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qnil); From unknown Tue Jun 17 20:20:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9898: 24.0.90; doc of :key-sequence Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Jul 2021 13:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9898 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: npostavs@users.sourceforge.net Cc: Drew Adams , 9898@debbugs.gnu.org Received: via spool by 9898-submit@debbugs.gnu.org id=B9898.162644356914516 (code B ref 9898); Fri, 16 Jul 2021 13:53:01 +0000 Received: (at 9898) by debbugs.gnu.org; 16 Jul 2021 13:52:49 +0000 Received: from localhost ([127.0.0.1]:50945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4OGn-0003m4-2K for submit@debbugs.gnu.org; Fri, 16 Jul 2021 09:52:49 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4OGl-0003lr-1H for 9898@debbugs.gnu.org; Fri, 16 Jul 2021 09:52:48 -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=VpCaSsvWhxqW006aN4FzkT5IxQ60/CAIV7dxgyYePd4=; b=p4IGQEfDYc3JQ42LXdrzW/XBAY qQ7uECnjj4IRW4agQWy35BoMJKeiesJzqy3ncnrernoSBExdsj4Oy8rWV6ONEkkPM0HJ8Hdxn0ZHf rAeZt+mrfGcjUNCEnY5hZvqzAyVphHaLVTuZBy+InpyaDbj9cQaldub7U85T9oc0+umI=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4OGc-0004wS-6O; Fri, 16 Jul 2021 15:52:40 +0200 From: Lars Ingebrigtsen References: <8738jsaktq.fsf@building.gnus.org> <87ziga11m7.fsf@users.sourceforge.net> X-Now-Playing: John T. Gast's _Inna Babalon_: "Jah Guidance" Date: Fri, 16 Jul 2021 15:52:37 +0200 In-Reply-To: <87ziga11m7.fsf@users.sourceforge.net> (npostavs@users.sourceforge.net's message of "Fri, 24 Mar 2017 23:22:56 -0400") Message-ID: <874kcu8ixm.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: npostavs@users.sourceforge.net writes: > As far as I can tell, `:key-sequence nil' doesn't actually do anything > different from just not specifying `:key-sequence' at all (with the > minor exception that passing both `:keys STRING' and `: [...] 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-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 (---) npostavs@users.sourceforge.net writes: > As far as I can tell, `:key-sequence nil' doesn't actually do anything > different from just not specifying `:key-sequence' at all (with the > minor exception that passing both `:keys STRING' and `:key-sequence nil' > causes the `:keys STRING' to be ignored). So I propose just removing > both `:key-sequence nil' paragraphs. Looks like Stefan did something along those lines last year: commit 5734339f4017836a2b171071056a320899a7c8e5 Author: Stefan Monnier AuthorDate: Sun Apr 19 11:19:03 2020 -0400 * doc/lispref/keymaps.texi (Extended Menu Items, Easy Menu) <:key-sequence>: Clarify the documentation further So I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 16 09:52:52 2021 Received: (at control) by debbugs.gnu.org; 16 Jul 2021 13:52:52 +0000 Received: from localhost ([127.0.0.1]:50948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4OGq-0003mK-9r for submit@debbugs.gnu.org; Fri, 16 Jul 2021 09:52:52 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4OGp-0003lv-6s for control@debbugs.gnu.org; Fri, 16 Jul 2021 09:52:51 -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=gQEgwF2G0lOvv7qs/hJYckHSZgsU/iIlTIVpb/R2JTU=; b=ENG1TL3SLjvcs8FhY4Ubb+0+7E yCp3l6QG/R9vw0aajy9QxDAiIZ4Wy9ynSuMKhjBk5x/TmAZ5xlwKDSJejxMKOchPVNyRvWIefAt53 /YmkL1IvDN6aXS8TP8QuZr9mturvEsKgO18Ic6MjRMooMI4R/Mlc54k+mnht1yvLYInQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4OGh-0004wa-Hx for control@debbugs.gnu.org; Fri, 16 Jul 2021 15:52:45 +0200 Date: Fri, 16 Jul 2021 15:52:43 +0200 Message-Id: <8735se8ixg.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #9898 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 9898 28.1 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 (---) close 9898 28.1 quit