From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?ISO-8859-1?Q?J=E9r=E9my_Korwin-Zmijowski?= Newsgroups: gmane.lisp.guile.user Subject: Re: Geiser vs. guile-mode? Date: Thu, 13 Feb 2020 10:38:24 +0100 Message-ID: <508C2F30-A33C-4699-8F5D-F470B2457E41@korwin-zmijowski.fr> References: <87eevamlds.fsf@ambrevar.xyz> <897B58B1-A727-4224-938E-5F7D826DA963@korwin-zmijowski.fr> <87a75yl2zx.fsf@ambrevar.xyz> <87d0aqfqwg.fsf@ambrevar.xyz> <2EBAB5D5-D677-4F95-B253-41DFA9016009@korwin-zmijowski.fr> <03362389-6170-a57b-9cd1-380be34b5697@gmail.com> <17020c6ae18.bf06ef5b71547.6717873688020963681@zoho.com> <87blq9osjg.fsf@elephly.net> <582c918f-1043-3c4f-335c-d15f65da432f@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="10680"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: guile-user@gnu.org,Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Feb 13 10:40:26 2020 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 1j2Ayu-0002fC-Q6 for guile-user@m.gmane-mx.org; Thu, 13 Feb 2020 10:40:24 +0100 Original-Received: from localhost ([::1]:49512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Ayt-0001r2-Ps for guile-user@m.gmane-mx.org; Thu, 13 Feb 2020 04:40:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46009) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2Ax9-0006sE-BO for guile-user@gnu.org; Thu, 13 Feb 2020 04:38:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2Ax7-00057X-Tp for guile-user@gnu.org; Thu, 13 Feb 2020 04:38:35 -0500 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47581) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j2Ax7-00055B-KL for guile-user@gnu.org; Thu, 13 Feb 2020 04:38:33 -0500 X-Originating-IP: 37.166.142.88 Original-Received: from [10.179.134.192] (unknown [37.166.142.88]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 7FDB31C0006; Thu, 13 Feb 2020 09:38:27 +0000 (UTC) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:16172 Archived-At: Mistake, here is the full text haha Here is the repo I am using for my emacs conf dedicated to Guile ! https://framagit=2Eorg/Jeko/emacs-guile If anyone can benefit/want to contribute/submit ideas/share =2E=2E=2E Anyw= ay you get it=2E Thank you! J=C3=A9r=C3=A9my Le 13 f=C3=A9vrier 2020 10:34:45 GMT+01:00, "J=C3=A9r=C3=A9my Korwin-Zmijo= wski" a =C3=A9crit : >Here is the repo I am using for my emacs conf dedicated to Guile=20 > >Le 8 f=C3=A9vrier 2020 19:59:14 GMT+01:00, Matt Wette >a =C3=A9crit : >>On 2/8/20 10:14 AM, Ricardo Wurmus wrote: >>> Matt Wette writes: >>> >>>> On 2/7/20 9:50 AM, sirgazil wrote: >>>>> ---- On Fri, 07 Feb 2020 11:30:43 -0500 Matt Wette >> wrote ---- >>>>> > Thanks for doing this=2E I'd like to have #! =2E=2E=2E !# han= dled >>robustly as >>>>> > comment=2E >>>>> > It's not working for me and I believe I saw a comment in the >>code that >>>>> > it was >>>>> > intentionally left out (for some reason I don't remember)=2E >>>>> >>>>> I don't remember those block comments working for me either, so I >>use #| =2E=2E=2E |# instead for top-level and nested block comments=2E >>>>> >>>> And for scripts I use the following which seems like a kludge to >me=2E >>>> >>>> #!/bin/sh >>>> #| >>>> xxx >>>> xxx >>>> xxx >>>> exec guile $0 "$@ >>>> |# >>>> !# >>> Why is this necessary? Why not use guile in the shebang? >>> >> >>Finding the right installed guile, setting environment variables >>(like GUILE_LOAD_PATH), etc=2E=C2=A0 And it's not always about avoiding >>something because it's not necessary, sometime easier to use sh=2E --=20 Envoy=C3=A9 de mon appareil Android avec Courriel K-9 Mail=2E Veuillez exc= user ma bri=C3=A8vet=C3=A9=2E