From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Set debug output width in REPL Date: Fri, 04 Mar 2011 11:17:29 +0100 Message-ID: References: <475017.40217.qm@web37908.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299238105 23295 80.91.229.12 (4 Mar 2011 11:28:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 11:28:25 +0000 (UTC) Cc: guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 04 12:28:21 2011 Return-path: Envelope-to: guile-devel@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 1PvTBD-0001MC-VS for guile-devel@m.gmane.org; Fri, 04 Mar 2011 12:28:20 +0100 Original-Received: from localhost ([127.0.0.1]:42016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvTBD-00022c-BK for guile-devel@m.gmane.org; Fri, 04 Mar 2011 06:28:19 -0500 Original-Received: from [140.186.70.92] (port=40043 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvTB3-00021W-OC for guile-devel@gnu.org; Fri, 04 Mar 2011 06:28:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvTB2-0000xQ-Vy for guile-devel@gnu.org; Fri, 04 Mar 2011 06:28:09 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:47977 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvTB2-0000xM-Tx for guile-devel@gnu.org; Fri, 04 Mar 2011 06:28:08 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 329353679; Fri, 4 Mar 2011 06:29:30 -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=/XoDQ1RisLlX5D4NWlqn+OULADo=; b=Pt6/rV uyPve2w2DW834xa4eqUQFUjR06vziLNxqbQQB4TUaEck9Va2C1ac4xT5IvlG07Zl xXMWPDGSDKiMeP/d6fuGw5s+F/Dn9E+wWQN7P4iwMvE3aA6ONZtJ/gTCU2YYFsnP I5TKdxx+//piCo13be1U1FfqapGvyGx7uOfJI= 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=ZUhGagqburdswUppGWpqlZtUyVuWt8Jz 1qFLbFTW/SfZ8Lf4pDFUO6eTG7vciOojdTqD+tSNXfgg6PYGP+JxYp1RCi6XtIAU gqR6MkIZuoax4F9k+67qsk7m4Aat8BBjO0/E7y0Y+MZga5cCtFu0sN/l7SbsXNjc JaUYirExsVo= 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 1FB5B3678; Fri, 4 Mar 2011 06:29:29 -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 761B93677; Fri, 4 Mar 2011 06:29:27 -0500 (EST) In-Reply-To: <475017.40217.qm@web37908.mail.mud.yahoo.com> (Mike Gran's message of "Sun, 20 Feb 2011 22:02:13 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: AAFA4F7C-4652-11E0-B2BA-AF401E47CF6F-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: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11765 Archived-At: Hi Mike, On Mon 21 Feb 2011 07:02, Mike Gran writes: > I find that the backtrace output in the REPL is too constrained > my verbose code. The attached patch would let one set the > > width of the backtrace and locals meta-commands. > > What do you think? Applied, thanks. I hemmed and hawed about repl options and such but in the end this is the simplest thing we can do. I also added a patch to default to the terminal width, without the need to ,width. Regards, Andy -- http://wingolog.org/