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: Errors using `reload' command Date: Tue, 08 Feb 2011 23:58:49 +0100 Message-ID: References: <8CD91EE4B5F7F3C-2564-1D76E@webmail-m030.sysops.aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297206140 30996 80.91.229.12 (8 Feb 2011 23:02:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 23:02:20 +0000 (UTC) Cc: bug-guile@gnu.org To: Mark Harig Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Feb 09 00:02:15 2011 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 1PmwZa-0001Iy-Ow for guile-bugs@m.gmane.org; Wed, 09 Feb 2011 00:02:14 +0100 Original-Received: from localhost ([127.0.0.1]:45216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmwRW-0004gv-DP for guile-bugs@m.gmane.org; Tue, 08 Feb 2011 17:53:54 -0500 Original-Received: from [140.186.70.92] (port=39400 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmwRQ-0004cK-B9 for bug-guile@gnu.org; Tue, 08 Feb 2011 17:53:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmwRO-0002io-Sj for bug-guile@gnu.org; Tue, 08 Feb 2011 17:53:48 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:55311 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmwRO-0002ih-OT for bug-guile@gnu.org; Tue, 08 Feb 2011 17:53:46 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id BA0123623; Tue, 8 Feb 2011 17:54:44 -0500 (EST) 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=3/VnazB/vqC+NqJrHEOMeGdOWHk=; b=FKfpiU RRnGRGLwJ1IgrK0clNhQyIhi/fe/j9ekOrmAoshz/K3OK9iBDJcFz5MxT0Xv+47o 31GhXiR3wCxZ5edlMh4atzypSi9m6+nUjdjBGHj0OfxQj0xgWUKfoa/bCKdKiY1s yPKzWC+bpPpia/Pw5/A+gVVpEMq8GH3Z54EUE= 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=q24GxSFYxJt8wkLuerEy3oLmSj8e8g7A DcqNBKT36GIhWEltrUkFrQ35isn0Zdr3so7Xrdb7uE4+AGcf4m9HA/2PBobYQWJS hxlH8WJG9S3y51e6kT6mqM9nOANjQIjuzHbzxTIL8EZGYKA0R0S4rtdF0RK+ndCX cwM+y1oZhF0= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id A6B373622; Tue, 8 Feb 2011 17:54:43 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 01B833621; Tue, 8 Feb 2011 17:54:41 -0500 (EST) In-Reply-To: <8CD91EE4B5F7F3C-2564-1D76E@webmail-m030.sysops.aol.com> (Mark Harig's message of "Thu, 03 Feb 2011 14:18:38 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 6B3DF96C-33D6-11E0-8243-F13235C70CBC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:5086 Archived-At: On Thu 03 Feb 2011 20:18, Mark Harig writes: > scheme@(guile-user)> ,re (ice-9 readline) Actually now this causes an infinite loop. Doh. We need defvar, somehow... Andy -- http://wingolog.org/