From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=E9r=E9my_Korwin-Zmijowski?= Newsgroups: gmane.lisp.guile.user Subject: Re: Indentation with inline comments in Emacs Date: Sat, 16 Apr 2022 16:57:11 +0200 Message-ID: <2BCF2B67-B2D8-480F-BA1C-D9A8580914FB@korwin-zmijowski.fr> References: <675f8207-b178-6cbf-24a0-6e4e53a057f2@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21343"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Apr 16 16:57:34 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nfjrh-0005Pg-Vn for guile-user@m.gmane-mx.org; Sat, 16 Apr 2022 16:57:33 +0200 Original-Received: from localhost ([::1]:55728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nfjrg-0003u8-LH for guile-user@m.gmane-mx.org; Sat, 16 Apr 2022 10:57:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfjrS-0003ri-Mu for guile-user@gnu.org; Sat, 16 Apr 2022 10:57:18 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:53671) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfjrQ-0007KD-J4 for guile-user@gnu.org; Sat, 16 Apr 2022 10:57:17 -0400 Original-Received: (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay.mail.gandi.net (Postfix) with ESMTPSA id D383F240002 for ; Sat, 16 Apr 2022 14:57:12 +0000 (UTC) In-Reply-To: <675f8207-b178-6cbf-24a0-6e4e53a057f2@posteo.de> Received-SPF: none client-ip=217.70.183.193; envelope-from=jeremy@korwin-zmijowski.fr; helo=relay1-d.mail.gandi.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, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18242 Archived-At: Yo Zelphir, I would replace numbers with a constant name which avoid the need for comm= ents=2E Sorry, not an Emacs solution=2E I just keep comments for outside context= =2E Cheers!