From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Indentation with inline comments in Emacs Date: Mon, 18 Apr 2022 10:49:42 +0000 Message-ID: <78588abb-3c17-eccf-98ec-0804e1a02688@posteo.de> References: <675f8207-b178-6cbf-24a0-6e4e53a057f2@posteo.de> <5c6cec2d-4898-27d5-574b-2fcd75e53a64@gmail.com> <15968029-3c0c-9ced-ea8f-3bbc8446d96d@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9117"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user To: Maxime Devos Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Apr 18 12:50:09 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 1ngOxM-00029I-A3 for guile-user@m.gmane-mx.org; Mon, 18 Apr 2022 12:50:08 +0200 Original-Received: from localhost ([::1]:41398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngOxL-0000pp-0v for guile-user@m.gmane-mx.org; Mon, 18 Apr 2022 06:50:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngOx1-0000pP-ME for guile-user@gnu.org; Mon, 18 Apr 2022 06:49:48 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:37655) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngOwz-0002Zs-MY for guile-user@gnu.org; Mon, 18 Apr 2022 06:49:47 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 045B1240107 for ; Mon, 18 Apr 2022 12:49:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1650278984; bh=tU/SuKpI8XGZROMd1f439mUYI94wqojECmdhOSix6dk=; h=Date:Subject:To:Cc:From:From; b=aGVbgv/6d+3n+KzYzYZj0ST1xnXsc5ufAJ1FSEXN1z7hHyIgRBvukTVYTsPSDmEuy SjOEFW+SIpBvHTmgRAW4tHRPWC/yHexz/a7S+UBXzf63fi/IgqOcR70+JLoacDvOde q0jmMcFOI5Y79MoG/KCA4vK6FPptk11YT7fKObbbtlq+woAZwYyuny79n93D5b2s/L bVDPDF+9rYhy14TOhWbphzI3Hw8Kg64SHqxLsydzA/EnFiPVDTY+mk7Ai+LnYA9B6N bROCXy+mGohmBgahBBj0zxunz/z4FafKGMV09S0UAFD7SH08pahlIfju2tgsHbdUfI 5z91ZqWAoPw/g== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KhkGH1DDtz6tm6; Mon, 18 Apr 2022 12:49:43 +0200 (CEST) Content-Language: en-US In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H5=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-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:18252 Archived-At: Hi Maxime! On 4/17/22 16:58, Maxime Devos wrote: > Zelphir Kaltstahl schreef op zo 17-04-2022 om 11:06 [+0000]: >> I never understood, why Emacs indented that way, but now I understand. First >> argument is seen as special, as the function/procedure that is being called – >> aha! I do not know, whether the syntax for vector creation #(...) is the same in >> all Scheme dialects, which have vectors, in general. Perhaps it would require a >> specific GNU Guile mode for Emacs, if it is not the same in all Scheme dialects. > #(vector things ...) is standard R6RS scheme: > > http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.3.3 > > Greetings, > Maxime. I see! Thanks for that info : ) So that means it might even make sense in Emacs' general Scheme mode. Regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl