From unknown Sat Jun 14 03:58:02 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52822: define-keymap and defvar-keymap in wrong info node? Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Dec 2021 15:25:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52822 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 52822@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164061867616888 (code B ref -1); Mon, 27 Dec 2021 15:25:03 +0000 Received: (at submit) by debbugs.gnu.org; 27 Dec 2021 15:24:36 +0000 Received: from localhost ([127.0.0.1]:43968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1rrY-0004OK-4v for submit@debbugs.gnu.org; Mon, 27 Dec 2021 10:24:36 -0500 Received: from lists.gnu.org ([209.51.188.17]:53672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1rrW-0004O5-H2 for submit@debbugs.gnu.org; Mon, 27 Dec 2021 10:24:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1rrW-0000aa-9m for bug-gnu-emacs@gnu.org; Mon, 27 Dec 2021 10:24:34 -0500 Received: from mail-pg1-f173.google.com ([209.85.215.173]:34548) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n1rrT-0005Aa-QI for bug-gnu-emacs@gnu.org; Mon, 27 Dec 2021 10:24:34 -0500 Received: by mail-pg1-f173.google.com with SMTP id g22so13769321pgn.1 for ; Mon, 27 Dec 2021 07:24:30 -0800 (PST) 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=NgZ6WexPs/wNZR3TMpUg4RORHmwe1l89Ix86YuMQAvg=; b=v6G3gXpmuhFRuglMA2Ixb4Kvt/Y/oV6aCx2zHfG1NJems7+EVtEiYq9NYinwaTMKQK 8UF8svqVefbDJCfK2lWXt5lNJWOD+ZT9rBSIV5/+h/dOqv3YyL+04LLay8Ca+wV61JkD bwbP2tnQ33Bi7bfE1Bon+jEao5FB2AM2HEVe1xHDGtcZMrbrfz/X5zMaOX1g6ypdEqE5 Llc+AH6COdBAL+QrvXCy4+RG2pavR+XB8MxDP4tW2Q1r8d+udHDpDhggg0Hu45eoZ/pU WISGjzMxwQOt7pefoJ2GXIlJPtnf9gq3s7AZ9hnmnLaR5XNEiLwgblD8R77YWEkJ8O8f tDzg== X-Gm-Message-State: AOAM532RR9Sr4jgOredtjNWMMUb/ZMkv19ojAouNMps4N7H/vyNdfATq 1J43eyWGrzk/AXEHdM57a7wv4WTDKc+mcogKST7+g97S X-Google-Smtp-Source: ABdhPJy78R14i8B410GgfkuTCBUG29HE+1MfmrcDgaDcibfmlqsC6mK1ribCXH2XrzU3ChToxDHR6zLUaz/su8VthA0= X-Received: by 2002:a63:2c11:: with SMTP id s17mr15704811pgs.435.1640618669730; Mon, 27 Dec 2021 07:24:29 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Mon, 27 Dec 2021 07:24:29 -0800 From: Stefan Kangas MIME-Version: 1.0 Date: Mon, 27 Dec 2021 07:24:29 -0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.215.173; envelope-from=stefankangas@gmail.com; helo=mail-pg1-f173.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.248, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) 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 (-) `define-keymap' and `defvar-keymap' are currently documented in (info "(elisp) Changing Key Bindings"). Don't they belong in (info "(elisp) Creating Keymaps") rather? From unknown Sat Jun 14 03:58:02 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52822: define-keymap and defvar-keymap in wrong info node? Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Dec 2021 15:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52822 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Kangas Cc: 52822@debbugs.gnu.org Received: via spool by 52822-submit@debbugs.gnu.org id=B52822.164079339611616 (code B ref 52822); Wed, 29 Dec 2021 15:57:01 +0000 Received: (at 52822) by debbugs.gnu.org; 29 Dec 2021 15:56:36 +0000 Received: from localhost ([127.0.0.1]:50003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2bJc-00031I-1V for submit@debbugs.gnu.org; Wed, 29 Dec 2021 10:56:36 -0500 Received: from quimby.gnus.org ([95.216.78.240]:43182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2bJa-00030z-9u for 52822@debbugs.gnu.org; Wed, 29 Dec 2021 10:56:34 -0500 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=vc+Z22TzHAJe0c3zkm/IvbOy+SILIgyZAq2qdDoVhQA=; b=iiPfzxwu/HZL8dps2Pa3la3vLI ESEFte8mQALkSd6/EuRMkE1UzLGOlW+EZUqfeBm5vAH174SPTEjP/XiqW9UVVeD6zNE8miPrsve2B LnwsEkGSmpR2IC2zDzsLznWrFiuZSTyemnYs+WuQt77R0LnfPbvHP/hGO04dsqaZdNmA=; 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 1n2bJR-0007NS-2j; Wed, 29 Dec 2021 16:56:27 +0100 From: Lars Ingebrigtsen References: X-Now-Playing: Four Tet's _Rounds_: "My Angel Rocks Back and Forth" Date: Wed, 29 Dec 2021 16:56:24 +0100 In-Reply-To: (Stefan Kangas's message of "Mon, 27 Dec 2021 07:24:29 -0800") Message-ID: <87fsqb5rrr.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: > `define-keymap' and `defvar-keymap' are currently documented in > (info "(elisp) Changing Key Bindings"). > > Don't they belong in (info "(elisp) Creating Keymaps") rather? 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 (---) Stefan Kangas writes: > `define-keymap' and `defvar-keymap' are currently documented in > (info "(elisp) Changing Key Bindings"). > > Don't they belong in (info "(elisp) Creating Keymaps") rather? They do; now moved. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 29 10:56:40 2021 Received: (at control) by debbugs.gnu.org; 29 Dec 2021 15:56:40 +0000 Received: from localhost ([127.0.0.1]:50006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2bJg-00031Y-8b for submit@debbugs.gnu.org; Wed, 29 Dec 2021 10:56:40 -0500 Received: from quimby.gnus.org ([95.216.78.240]:43196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2bJe-000315-4N for control@debbugs.gnu.org; Wed, 29 Dec 2021 10:56:38 -0500 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=3NHnxKv0A7T1IsAJArshr0oGmdZ/g6AFQJvmELylGvM=; b=ezFa2Gqp2joXxykNYe06rOuU9w GxXKzGV3njq48xg7hw3A37bBKUgKqyLwBTQ5MUlD2AfnAUxIRZ60bC8mIp+9XuvqWZ1BnoKFoIo57 otymVCi7JHhNPrBqge3PfVKFJKhci5RI5O0cNEFcMrwNlmLrun+iPfpDybW80eUSp9d8=; 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 1n2bJW-0007Nb-5R for control@debbugs.gnu.org; Wed, 29 Dec 2021 16:56:32 +0100 Date: Wed, 29 Dec 2021 16:56:29 +0100 Message-Id: <87ee5v5rrm.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #52822 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 52822 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 52822 29.1 quit