From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 08:17:11 2022 Received: (at submit) by debbugs.gnu.org; 4 Aug 2022 12:17:11 +0000 Received: from localhost ([127.0.0.1]:51510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJZmp-0007lj-0k for submit@debbugs.gnu.org; Thu, 04 Aug 2022 08:17:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:59472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJZmi-0007lW-W0 for submit@debbugs.gnu.org; Thu, 04 Aug 2022 08:17:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35868) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJZmf-0002Et-CE for bug-gnu-emacs@gnu.org; Thu, 04 Aug 2022 08:17:04 -0400 Received: from mail-vs1-f43.google.com ([209.85.217.43]:37772) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oJZmd-00086E-SL for bug-gnu-emacs@gnu.org; Thu, 04 Aug 2022 08:17:01 -0400 Received: by mail-vs1-f43.google.com with SMTP id 66so20893013vse.4 for ; Thu, 04 Aug 2022 05:16:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=xFzUG2WjNJRJ2ItVik6kck7gAH7cjX1QYqzlarw50oA=; b=KvL0WpJY5PI4BJph+tkxoy8tSDP7IIESK6IbHynvplq2z2mNQHxSCqV7VRnu7+VIIB 3ZnbTRNp6OqtLUg6mxGW79yDxj+nrCNT6JYVLT3cdvB/qxSZ+Qz5T9MA9IAFX4FL+XmE 17Q3emVdquJYsZ+aqcCG6DegyaBl8uOA/70aKh93bPuQ2pr64sKrtBN8vpjSo8t+jZiC w0PQRTO+dV4ccXdUUJ8V6Nbnd7TM3+XA+g8H435nEZtOS4m//4+KiANEgdjFe9vDCtw8 6w7MJ1Z8skVtS3GkoxP6tM7eP1TUkD0r3ZZhX7SvKappc3l1KNdr9iiNbiJe91wNCyiv mQQQ== X-Gm-Message-State: ACgBeo3b8XrKvDEgak59V3TyI5sTYxDGvGKL9c/UiBNTXE9PNorAaKMK FpHGcQG9eUBd5wlfa0yvtpyf4xXUn7/8gK4Trkb9HSRn X-Google-Smtp-Source: AA6agR4V2ho1zZnnC1NgLQZO8RQYGoQA/i2oX48KMo2QbVovJYr0vB7dFC3S51deCU5aQmoGQrIQG58oW5MxHzw/7Zg= X-Received: by 2002:a05:6102:5094:b0:388:6903:5f09 with SMTP id bl20-20020a056102509400b0038869035f09mr568409vsb.46.1659615418700; Thu, 04 Aug 2022 05:16:58 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 4 Aug 2022 12:16:58 +0000 From: Stefan Kangas X-Debbugs-CC: Lars Ingebrigtsen MIME-Version: 1.0 Date: Thu, 4 Aug 2022 12:16:58 +0000 Message-ID: Subject: :keymap in register-definition-prefixes in loaddefs To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.217.43; envelope-from=stefankangas@gmail.com; helo=mail-vs1-f43.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, 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: -0.8 (/) 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) Severity: minor I see in ldefs-boot.el lines like: (register-definition-prefixes "gnus-sum" '(":keymap" "gnus-")) The ":keymap" there is from definitions like: (define-keymap :keymap gnus-summary-mode-map ...) I'm not sure what is the best fix, however. Should such cases just be changed to use `defvar-keymap', or should we add `define-keymap' to `autoload-ignored-definitions'? From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 09:29:17 2022 Received: (at 56973) by debbugs.gnu.org; 4 Aug 2022 13:29:17 +0000 Received: from localhost ([127.0.0.1]:51641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJaub-0003Pl-ET for submit@debbugs.gnu.org; Thu, 04 Aug 2022 09:29:17 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJauY-0003PR-K2 for 56973@debbugs.gnu.org; Thu, 04 Aug 2022 09:29:16 -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:Date:References: In-Reply-To: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=L2Sdq61OxqZpgJw7BzaXaC9DvMc4fZIgotmHWeP4INo=; b=Tpz5FUeKMJ7sCjjrKvdF8F2wK1 AvWJOdSQ0zxpqyFByHoT6WsJzaVn1yNvGMyPHlnM9oKjKho37EkI/z0ATYvAWgYmRE1hBYmecDxef VCwYHcXgRgxfkApYfWffbTXNiXe9M32K9f7v21t8Qjskoy1SJPgUEqRZp0dhcirNSIlc=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJauP-0007HU-Vi; Thu, 04 Aug 2022 15:29:08 +0200 From: Lars Ingebrigtsen To: Stefan Kangas Subject: Re: bug#56973: :keymap in register-definition-prefixes in loaddefs In-Reply-To: (Stefan Kangas's message of "Thu, 4 Aug 2022 12:16:58 +0000") References: X-Now-Playing: Joni Mitchell's _Court and Spark_: "Down To You" Date: Thu, 04 Aug 2022 15:29:05 +0200 Message-ID: <87y1w4gmse.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: Stefan Kangas writes: > I see in ldefs-boot.el lines like: > > (register-definition-prefixes "gnus-sum" '(":keymap" "gnus-")) > > The ":keymap" there is from definitions like: > > (define-keymap :keymap gnus-summary-mode-m [...] 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: 56973 Cc: 56973@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 (---) Stefan Kangas writes: > I see in ldefs-boot.el lines like: > > (register-definition-prefixes "gnus-sum" '(":keymap" "gnus-")) > > The ":keymap" there is from definitions like: > > (define-keymap :keymap gnus-summary-mode-map > ...) > > I'm not sure what is the best fix, however. Should such cases just be > changed to use `defvar-keymap', or should we add `define-keymap' to > `autoload-ignored-definitions'? I've added it to `autoload-ignored-definitions' -- these can't be directly translated to `defvar-keymap' for backwards compatibility reasons, if I remember correctly. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 09:29:22 2022 Received: (at control) by debbugs.gnu.org; 4 Aug 2022 13:29:22 +0000 Received: from localhost ([127.0.0.1]:51644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJauf-0003Q1-So for submit@debbugs.gnu.org; Thu, 04 Aug 2022 09:29:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJaue-0003PX-0c for control@debbugs.gnu.org; Thu, 04 Aug 2022 09:29:20 -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=rVox7hQimPkeD0B0JwiqRGibCfgEdWu0kU1EVi42TEM=; b=vRadTj4M0B/G4OuhJ10sdEtB3l HjKwDqOIDHK0W5UzOcLimwNz2E2Zk+Gik+993jzInpXyjZ9iaJUwHV+RO7A2NDoINs0ZQegRAe3Vu JbIH23v6FOFBYfAkLL91Jq5z28f/ZyAwKhoy7DL7oI73lr8nAzS2EwBoxxWGm7jlSCHo=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJauW-0007Hd-3S for control@debbugs.gnu.org; Thu, 04 Aug 2022 15:29:14 +0200 Date: Thu, 04 Aug 2022 15:29:11 +0200 Message-Id: <87wnbogms8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56973 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 56973 29.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 56973 29.1 quit From unknown Thu Jun 19 16:19:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Sep 2022 11:24:13 +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