From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marijn Newsgroups: gmane.lisp.guile.bugs Subject: (quit) not working? Date: Thu, 07 Apr 2011 18:11:09 +0200 Message-ID: <4D9DE21D.5000805@gentoo.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302193310 20353 80.91.229.12 (7 Apr 2011 16:21:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 16:21:50 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Apr 07 18:21:46 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 1Q7rxp-0001IZ-7a for guile-bugs@m.gmane.org; Thu, 07 Apr 2011 18:21:45 +0200 Original-Received: from localhost ([127.0.0.1]:41874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7rnk-0005xs-RU for guile-bugs@m.gmane.org; Thu, 07 Apr 2011 12:11:20 -0400 Original-Received: from [140.186.70.92] (port=35667 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7rlf-00059t-2H for bug-guile@gnu.org; Thu, 07 Apr 2011 12:09:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7rlc-0003gL-6Q for bug-guile@gnu.org; Thu, 07 Apr 2011 12:09:09 -0400 Original-Received: from smtp.gentoo.org ([140.211.166.183]:36655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7rlc-0003g1-16 for bug-guile@gnu.org; Thu, 07 Apr 2011 12:09:08 -0400 Original-Received: from [10.128.2.136] (unknown [79.170.210.174]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hkbst) by smtp.gentoo.org (Postfix) with ESMTPSA id 36F3C1B402E for ; Thu, 7 Apr 2011 16:09:06 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b3pre Thunderbird/3.1.9 X-Enigmail-Version: 1.1.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.211.166.183 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:5436 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, (quit) doesn't seem to work to quit guile anymore. Further `,bt' prints no backtrace after the error and `,q' doesn't continue but quits the program. See interaction below. Marijn $ guile GNU Guile 2.0.0 Copyright (C) 1995-2011 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> (quit) ERROR: Throw to key `quit' with args `()'. Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> ,q marijn@fusion ~ $ guile GNU Guile 2.0.0 Copyright (C) 1995-2011 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> (quit 3) ERROR: Throw to key `quit' with args `(3)'. Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(guile-user) [1]> ,bt scheme@(guile-user) [1]> ,q -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2d4h0ACgkQp/VmCx0OL2xXugCeO+3wQuMAzIWj2G6/e9Kadxpn R+oAoKEVrveaJ7VlH+3nTNgDghyq0ClR =R9Ft -----END PGP SIGNATURE-----