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: enhancement requests Date: Mon, 21 Mar 2011 09:23:10 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1300695807 16273 80.91.229.12 (21 Mar 2011 08:23:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 08:23:27 +0000 (UTC) Cc: guile-devel@gnu.org To: Wolfgang J Moeller Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 21 09:23:23 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 1Q1aOV-000687-QE for guile-devel@m.gmane.org; Mon, 21 Mar 2011 09:23:22 +0100 Original-Received: from localhost ([127.0.0.1]:49921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1aOT-0003dK-4b for guile-devel@m.gmane.org; Mon, 21 Mar 2011 04:23:17 -0400 Original-Received: from [140.186.70.92] (port=60422 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1aON-0003br-LS for guile-devel@gnu.org; Mon, 21 Mar 2011 04:23:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1aOD-0004nO-Lc for guile-devel@gnu.org; Mon, 21 Mar 2011 04:23:10 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:59864 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1aOD-0004n8-JQ for guile-devel@gnu.org; Mon, 21 Mar 2011 04:23:01 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7CC3B43A8; Mon, 21 Mar 2011 04:24:39 -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=n6BoBkPlcVrhKSzrt6CX1Ki6CNQ=; b=HXdixf CFzCHWzMNqCsA06mo76Xx1uxe8/wg0losmLvYfYMbp+zkms0QMcn5rTR6hTBQPZz AuG8xGrkOPsY6zUscvWMtY8EnJfmOMF9fAcs2meut+4fOXhwrI1jPiBze1FH9X2Q WnyHlyyMZeeaDs2HuOnAK64diAJTR898XrAk0= 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=vIMfefDbS8trPJqEL5rmOxfmNMNRy+8w eJwOkgmorcS9GYdW6TboqABkzuH2Sp+jmD/yjn77MBgfcg97fL/Zzg+GlV/Ls/69 Fmj6rcdZFNMaHdpfdlutmaQMEsNdkr6bQ+pN995wP/d5Uc2hzCrfHX8ZVgFfvvm3 2PFJANLttbs= 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 6A50043A7; Mon, 21 Mar 2011 04:24:37 -0400 (EDT) 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 AD58243A6; Mon, 21 Mar 2011 04:24:35 -0400 (EDT) In-Reply-To: (Wolfgang J. Moeller's message of "Mon, 21 Mar 2011 01:24:59 +0100 (CET)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: A8CECECC-5394-11E0-9E1D-E8AB60295C12-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:11936 Archived-At: Hi, On Mon 21 Mar 2011 01:24, Wolfgang J Moeller writes: >> scheme@(guile-user)> ,option on-error backtrace >>[...] > > Now if I could set that without typing ... didn't realize before > that there's no obvious way to include REPL commands from a file. In your .guile: (use-modules (system repl common)) (repl-default-option-set! 'on-error 'backtrace) Cheers, Andy -- http://wingolog.org/