From unknown Mon Aug 11 21:13:01 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#54070 <54070@debbugs.gnu.org> To: bug#54070 <54070@debbugs.gnu.org> Subject: Status: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables Reply-To: bug#54070 <54070@debbugs.gnu.org> Date: Tue, 12 Aug 2025 04:13:01 +0000 retitle 54070 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings = reference obsolete variables reassign 54070 emacs submitter 54070 Raffael Stocker severity 54070 normal tag 54070 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 20 10:35:42 2022 Received: (at submit) by debbugs.gnu.org; 20 Feb 2022 15:35:42 +0000 Received: from localhost ([127.0.0.1]:33578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLoFS-0005uO-5B for submit@debbugs.gnu.org; Sun, 20 Feb 2022 10:35:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:48712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLoFR-0005uH-6s for submit@debbugs.gnu.org; Sun, 20 Feb 2022 10:35:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60840) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLoFQ-0000ae-Sl for bug-gnu-emacs@gnu.org; Sun, 20 Feb 2022 10:35:40 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:49368) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLoFO-0005vL-W3 for bug-gnu-emacs@gnu.org; Sun, 20 Feb 2022 10:35:40 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4K1qJN3BrWz1s75t for ; Sun, 20 Feb 2022 16:35:32 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4K1qJN35Rgz1qqkH for ; Sun, 20 Feb 2022 16:35:32 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id zdPDtLJwLbYC for ; Sun, 20 Feb 2022 16:35:31 +0100 (CET) X-Auth-Info: y+e/7EZs1vEUovp0EueI73UxLUoeqvHjK4bVxJ0a143KPIxaZoupwJaSMjv383fG Received: from Whiteflame (ppp-93-104-11-70.dynamic.mnet-online.de [93.104.11.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Sun, 20 Feb 2022 16:35:31 +0100 (CET) User-agent: mu4e 1.6.10; emacs 28.0.91 From: Raffael Stocker To: bug-gnu-emacs@gnu.org Subject: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables Date: Sun, 20 Feb 2022 16:13:46 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=212.18.0.10; envelope-from=r.stocker@mnet-mail.de; helo=mail-out.m-online.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The docstrings of =E2=80=98edebug-mode=E2=80=99 and =E2=80=98edebug-eval-mo= de=E2=80=99 reference the obsolete variables =E2=80=98global-edebug-prefix=E2=80=99 and =E2=80=98glob= al-edebug-map=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=edebug-global-map-prefix.patch Content-Description: edebug-(eval)-mode docstring patch diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 273fa040d0..32dc600a1a 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -3902,8 +3902,8 @@ edebug-mode The edebug buffer commands: \\{edebug-mode-map} -Global commands prefixed by `global-edebug-prefix': -\\{global-edebug-map} +Global commands prefixed by `edebug-global-prefix': +\\{edebug-global-map} Options: `edebug-setup-hook' @@ -4070,8 +4070,8 @@ edebug-eval-mode Eval list buffer commands: \\{edebug-eval-mode-map} -Global commands prefixed by `global-edebug-prefix': -\\{global-edebug-map}") +Global commands prefixed by `edebug-global-prefix': +\\{edebug-global-map}") ;;; Interface with standard debugger. --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 20 10:53:59 2022 Received: (at 54070-done) by debbugs.gnu.org; 20 Feb 2022 15:54:00 +0000 Received: from localhost ([127.0.0.1]:33584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLoX9-0006Om-NM for submit@debbugs.gnu.org; Sun, 20 Feb 2022 10:53:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLoX7-0006OY-Ry for 54070-done@debbugs.gnu.org; Sun, 20 Feb 2022 10:53:58 -0500 Received: from [2001:470:142:3::e] (port=57670 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLoX2-00008B-8P; Sun, 20 Feb 2022 10:53:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=dTWKje+dxgzbHkv5iRPV0o9JA2reIlBR1Ka5XhMfTrQ=; b=Wx14/Mrz+8OjmxklQ0V7 jGD6k7lgqmUBG/4IGWc2DEtzO4cVXezzoD7BHXp8LMUQlaDNF5cY2Pb69/fXDYIex+6/6yAIcTLGa vGduGd174m/WYX/klC62Gnf1w2jWFyCacfx2IhH41XbZ6ijYV4Qb0HZ+EiRYfM3FWEXB4mgOnthMD jmA+7fgHjiSPLuS2VKLapQmI5rEWbBVZJJox9q30j3g6xfw/Ebmg9vNm55JA252Etwz3nydS6yTE4 kaxdg0msElGfwp76TMSi35ql178iVfBGe+3J2R+qTd+Fg0zg45MyFzZeiO44r7qQ93w7BG45EEK4t Nx6Sqi7413emWw==; Received: from [87.69.77.57] (port=3488 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 1nLoX1-0001ct-O5; Sun, 20 Feb 2022 10:53:52 -0500 Date: Sun, 20 Feb 2022 17:53:53 +0200 Message-Id: <83fsodwn3i.fsf@gnu.org> From: Eli Zaretskii To: Raffael Stocker In-Reply-To: (message from Raffael Stocker on Sun, 20 Feb 2022 16:13:46 +0100) Subject: Re: bug#54070: 28.0.91; [PATCH] edebug-mode and edebug-eval-mode docstrings reference obsolete variables References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54070-done Cc: 54070-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 (---) > From: Raffael Stocker > Date: Sun, 20 Feb 2022 16:13:46 +0100 > > The docstrings of ‘edebug-mode’ and ‘edebug-eval-mode’ reference the > obsolete variables ‘global-edebug-prefix’ and ‘global-edebug-map’. Thanks, I installed the patch on the emacs-28 branch. From unknown Mon Aug 11 21:13:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 Mar 2022 11:24:08 +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