From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: sirgazil Newsgroups: gmane.lisp.guile.user Subject: Re: Geiser vs. guile-mode? Date: Fri, 07 Feb 2020 12:50:56 -0500 Message-ID: <17020c6ae18.bf06ef5b71547.6717873688020963681@zoho.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="122848"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Zoho Mail Cc: "guile-user" To: "Matt Wette" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Feb 07 18:51:50 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 1j07nC-000VsX-GA for guile-user@m.gmane-mx.org; Fri, 07 Feb 2020 18:51:50 +0100 Original-Received: from localhost ([::1]:33530 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j07nB-0006PW-Dk for guile-user@m.gmane-mx.org; Fri, 07 Feb 2020 12:51:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j07mX-0005g5-M1 for guile-user@gnu.org; Fri, 07 Feb 2020 12:51:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j07mW-0007Oq-Hz for guile-user@gnu.org; Fri, 07 Feb 2020 12:51:09 -0500 Original-Received: from sender4-pp-o91.zoho.com ([136.143.188.91]:25127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j07mW-0007J1-8i for guile-user@gnu.org; Fri, 07 Feb 2020 12:51:08 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=mChTS1OwiXAs2DgxRnQv2IWOE2BlK32WKW230njx37j/AhyCE9p3HKnV+k8bKj1A1ZOd7P91ZBU/ rs28+5k52XhAGjCijN1gUuRf1cEpB6s51JzG6coWirz4sYRFF0YP DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1581097863; s=zm2020; d=zoho.com; i=sirgazil@zoho.com; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=CXT3PQZu/SgZ94nGzrxiLn61V9df5pmNf4KrwFJUKr0=; b=bXURDpWs5Ba7w2sd80264UU7mX4/BnWms6HZ4WPW1vkIfUVKw1T8TH3fZj4qFLVt 4Z0qCZmnTEF9iJ3IbaWgxGCXwyMn6/JT7u7Tbps5OrF60eM+n4CquvZlQDeDc9qy7ql 1ftXSAwfb0uvBFA4e6qBrGoimbs1Je992S5PVngc= Original-Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1581097856538656.1737398869878; Fri, 7 Feb 2020 09:50:56 -0800 (PST) Original-Received: from [179.15.13.185] by mail.zoho.com with HTTP;Fri, 7 Feb 2020 09:50:56 -0800 (PST) In-Reply-To: <03362389-6170-a57b-9cd1-380be34b5697@gmail.com> Importance: Medium X-Mailer: Zoho Mail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 136.143.188.91 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:16139 Archived-At: ---- On Fri, 07 Feb 2020 11:30:43 -0500 Matt Wette wrote ---- > Thanks for doing this. I'd like to have #! ... !# handled robustly as > comment. > 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). I don't remember those block comments working for me either, so I use #| ... |# instead for top-level and nested block comments.