From unknown Sun Jun 15 08:42:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53410: 29.0.50; [PATCH]: Fix indentation in NEWS Resent-From: Theodor Thornhill Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Jan 2022 11:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53410 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 53410@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16427653456760 (code B ref -1); Fri, 21 Jan 2022 11:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jan 2022 11:42:25 +0000 Received: from localhost ([127.0.0.1]:60395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsJE-0001kw-S9 for submit@debbugs.gnu.org; Fri, 21 Jan 2022 06:42:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:54054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsJD-0001kp-Re for submit@debbugs.gnu.org; Fri, 21 Jan 2022 06:42:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42164) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAsJC-0003zx-Tc for bug-gnu-emacs@gnu.org; Fri, 21 Jan 2022 06:42:23 -0500 Received: from out1.migadu.com ([91.121.223.63]:34636) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAsJA-0006uO-HK for bug-gnu-emacs@gnu.org; Fri, 21 Jan 2022 06:42:22 -0500 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=thornhill.no; s=key1; t=1642765337; 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=Gu0B6hpQofgOWPmq+FTKddz+/60cE6KzXvgDTuGZPQM=; b=RSLbb4RM8X19DYJlicWrYfdD4EbPh1Ko5s9IG8g+UvOwjo6+387sv1grcs9deidIkBiJu7 HC6ocReynHk8kq0f/xchTpnK7r4oF8+wP3lhlwnp7JRFVAkT0RWlsssBi8EnlQc0sX/C3i FhblpvWB1VRclpHsr5HUaz4ST+tFkljsw3FJMrpeRvPs1/MQ/088w/r52+S7V36inoHrSS HpR0WkBLYFNSJxYSgBVnGwfyYtzVpBfeUJGyS/AkVwRsuYA3Iby8IScneoCpelT+oNTafn O84BMPaaFPdp+CO9pjIDux0db+WqTqcswcJ802rqfjaO66Y2kHVg8gBm/G4oAg== From: Theodor Thornhill Date: Fri, 21 Jan 2022 12:42:15 +0100 Message-ID: <87ee51iaco.fsf@thornhill.no> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: thornhill.no Received-SPF: pass client-ip=91.121.223.63; envelope-from=theo@thornhill.no; helo=out1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, SPF_HELO_NONE=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 (--) --=-=-= Content-Type: text/plain Hi! When reading NEWS, I noticed that the description of the new indentation of cl-flet and cl-labels used tabs to show indentation. This renders wrong on my machine, as I have tab-width set to 4. In addition, using the default tab-width as 8 it is actually still incorrect, and off by one space, IIRC. This patch just swaps in spaces for tabs, to make sure it renders correctly everywhere. Theodor Thornhill --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Fix-indentation-in-NEWS.patch >From 2e372b280dfc2a5d1cf476c4357597b417aac1f6 Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Fri, 21 Jan 2022 12:37:10 +0100 Subject: [PATCH] Fix indentation in NEWS * etc/NEWS: Correct description of indentation of 'cl-flet' and 'cl-labels' --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index f8c563d10f..4cf99490ce 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -345,7 +345,7 @@ are met. The conditions are given by the argument, which can be These forms now indent like this: (cl-flet ((bla (x) - (* x x))) + (* x x))) (bla 42)) This change also affects 'cl-macrolet', 'cl-flet*' and -- 2.30.2 --=-=-=-- From unknown Sun Jun 15 08:42:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53410: 29.0.50; [PATCH]: Fix indentation in NEWS Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Jan 2022 12:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53410 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 53410@debbugs.gnu.org Cc: Theodor Thornhill Received: via spool by 53410-submit@debbugs.gnu.org id=B53410.164276669626766 (code B ref 53410); Fri, 21 Jan 2022 12:05:02 +0000 Received: (at 53410) by debbugs.gnu.org; 21 Jan 2022 12:04:56 +0000 Received: from localhost ([127.0.0.1]:60482 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsf1-0006xd-Rk for submit@debbugs.gnu.org; Fri, 21 Jan 2022 07:04:56 -0500 Received: from quimby.gnus.org ([95.216.78.240]:34072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsez-0006xL-Ud for 53410@debbugs.gnu.org; Fri, 21 Jan 2022 07:04:54 -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=ms+USdVBjnZZ4n5Yttf/IJmFtTSy1yv5TDlMqiDQ2GE=; b=OPYcK5ObkxgaQuJfa+ihe0T6+Q uq6cYT2D52A/S3UYKsE0UwMjU5+fQPFbja9dZySuZkJq25EbBczc5EtQjCS75zo/S786lyR9KL2HL +8f16HqhCClSsU2DMbLVQxbZkty9bEN1DcQs7+tFeJD2e+5BWw/ql5oJ2pRHJh0tJm24=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nAser-00044j-Dv; Fri, 21 Jan 2022 13:04:47 +0100 From: Lars Ingebrigtsen References: <87ee51iaco.fsf@thornhill.no> X-Now-Playing: David Bowie's _Brilliant Adventure (1): Black Tie White Noise_: "The Wedding" Date: Fri, 21 Jan 2022 13:04:43 +0100 In-Reply-To: <87ee51iaco.fsf@thornhill.no> (Theodor Thornhill via's message of "Fri, 21 Jan 2022 12:42:15 +0100") Message-ID: <87ee51qopw.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: Theodor Thornhill via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > When reading NEWS, I noticed that the description of the new indentation > of [...] 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 (---) Theodor Thornhill via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > When reading NEWS, I noticed that the description of the new indentation > of cl-flet and cl-labels used tabs to show indentation. This renders > wrong on my machine, as I have tab-width set to 4. In addition, using > the default tab-width as 8 it is actually still incorrect, and off by > one space, IIRC. This patch just swaps in spaces for tabs, to make sure > it renders correctly everywhere. Thanks; pushed to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 21 07:05:05 2022 Received: (at control) by debbugs.gnu.org; 21 Jan 2022 12:05:05 +0000 Received: from localhost ([127.0.0.1]:60486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsfB-0006yR-3U for submit@debbugs.gnu.org; Fri, 21 Jan 2022 07:05:05 -0500 Received: from quimby.gnus.org ([95.216.78.240]:34084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsf8-0006xm-N4 for control@debbugs.gnu.org; Fri, 21 Jan 2022 07:05:04 -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=jp/jfoDFPTsd/odNUMq0G0bxQ7s8OxcyhZM3aSsz9Xo=; b=HyS/YQ+A1G2oEWUEx8cI668QJI 3fIPfQVUQNiKUjB7WyxjJJfpw54DEGSfF8/e9dh1Vj9t7wWMYX5IxnL1RQ+ib1tNXNvuRoJMiiAKj Sy8G9xjrAWnJsNUL8udAuhv1jxRq5Upr+KQEw7b7VxvST9/w/keV8XEIbuw6zvIhabrw=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nAsf1-00044t-4p for control@debbugs.gnu.org; Fri, 21 Jan 2022 13:04:57 +0100 Date: Fri, 21 Jan 2022 13:04:54 +0100 Message-Id: <87czklqopl.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53410 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 53410 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 53410 29.1 quit