From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: guile-hall error on probably every command Date: Thu, 11 Jun 2020 21:09:37 +0200 Message-ID: <20200611190937.GB21593@tuxteam.de> References: <99d059b1-925c-5cb6-8be6-708e172b8005@posteo.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="60331"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 11 21:09: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 1jjSaG-000FfM-Sb for guile-user@m.gmane-mx.org; Thu, 11 Jun 2020 21:09:52 +0200 Original-Received: from localhost ([::1]:58654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjSaF-0007oU-LX for guile-user@m.gmane-mx.org; Thu, 11 Jun 2020 15:09:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjSa5-0007o6-Vg for guile-user@gnu.org; Thu, 11 Jun 2020 15:09:42 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:46799) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1jjSa3-0000vw-LI for guile-user@gnu.org; Thu, 11 Jun 2020 15:09:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=RIXBAmLk6M8KISkIznocTRTeQOIF1ubSMfWd2ybZzUA=; b=htXvPCLB41I7LD9r8NvyMhnlFAMXebD5CPOGzgUPv8nf4xZhD0OOr524PoDA90SjGQZ2Sxsv2BgtDG7ItNsfrqS9hX3xcInk530XS9WSM1Ggoxj4pi50CmKmm8JKPgN0eFoY2c3zbeLgS3iRr58WygoGnfJC17vqyHoQk1MsKyPjs79SVoTicT8fyP31wAUnviNzGK6jtsAjBBV/hphv7lPCqExaV0rMECf7Kawnj5dusTBl6ZZ0IxqUveHYVG0q5WbN6KFCMeG+LQhkN5LLi+3bE0EyQ753gjRm9eqZDwWZ1kwyLCnWUGs5mTeRV35cOvUaHeFC9yqyRpDChPT3tQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1jjSa1-0005v7-DY for guile-user@gnu.org; Thu, 11 Jun 2020 21:09:37 +0200 Content-Disposition: inline In-Reply-To: <99d059b1-925c-5cb6-8be6-708e172b8005@posteo.de> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 11:28:45 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, 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:16574 Archived-At: --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 11, 2020 at 08:59:35PM +0200, Zelphir Kaltstahl wrote: > Hi Guile users! >=20 > 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 --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl7igXEACgkQBcgs9XrR2kYLOACfbPYNOJrFcJvvL6y61RsoIcQb TFcAnRVX9DBwbRUOC4uFfA5SAXm9wQGG =yjck -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/--