From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: ']' and infinite loop Date: Tue, 13 Jul 2010 21:55:11 +0200 Message-ID: References: <20100713171855.M24604@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279050773 7900 80.91.229.12 (13 Jul 2010 19:52:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 19:52:53 +0000 (UTC) Cc: bug-guile@gnu.org To: "Bill Schottstaedt" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jul 13 21:52:50 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OYlX4-0000M9-Om for guile-bugs@m.gmane.org; Tue, 13 Jul 2010 21:52:47 +0200 Original-Received: from localhost ([127.0.0.1]:60732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYlX4-0001rd-A2 for guile-bugs@m.gmane.org; Tue, 13 Jul 2010 15:52:46 -0400 Original-Received: from [140.186.70.92] (port=39767 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYlWp-0001lB-SE for bug-guile@gnu.org; Tue, 13 Jul 2010 15:52:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYlWo-0005TL-3R for bug-guile@gnu.org; Tue, 13 Jul 2010 15:52:31 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56433 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYlWo-0005TC-0l for bug-guile@gnu.org; Tue, 13 Jul 2010 15:52:30 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E4BE1C48B8; Tue, 13 Jul 2010 15:52:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=o+lD2wmybxsMdR0w43dzgLz9u6w=; b=jh+8no ZpW1G4jHQrfdGXtx0a9vRF+8OuxIne6rBUyWA78Fuc/GpbusXXCOWohz7jm75XB4 xEQhdMpFK07xpr08mx3WnZ2CyDINvjSzpyH9i3Sw4Y6YW5CZKmaVwTwvQhqSulcD IQAK8tAB+6yKZNzMX6cv4VTLh768ySW88ZRpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=tgu9ypvynjt1TJa0uFH0j1xv0omQShlr WGpY9MLKohSlrG9TE+mQC0pdijTjLBE/nPeua2/k7jqA4yY7ZNpyTItrG46IHKTb ZVKcg2JMtlPW6THlnkh4jrPjIn+MyJyKx7BSnmfttM9Fr48aYREUlyZ1yow5qk2p 3FNxbfjfRIs= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8EAAFC48B7; Tue, 13 Jul 2010 15:52:27 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [83.44.191.132]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D1C05C48B3; Tue, 13 Jul 2010 15:52:25 -0400 (EDT) In-Reply-To: <20100713171855.M24604@ccrma.Stanford.EDU> (Bill Schottstaedt's message of "Tue, 13 Jul 2010 10:19:54 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 2A138D44-8EB8-11DF-A98B-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4705 Archived-At: On Tue 13 Jul 2010 19:19, "Bill Schottstaedt" writes: > In Guile 1.9.10, typing > > '(1 ']x) > > or lots of similar cases involving ']', to the repl > gets into an infinite loop. Indeed '(] causes an infinite loop. Fixed in git. Thanks, Andy -- http://wingolog.org/