From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.bugs Subject: ']' and infinite loop Date: Tue, 13 Jul 2010 10:19:54 -0700 Message-ID: <20100713171855.M24604@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: dough.gmane.org 1279041610 5291 80.91.229.12 (13 Jul 2010 17:20:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 17:20:10 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jul 13 19:20:09 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 1OYj9M-00085I-5F for guile-bugs@m.gmane.org; Tue, 13 Jul 2010 19:20:08 +0200 Original-Received: from localhost ([127.0.0.1]:34593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYj9L-0005XI-GV for guile-bugs@m.gmane.org; Tue, 13 Jul 2010 13:20:07 -0400 Original-Received: from [140.186.70.92] (port=52822 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYj9C-0005W4-96 for bug-guile@gnu.org; Tue, 13 Jul 2010 13:19:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYj9A-0007WO-T4 for bug-guile@gnu.org; Tue, 13 Jul 2010 13:19:58 -0400 Original-Received: from smtp3.stanford.edu ([171.67.219.83]:42979 helo=smtp.stanford.edu) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYj9A-0007W6-O7 for bug-guile@gnu.org; Tue, 13 Jul 2010 13:19:56 -0400 Original-Received: from smtp.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id E57521A0967 for ; Tue, 13 Jul 2010 10:19:54 -0700 (PDT) Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.stanford.edu (Postfix) with ESMTPS id BBEDF1A054A for ; Tue, 13 Jul 2010 10:19:54 -0700 (PDT) Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by cm-mail.stanford.edu (8.13.8/8.13.8) with ESMTP id o6DHJseG013264 for ; Tue, 13 Jul 2010 10:19:54 -0700 X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 67.188.235.166 (bil) X-Virus-Scanned: clamav-milter 0.96 at cm-mail.stanford.edu X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:4702 Archived-At: In Guile 1.9.10, typing '(1 ']x) or lots of similar cases involving ']', to the repl gets into an infinite loop.