From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: guile-hall error on probably every command Date: Thu, 11 Jun 2020 21:48:40 +0200 Message-ID: <9ba36c25-45cf-b298-006d-aaa8feb649ef@posteo.de> References: <99d059b1-925c-5cb6-8be6-708e172b8005@posteo.de> <20200611190937.GB21593@tuxteam.de> 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="111844"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Icedove/60.9.0 Cc: guile-user@gnu.org To: tomas@tuxteam.de Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 11 22:53:53 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 1jjUCv-000T0W-Nf for guile-user@m.gmane-mx.org; Thu, 11 Jun 2020 22:53:53 +0200 Original-Received: from localhost ([::1]:52294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjUCu-00042r-QW for guile-user@m.gmane-mx.org; Thu, 11 Jun 2020 16:53:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjTBt-0004FP-4y for guile-user@gnu.org; Thu, 11 Jun 2020 15:48:45 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:40262) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjTBr-0001ev-48 for guile-user@gnu.org; Thu, 11 Jun 2020 15:48:44 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 088F816005F for ; Thu, 11 Jun 2020 21:48:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1591904921; bh=FDkmuT3sL5bStVIXksWt+qQo9zAJY9xzqQQaZw7mjnk=; h=Subject:To:Cc:From:Openpgp:Date:From; b=PSERr2bZUw1wZ28myL7NluDkOZ9U9DgO+aKsv3psgeNgPWHrtytWtUYtGv5xytKCv atcxZboyHu0gIMfX8dQeywedvXk2oWuy7UpiPoaE88xPapDR+D+Oroow4vSAde+Kbi jB2oZO5xRGjlQgmeTWDMls53JNQQLSjIEHH8f/Z+wm5zppM5TSIRyX0ZEUiScTOWRB Al34/q54f9yK8OUvzTbtOejsIhQX3DkJsIYsO/+QMPUK3j2lOAJXHJLeqChhCJFia9 j3FmgHDsv3fht+b1sjAdaTdZe8xolpH5+kdJ5QIb7vO5NIC9eft26yQkRImBno84Rd bBF8MupUeKg1A== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49jZD83g6sz9rxX; Thu, 11 Jun 2020 21:48:40 +0200 (CEST) Openpgp: preference=signencrypt In-Reply-To: <20200611190937.GB21593@tuxteam.de> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 14:22:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action 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:16578 Archived-At: I see! I also haven't seen [a-Z] before, anywhere, I think. Thanks for the explanation! On 11.06.20 21:09, tomas@tuxteam.de wrote: > On Thu, Jun 11, 2020 at 08:59:35PM +0200, Zelphir Kaltstahl wrote: >> Hi Guile users! >> >> I was about to follow the guile-hall tutorial posted on the list today, >> but unfortunately, I get an error the first time I need to input a >> guile-hall command: > [...] > >> In unknown file: >> 0 (make-regexp "^-[a-Z]*h[a-Z]*$|^--help$") >> ERROR: In procedure make-regexp: >> In procedure make-regexp: Invalid range end > I think Guile relies on the system lib for regexps. Not all take [a-Z] as > a valid range (FWIW my plain "grep" on some Debian GNU/Linux complains > also about an "invalid range end". > > I think the longer version [A-Za-z] is safer. > > Cheers > -- t