From unknown Sun Aug 17 09:09:52 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#51807 <51807@debbugs.gnu.org> To: bug#51807 <51807@debbugs.gnu.org> Subject: Status: [PATCH] Fix customization group of python-forward-sexp-function Reply-To: bug#51807 <51807@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:09:52 +0000 retitle 51807 [PATCH] Fix customization group of python-forward-sexp-functi= on reassign 51807 emacs submitter 51807 K=C3=A9vin Le Gouguec severity 51807 normal tag 51807 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 05:00:57 2021 Received: (at submit) by debbugs.gnu.org; 13 Nov 2021 10:00:57 +0000 Received: from localhost ([127.0.0.1]:46554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlpqC-00015B-Vf for submit@debbugs.gnu.org; Sat, 13 Nov 2021 05:00:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:52216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlpq9-000150-SI for submit@debbugs.gnu.org; Sat, 13 Nov 2021 05:00:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlpq9-000330-Lw for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 05:00:53 -0500 Received: from [2a00:1450:4864:20::12b] (port=37491 helo=mail-lf1-x12b.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mlpq7-0002Yq-O4 for bug-gnu-emacs@gnu.org; Sat, 13 Nov 2021 05:00:53 -0500 Received: by mail-lf1-x12b.google.com with SMTP id c32so28751853lfv.4 for ; Sat, 13 Nov 2021 02:00:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=/PNlBqrfbxfwqdn1zx1k494z0r40kefLtQPXiQYI1m8=; b=TSdMktOJ/1Dx3TaOGrtW21hbw5S9xCTJm0MuBwMZqmH7yWslHatqDMDBwFcGH2rYww yv/Zv6ZYLjrl0AB387hbFgKz7WH41l7dbWh14QKf1Lp6MOKJEMgpZnpIHGjpVNEE3WPO jWps3wU2S/ScBeohy2nAimprwbSrUweg0botxhLwpPDvMieQfk0pdFWNlKeSzN62Ef/d qs60K1/+rb0ucFGpbyr5IZ887grnQfQPc9zgT1m8Nsj+naT9UvXZFXIbFenoD6Wb71Ua UrV3pO8Cqz1WMiy1rDdWughxrkZVZcqCMZhLWS2ISTkbb6ncqJRGi9MBxTjknSTQKI/M xxYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=/PNlBqrfbxfwqdn1zx1k494z0r40kefLtQPXiQYI1m8=; b=1Afj98WCzjl3Qy18aE1We7oLCcWwW+tjWTXinig8RbCIeiCMyMZhQi1fUE1PnB94u6 G/2RNuviB5DpFR7Q4qrj9AppxRigoJ+G4YGkkJDMFpAOiFnmm083/WyChOvKwQdLwpQs PxB7BROM0oulkPtNBgEUJTQdydJj4mwrAWKNytl967XV5P9WQF1mMLlm0w/DwMV+MB4C du3Q3/awjSmSde/wGYKfQv29DXcd7dyK5qc6ArkRCaxP8ZqqFEufgBsEIOv8rR20rHpP 3INZtWa12sApAIhlaxXsFoL/flViQXV+6znxstGU3x8ojwJDNYg5BvAM9T5Jym9xu97u DCfw== X-Gm-Message-State: AOAM533tBfo0W6NQDzgNLBJJ1LE3pGR1Jha897C/BvfqG5GJtCzpA8IP X1L5ln52yVqsTZAYlwxbVJIRSmEYpyU= X-Google-Smtp-Source: ABdhPJx0m2nFLRWgsyHUJ50m8aDm9YlYcELsQFXIEkhyS324cNXTXV+Kwr4JKX7QfWfdDhozzQ5C+w== X-Received: by 2002:a5d:68d2:: with SMTP id p18mr26970060wrw.21.1636797259840; Sat, 13 Nov 2021 01:54:19 -0800 (PST) Received: from amdahl30 ([2a01:e0a:253:fe0:2ef0:5dff:fed2:7b49]) by smtp.gmail.com with ESMTPSA id k37sm8828423wms.21.2021.11.13.01.54.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 13 Nov 2021 01:54:19 -0800 (PST) From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= To: bug-gnu-emacs@gnu.org Subject: [PATCH] Fix customization group of python-forward-sexp-function Date: Sat, 13 Nov 2021 10:54:18 +0100 Message-ID: <87fss08jp1.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::12b (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::12b; envelope-from=kevin.legouguec@gmail.com; helo=mail-lf1-x12b.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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 Tags: patch Version: 28.0.60 python-forward-sexp-function was introduced in 2021-07-31 "Add new user option python-forward-sexp-function" (2dcb0f8f52); due to where it was inserted in python.el, it is currently sorted in the python-flymake customization group, which AFAICT is not what we want. Here are the "design considerations" that went into this patch: 1. Should the defcustom be moved? I'm leaning toward yes; as things stand it was lost in the middle of unrelated flymake code. IMO the places that make the most sense are either (1) the ";;; Navigation" subsection or (2) closer to the definition of python-mode, where the option is actually used. Of course, it could also be left in its current position, and have an explicit :group clause. Which leads to=E2=80=A6 2. Should the defcustom have an explicit :group clause? I'm leaning toward no: (1) it's not needed if we move it to an earlier subsection, (2) M-s o defcustom\|:group shows that a bunch of options use implicit groups already, (3) AFAICT the repo history shows a clear trend toward removing "redundant" :group clauses. Thanks for your time. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, c= airo version 1.16.0) of 2021-10-30 built on amdahl30 Repository revision: c30f95078c0735447c0bf293f2e6f573bc7057a3 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: openSUSE Tumbleweed Configured using: 'configure --with-cairo --with-gconf' --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-Fix-customization-group-of-python-forward-sexp-funct.patch >From b36c7934ee42b97429d5651b74a5f7e35ed61440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= Date: Sat, 13 Nov 2021 10:26:59 +0100 Subject: [PATCH] Fix customization group of python-forward-sexp-function * lisp/progmodes/python.el (python-forward-sexp-function): Move from the "Flymake integration" subsection to the "Navigation" subsection, so that the option is sorted into the 'python' group rather than the 'python-flymake' group. --- lisp/progmodes/python.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f1c3e75bb7..16b5176be8 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1427,6 +1427,13 @@ python-mark-defun ;;; Navigation +(defcustom python-forward-sexp-function #'python-nav-forward-sexp + "Function to use when navigating between expressions." + :version "28.1" + :type '(choice (const :tag "Python blocks" python-nav-forward-sexp) + (const :tag "CC-mode like" nil) + function)) + (defvar python-nav-beginning-of-defun-regexp (python-rx line-start (* space) defun (+ space) (group symbol-name)) "Regexp matching class or function definition. @@ -5569,13 +5576,6 @@ python-flymake-msg-alist :type '(alist :key-type (regexp) :value-type (symbol))) -(defcustom python-forward-sexp-function #'python-nav-forward-sexp - "Function to use when navigating between expressions." - :version "28.1" - :type '(choice (const :tag "Python blocks" python-nav-forward-sexp) - (const :tag "CC-mode like" nil) - function)) - (defvar-local python--flymake-proc nil) (defun python--flymake-parse-output (source proc report-fn) -- 2.33.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 20:30:31 2021 Received: (at 51807) by debbugs.gnu.org; 14 Nov 2021 01:30:31 +0000 Received: from localhost ([127.0.0.1]:48593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4Ln-0006UT-4Z for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:30:31 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4Ll-0006Nd-IX for 51807@debbugs.gnu.org; Sat, 13 Nov 2021 20:30:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=Rc0dG28R38mnyvyFp+9+fodSB4M0THc4e+GSJN3oFOc=; b=REZLbZcXlQlK7vG/F4XBif3xrT dtnlbUvT8cFCPPONCRYNVnIVjD3zQTO5YJq4gSdqQ9a9bLq0q5s44rT2ir+mEMy/DPE7H0eHZRQ5w lTwr4/jT608m+wpy/33cKYCwkSObsAAHLFOm3b8JsLPQWXd5IGWeSXDopM8/OUAct/zM=; 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 1mm4Ld-0005wo-Ek; Sun, 14 Nov 2021 02:30:24 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Subject: Re: bug#51807: [PATCH] Fix customization group of python-forward-sexp-function References: <87fss08jp1.fsf@gmail.com> X-Now-Playing: Anna B Savage's _A Common Turn_: "Two" Date: Sun, 14 Nov 2021 02:30:21 +0100 In-Reply-To: <87fss08jp1.fsf@gmail.com> (=?utf-8?Q?=22K=C3=A9vin?= Le Gouguec"'s message of "Sat, 13 Nov 2021 10:54:18 +0100") Message-ID: <875ysvfrrm.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Kévin Le Gouguec writes: > python-forward-sexp-function was introduced in 2021-07-31 "Add new user > option python-forward-sexp-function" (2dcb0f8f52); due to where it was > inserted in python.el, it is currently sorted in th [...] 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: 51807 Cc: 51807@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 (---) K=C3=A9vin Le Gouguec writes: > python-forward-sexp-function was introduced in 2021-07-31 "Add new user > option python-forward-sexp-function" (2dcb0f8f52); due to where it was > inserted in python.el, it is currently sorted in the python-flymake > customization group, which AFAICT is not what we want. Thanks; applied to Emacs 29. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 20:30:36 2021 Received: (at control) by debbugs.gnu.org; 14 Nov 2021 01:30:36 +0000 Received: from localhost ([127.0.0.1]:48596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4Ls-0006Zl-Dj for submit@debbugs.gnu.org; Sat, 13 Nov 2021 20:30:36 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm4Lq-0006Sr-OH for control@debbugs.gnu.org; Sat, 13 Nov 2021 20:30:34 -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=kQQCX1z2dCJwT/eskUGfYqu76GuBXhKC3qmUqkRjRls=; b=RHSR1PZqMd8kW3j6npOb20efkr 3PZ27Jd0mUPeUlZr3fkTN6ZhoMBYk+lE4oeRMLAhzoybEZwpVySngb2OGP28yzR/UQyAJVKs6S4ER d3p10zH6CGCgmlj3KQL+L8oiuW66XesfvrIDCKq7ZI/kWAFuKvLbRMesvuaNEIZqYWuQ=; 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 1mm4Li-0005ww-KK for control@debbugs.gnu.org; Sun, 14 Nov 2021 02:30:29 +0100 Date: Sun, 14 Nov 2021 02:30:26 +0100 Message-Id: <874k8ffrrh.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51807 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 51807 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 51807 29.1 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 03:38:15 2021 Received: (at 51807) by debbugs.gnu.org; 14 Nov 2021 08:38:16 +0000 Received: from localhost ([127.0.0.1]:49107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmB1j-0001lz-JF for submit@debbugs.gnu.org; Sun, 14 Nov 2021 03:38:15 -0500 Received: from mail-wm1-f44.google.com ([209.85.128.44]:44898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmB1h-0001lh-B3 for 51807@debbugs.gnu.org; Sun, 14 Nov 2021 03:38:14 -0500 Received: by mail-wm1-f44.google.com with SMTP id c71-20020a1c9a4a000000b0032cdcc8cbafso9940299wme.3 for <51807@debbugs.gnu.org>; Sun, 14 Nov 2021 00:38:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=hKp4K7601/qjFSADNM88tabgYNPJeo+MJ2ZI7kZpDXw=; b=YLRJ1qwqfFM7JwPHEiWJ8gg9MMR2WEZEVUID9gmR69AHG9isgyacakm3zvH4/7HNq9 z4NQQAKfuTYUmV8SImU3qWucu4DqMf2O+pNipYjsvA/sWOXJM68xXeEodwP+3/XDAag0 kCzRCGI//7eRWLrsqSSnF5u+ZjEQW/+QoFNhxQZ/dc1jwDBEdXp/0/wFqAPXBw/RIHlj +ov/tbicnCNh+suaV8L9k9VnqPB04zynBu1UIB3ksOtsGX2yU2IsJmyJ+vOTxjESSJ8D gfZAkpaS8oZxKoYpCvEVKrRiFMFMG5poCb5qmniS3/1scD0JPQ/NZMDHrK+5i/GDbwSR ZB/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=hKp4K7601/qjFSADNM88tabgYNPJeo+MJ2ZI7kZpDXw=; b=q/UGJnN0Foh26HSk2t4GQD36TGdod2eJpkheuqdZA4hCBE0BylvHug9Qe9DqHLbD8w LNMh7L1R5hQxm3fMm/g9ahXxN9fqZgq+drCdDZlWCmT1zJYTwQe8ujbvk+d6objP64ip JbLnp1OEzn0Ne2xcPFDj73MKMz1NcKQBQoAx4b+v3xWQvXsQufK64c+xBB2RjjGhnzhk p2cnp3UOT+RhnkqkKYb8ixgFdf5tLmf9Oi087l5kC3tfJQJrtjMSFk26g3KgcKjBvm+g LbtvY7yp7fbvf2Vvt1emoYCwU6N9ZfFKBIvZcAB1yUR/67YrW3sIzWd3XsljctUAEjLk Pbbw== X-Gm-Message-State: AOAM531oVPQxFdcXXZnog7IYQgXpbS0xBpM9kwPCkUzADzovLNo9DOVJ pxfjomOQn8M9Al2dGu8xAMhLywc9JLI= X-Google-Smtp-Source: ABdhPJyOG/tYg9A0VVR8516N+5B3EliLvqFENT3Z2kdNlAoenENzLkN8c+vmF2cmqYW35G8M+k21eQ== X-Received: by 2002:a7b:cd03:: with SMTP id f3mr47508452wmj.16.1636879087213; Sun, 14 Nov 2021 00:38:07 -0800 (PST) Received: from amdahl30 ([2a01:e0a:253:fe0:2ef0:5dff:fed2:7b49]) by smtp.gmail.com with ESMTPSA id o25sm11149842wms.17.2021.11.14.00.38.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Nov 2021 00:38:06 -0800 (PST) From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= To: Lars Ingebrigtsen Subject: Re: bug#51807: [PATCH] Fix customization group of python-forward-sexp-function References: <87fss08jp1.fsf@gmail.com> <875ysvfrrm.fsf@gnus.org> Date: Sun, 14 Nov 2021 09:38:06 +0100 In-Reply-To: <875ysvfrrm.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 14 Nov 2021 02:30:21 +0100") Message-ID: <871r3jp1xt.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51807 Cc: 51807@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: -1.0 (-) Lars Ingebrigtsen writes: > K=C3=A9vin Le Gouguec writes: > >> python-forward-sexp-function was introduced in 2021-07-31 "Add new user >> option python-forward-sexp-function" (2dcb0f8f52); due to where it was >> inserted in python.el, it is currently sorted in the python-flymake >> customization group, which AFAICT is not what we want. > > Thanks; applied to Emacs 29. Thanks! I know we don't want to shake up the release branch too much, but this user option has just been added for Emacs 28; wouldn't it make sense to fix the customization group there too? From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 11:55:45 2021 Received: (at 51807) by debbugs.gnu.org; 14 Nov 2021 16:55:46 +0000 Received: from localhost ([127.0.0.1]:51470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmInB-0005M9-LW for submit@debbugs.gnu.org; Sun, 14 Nov 2021 11:55:45 -0500 Received: from mail-wr1-f46.google.com ([209.85.221.46]:36650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmIn9-0005Lo-CM; Sun, 14 Nov 2021 11:55:43 -0500 Received: by mail-wr1-f46.google.com with SMTP id s13so25796951wrb.3; Sun, 14 Nov 2021 08:55:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:references:date:message-id:user-agent:mime-version :content-transfer-encoding; bh=oAaVTtHvyqUsNB4zu8lTGJc2hyJC+kkmoC1HKVqf6IM=; b=jOtQvoCRrbk75qBoSqvAeBxNVvI79Rujdt3nOaxFmf1YXx94oGvG43RwI+fkb2Re2p ve75jQjKAo40Tjv+nGKN+GemM1mZFpzFLOUoqYJB0PbBGYtvm4xCk951Nx/BS1IO8lFX /xnSWf9GdxvNp9wEpUUIPKSjPIIhoG0u78qBtlNlv8n60VPkMJLj8lBIn0cZQ1K52qio JeYZfkfngv0B+gVo8fwJ2pKwLXD+k45m60DSxU/rwM1pnlL5o1dAWXwKAYLMZ8C/UHHD DOpaGLkU7hKQxJt6QJJ/AK8FT0A/VAPwBRa+IFYGF5z0gKcP0/uUrLm11iDUdW+TapBd dIOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:references:date:message-id :user-agent:mime-version:content-transfer-encoding; bh=oAaVTtHvyqUsNB4zu8lTGJc2hyJC+kkmoC1HKVqf6IM=; b=3tOMvznP9WlmhkioCCllDVu1FFksAfTeZ5d/R4XHUoXfVHjl4ZUmhLAhvP1ZMFRC78 gT/ozEjj0r7Q8mTcEksTZA8hR8QH1lrhnCPC0LqghGzqpKt6GD1zcood4FaacA0z3sFk KhRMJ+X2YjsJYObNz/si2sw7SPEbve1Ong/X2so5X0VrueVJ9FZ1aZp9693ds+RYjnsK sMsbvJJS1RN8Mho0zW0jVszLLTjwBki0JLF8BCwRC02qsHJW6XgCIivwfPuxtYXezF6b yPNSGkQxN5BnMqtKJwEkJegCNvgwS9+Tqkoo0cJpgpg1HHpdU/94y51DVwYoSrI96OvL siNw== X-Gm-Message-State: AOAM531yd8RRVt4LeZZd5NzWBTXx6Eb/wSDKwNLi0gH0eNY8pYCtW/Cd G95XHO41x0PT54Sq2ZNqsnL+k6oV3U8= X-Google-Smtp-Source: ABdhPJxa9SYBxlh4IEtpsUJCzukl0QAFAdftMus7i5mgP4WA1XpTKBmlMyWsd8LZcM/epswcZYZACw== X-Received: by 2002:a05:6000:1a88:: with SMTP id f8mr38538322wry.54.1636908936985; Sun, 14 Nov 2021 08:55:36 -0800 (PST) Received: from amdahl30 ([2a01:e0a:253:fe0:2ef0:5dff:fed2:7b49]) by smtp.gmail.com with ESMTPSA id o25sm12290936wms.17.2021.11.14.08.55.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Nov 2021 08:55:36 -0800 (PST) From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= To: 51807@debbugs.gnu.org Subject: Re: bug#51807: [PATCH] Fix customization group of python-forward-sexp-function References: <87fss08jp1.fsf@gmail.com> Date: Sun, 14 Nov 2021 17:55:36 +0100 Message-ID: <87fsryad87.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51807 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 (-) found 51807 28.0.60 thanks K=C3=A9vin Le Gouguec writes: > Tags: patch > > Version: 28.0.60 ( Not sure why Debbugs did not seem to recognize this Version pseudo-header. For some reason I went with submit-emacs-patch instead of report-emacs-bug ("because I had a patch", I guess); the former does not add the version to the subject, so I figured I would use a pseudo-header; and then submit-emacs-patch's lambda in message-send-hook inserted the Tags pseudo-header as well as the extra blank line, which maybe is the issue? =F0=9F=A4=B7 Hopefully fixed this blunder by bcc'ing control@debbugs.gnu.org with this message. ) From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 14 12:52:23 2021 Received: (at 51807) by debbugs.gnu.org; 14 Nov 2021 17:52:23 +0000 Received: from localhost ([127.0.0.1]:51570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmJfy-0000f9-WB for submit@debbugs.gnu.org; Sun, 14 Nov 2021 12:52:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]:34740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmJfw-0000eu-FZ for 51807@debbugs.gnu.org; Sun, 14 Nov 2021 12:52:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=nMvscX63eOhePMh9PGj2EMHYO+DoxRoaJY11zVuFkJ4=; b=DGMjtEdSRCR3sn8HHBNaqmDo2k ZC2z6fUR2chUFWqpEU0QYKsz4K0cvXA/SvdSdTQU2p4/5iLqpcn3ytOCtyA7b7xeUXyx4RZM5R4Kb Vru/FTE6ZMZBOQnHOyLu2S4d9eel+qTsmi83yLLaC6NwXvbLB+3ULCn3EUh47IKgXl70=; 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 1mmJfo-0005lI-BP; Sun, 14 Nov 2021 18:52:14 +0100 From: Lars Ingebrigtsen To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Subject: Re: bug#51807: [PATCH] Fix customization group of python-forward-sexp-function References: <87fss08jp1.fsf@gmail.com> <875ysvfrrm.fsf@gnus.org> <871r3jp1xt.fsf@gmail.com> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEXu3QKgkgFcVAGF egH///9tNUTkAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+ULDhEtCsBJHAUAAAGjSURBVDjLrZTblSMx CEQlO4FGJLCIBCzIP7ep0qPds9+jY//omgIK5FL+8DTJ6N/zr4xSPxOk5wPYazSLBe4zQcXHFhjz VhYDkLBKoCKKex7NsEuijxkx5D4T9O4T6ONeFComV3mAFceIhgpWHzzNVkyzGpkPqWREOAtyWVoL BCKiz8iM7PWWYrl9gqu80w4IBnQCtcout4moSYXlE8gIWV5B26dQzghI+ZFKyvRhLSnVfUnRKsW9 qri40nZpB2AEJpH46lSpu3MEoKxAf5L2puwGGC2bjm4EbHUlZ4YY0thI2oVxfXZVyBypnOyAu2dL lFIRKYMAbvRxm9g6fi9GF3POw49XQwjofNL2s3BwpIdMoASxIxBKdiIu7T5zNPwgPeKWgpt74YKb 8MixZ96SbsHAIwUfbpDqN6h21QW8DW0Abjp318NXDnSMCNhIkPa6pKyqBk1yzm31ccxqbLs7LeYO rXlsSwYfmzoeygDA/N5ndyGtGBNSixUvbc5XZXyfAaRe2Mb2/8MhKP1T1179AvmdYMvfEVN5Apj7 APgD2ODPzg8tvl9S/uy48AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMS0xNFQxNzo0NToxMCsw MDowMICAYZ4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTEtMTRUMTc6NDU6MTArMDA6MDDx3dki AAAAAElFTkSuQmCC X-Now-Playing: Snapped Ankles's _Come Play The Trees_: "Jonny Guitar Calling Gosta Berlin" Date: Sun, 14 Nov 2021 18:52:11 +0100 In-Reply-To: <871r3jp1xt.fsf@gmail.com> (=?utf-8?Q?=22K=C3=A9vin?= Le Gouguec"'s message of "Sun, 14 Nov 2021 09:38:06 +0100") Message-ID: <87czn262wk.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Kévin Le Gouguec writes: > I know we don't want to shake up the release branch too much, but this > user option has just been added for Emacs 28; wouldn't it make sense to > fix the customization group there too? 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: 51807 Cc: 51807@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 (---) K=C3=A9vin Le Gouguec writes: > I know we don't want to shake up the release branch too much, but this > user option has just been added for Emacs 28; wouldn't it make sense to > fix the customization group there too? Even though the potential for breakage is very small, I'd rather leave it as is in emacs-28. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Aug 17 09:09:52 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, 13 Dec 2021 12:24:04 +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