From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: lazy-handler-dispatch and debug-on-error Date: 17 Nov 2003 21:13:59 +0000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069104418 13608 80.91.224.253 (17 Nov 2003 21:26:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 21:26:58 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Nov 17 22:26:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALqta-0002Kx-00 for ; Mon, 17 Nov 2003 22:26:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALrpw-0006jj-FE for guile-devel@m.gmane.org; Mon, 17 Nov 2003 17:27:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALrnm-0005YL-MO for guile-devel@gnu.org; Mon, 17 Nov 2003 17:24:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALrnD-00059N-14 for guile-devel@gnu.org; Mon, 17 Nov 2003 17:24:54 -0500 Original-Received: from [80.84.72.21] (helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALrnC-00058c-Eu for guile-devel@gnu.org; Mon, 17 Nov 2003 17:24:22 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0164.dialup.zetnet.co.uk [194.247.48.164]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id hAHLMrM10154 for ; Mon, 17 Nov 2003 21:22:54 GMT Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id DF700DC4D7 for ; Mon, 17 Nov 2003 21:13:59 +0000 (GMT) Original-To: Guile Development In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3045 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3045 >>>>> "Paul" == Paul Jarc writes: Paul> FWIW, the definition of lazy-handler-distpatch itself Paul> already looks a lot like that lambda. It appears that you Paul> can set default-lazy-handler inside the REPL to get the Paul> desired effect. Yes, that's what I did before. But that required a new variable `default-default-lazy-handler', which set me wondering what the original design was. 1. lazy-handler-dispatch set!able, with default-lazy-handler holding the default value (with a minor coding error in the REPL code) Or... 2. lazy-handler-dispatch fixed default-lazy-handler set!able, with (non-existent) default-default-lazy-handler holding the default value I thought that 1 was more likely. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel