From unknown Fri Jul 25 23:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73486: [PATCH] * ; src/cm.c (calccost): Improve comment readability Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Sep 2024 21:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 73486@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172729944311184 (code B ref -1); Wed, 25 Sep 2024 21:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Sep 2024 21:24:03 +0000 Received: from localhost ([127.0.0.1]:56248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZUQ-0002uG-Uy for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:24:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:40018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZUP-0002ta-BO for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:24:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZIQ-0004aY-OH for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:11:38 -0400 Received: from out-185.mta0.migadu.com ([2001:41d0:1004:224b::b9]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZIO-0000A8-Ci for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:11:38 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1727298690; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=4P/qSxPlOBw150Qb/3blSh/iceNgYn7q0ZkiWhTyRCQ=; b=sW78nOcHrUFoo4MQ79KlhNDNTiZjMX84zrPdf0D54bG5tRspzb9TN5Sj+Iv6h1Hp7jprvZ QqKU5rsFX9dj7/G6NiaW2YA0C5qoKc9aKIALog7f8jPprFklj0BPna48XA2RcEJwxehAzh 28c62eQ2Bd8TvnQvKNtM2Hm8JD/ITJL/sySzHilEF3mVOeXKCr6TsPjT9DWskU28y1//yd bB+GP0Ac4iCHvh0/oafE9I4rXxCa5G6F4okPnhP/RS/8oDWXnufmLpEXEQRgm4kmRWobgw swJv/by5auRFVz52pH8CU2RBFTVQTnEnbQJ9T8lTvNBzeVYS8YurDbxYgU8PAg== From: Jeremy Bryant Date: Wed, 25 Sep 2024 22:11:23 +0100 Message-ID: <871q17phfo.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b9; envelope-from=jb@jeremybryant.net; helo=out-185.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) This patch is to improve comment readability and correct an apparent typo. Please install on master or provide feedback for further work. From unknown Fri Jul 25 23:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73486: [PATCH] * ; src/cm.c (calccost): Improve comment readability Resent-From: Jeremy Bryant Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Sep 2024 21:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 73486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 73486@debbugs.gnu.org Cc: 73486-done@debbugs.gnu.org X-Debbugs-Original-To: Jeremy Bryant via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: 73486-done@debbugs.gnu.org, 73486@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172730014715079 (code B ref -1); Wed, 25 Sep 2024 21:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Sep 2024 21:35:47 +0000 Received: from localhost ([127.0.0.1]:57098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZfm-0003v8-HZ for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:35:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:34076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZfl-0003ux-6p for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:35:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZfK-0007dm-Li for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:35:18 -0400 Received: from out-187.mta0.migadu.com ([91.218.175.187]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZfH-0002wt-HC for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:35:17 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1727300111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AoVOX4MmKmWKsWbKD6ueGhn3JxU6D5pUUkGnaEjSvA0=; b=aMRDD2V5Half2B9bFIjLhEYl4AESrveimHiK+xzHFibpuRZ5OdImyVySpDM9y405/Y94oG 5jrWHNQUuaOIIGm8ZP1SdlU+d2/3ctbI6DJ49sBWsPe0FGiMCmK9OJzH1a58ckVHC5YPrc grtXv/wuH1kPK0lK9LvcERLT+26Xj8dXd7GswI2hpqlVqCSlXCoqlNGzvxE4mkg8w5u8B3 EyHDEP8wmzw9ltYtXznLYghBZyVAg4U/dbW7fK1NDJ1Y30K32hoxhKAGsCJdQxWBq/rluZ qBv0j8yEk5x4oK1Kk1swiTLude8x23ExiYTcQpa3yrWDp/oxqKr8kofUrm5qkg== From: Jeremy Bryant In-Reply-To: <871q17phfo.fsf@jeremybryant.net> (Jeremy Bryant via's message of "Wed, 25 Sep 2024 22:11:23 +0100") References: <871q17phfo.fsf@jeremybryant.net> Date: Wed, 25 Sep 2024 22:35:05 +0100 Message-ID: <87h6a3o1rq.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.187; envelope-from=jb@jeremybryant.net; helo=out-187.mta0.migadu.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 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, RCVD_IN_MSPIKE_H2=-0.828, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) Missing patch, see revised bug#73485 with patch. Closing this duplicate. Jeremy Bryant via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > This patch is to improve comment readability and correct an apparent > typo. > > Please install on master or provide feedback for further work. From unknown Fri Jul 25 23:54:01 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jeremy Bryant Subject: bug#73486: closed (Re: bug#73486: [PATCH] * ; src/cm.c (calccost): Improve comment readability) Message-ID: References: <87h6a3o1rq.fsf@jeremybryant.net> <871q17phfo.fsf@jeremybryant.net> X-Gnu-PR-Message: they-closed 73486 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 73486@debbugs.gnu.org Date: Wed, 25 Sep 2024 21:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1727300162-15153-1" This is a multi-part message in MIME format... ------------=_1727300162-15153-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73486: [PATCH] * ; src/cm.c (calccost): Improve comment readability which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 73486@debbugs.gnu.org. --=20 73486: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73486 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1727300162-15153-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73486-done) by debbugs.gnu.org; 25 Sep 2024 21:35:51 +0000 Received: from localhost ([127.0.0.1]:57101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZfq-0003vZ-VI for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:35:51 -0400 Received: from out-173.mta0.migadu.com ([91.218.175.173]:62278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZfl-0003ug-Fp for 73486-done@debbugs.gnu.org; Wed, 25 Sep 2024 17:35:47 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1727300111; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AoVOX4MmKmWKsWbKD6ueGhn3JxU6D5pUUkGnaEjSvA0=; b=aMRDD2V5Half2B9bFIjLhEYl4AESrveimHiK+xzHFibpuRZ5OdImyVySpDM9y405/Y94oG 5jrWHNQUuaOIIGm8ZP1SdlU+d2/3ctbI6DJ49sBWsPe0FGiMCmK9OJzH1a58ckVHC5YPrc grtXv/wuH1kPK0lK9LvcERLT+26Xj8dXd7GswI2hpqlVqCSlXCoqlNGzvxE4mkg8w5u8B3 EyHDEP8wmzw9ltYtXznLYghBZyVAg4U/dbW7fK1NDJ1Y30K32hoxhKAGsCJdQxWBq/rluZ qBv0j8yEk5x4oK1Kk1swiTLude8x23ExiYTcQpa3yrWDp/oxqKr8kofUrm5qkg== From: Jeremy Bryant To: Jeremy Bryant via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Subject: Re: bug#73486: [PATCH] * ; src/cm.c (calccost): Improve comment readability In-Reply-To: <871q17phfo.fsf@jeremybryant.net> (Jeremy Bryant via's message of "Wed, 25 Sep 2024 22:11:23 +0100") References: <871q17phfo.fsf@jeremybryant.net> Date: Wed, 25 Sep 2024 22:35:05 +0100 Message-ID: <87h6a3o1rq.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73486-done Cc: 73486-done@debbugs.gnu.org, 73486@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 (-) Missing patch, see revised bug#73485 with patch. Closing this duplicate. Jeremy Bryant via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > This patch is to improve comment readability and correct an apparent > typo. > > Please install on master or provide feedback for further work. ------------=_1727300162-15153-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Sep 2024 21:24:03 +0000 Received: from localhost ([127.0.0.1]:56248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZUQ-0002uG-Uy for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:24:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:40018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stZUP-0002ta-BO for submit@debbugs.gnu.org; Wed, 25 Sep 2024 17:24:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZIQ-0004aY-OH for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:11:38 -0400 Received: from out-185.mta0.migadu.com ([2001:41d0:1004:224b::b9]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stZIO-0000A8-Ci for bug-gnu-emacs@gnu.org; Wed, 25 Sep 2024 17:11:38 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1727298690; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=4P/qSxPlOBw150Qb/3blSh/iceNgYn7q0ZkiWhTyRCQ=; b=sW78nOcHrUFoo4MQ79KlhNDNTiZjMX84zrPdf0D54bG5tRspzb9TN5Sj+Iv6h1Hp7jprvZ QqKU5rsFX9dj7/G6NiaW2YA0C5qoKc9aKIALog7f8jPprFklj0BPna48XA2RcEJwxehAzh 28c62eQ2Bd8TvnQvKNtM2Hm8JD/ITJL/sySzHilEF3mVOeXKCr6TsPjT9DWskU28y1//yd bB+GP0Ac4iCHvh0/oafE9I4rXxCa5G6F4okPnhP/RS/8oDWXnufmLpEXEQRgm4kmRWobgw swJv/by5auRFVz52pH8CU2RBFTVQTnEnbQJ9T8lTvNBzeVYS8YurDbxYgU8PAg== From: Jeremy Bryant To: bug-gnu-emacs@gnu.org Subject: [PATCH] * ; src/cm.c (calccost): Improve comment readability Date: Wed, 25 Sep 2024 22:11:23 +0100 Message-ID: <871q17phfo.fsf@jeremybryant.net> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:1004:224b::b9; envelope-from=jb@jeremybryant.net; helo=out-185.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) This patch is to improve comment readability and correct an apparent typo. Please install on master or provide feedback for further work. ------------=_1727300162-15153-1--