From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Hulin Newsgroups: gmane.lisp.guile.bugs Subject: help does not display any output if readline is activated (V1.9.13) Date: Mon, 18 Oct 2010 18:04:23 +0100 Message-ID: <4CBC7E17.4040002@hulin.org.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1287429524 19271 80.91.229.12 (18 Oct 2010 19:18:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 19:18:44 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Oct 18 21:18:43 2010 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 1P7vEE-0002J9-FC for guile-bugs@m.gmane.org; Mon, 18 Oct 2010 21:18:42 +0200 Original-Received: from localhost ([127.0.0.1]:44983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7vE4-0005aF-Gv for guile-bugs@m.gmane.org; Mon, 18 Oct 2010 15:18:28 -0400 Original-Received: from [140.186.70.92] (port=56249 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7t8Q-0000Ye-7W for bug-guile@gnu.org; Mon, 18 Oct 2010 13:04:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7t8P-0007MH-2n for bug-guile@gnu.org; Mon, 18 Oct 2010 13:04:29 -0400 Original-Received: from asmtp2.iomartmail.com ([62.128.201.249]:36456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7t8O-0007Lt-Rg for bug-guile@gnu.org; Mon, 18 Oct 2010 13:04:29 -0400 Original-Received: from asmtp2.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp2.iomartmail.com (8.13.8/8.13.8) with ESMTP id o9IH4PA6000345 for ; Mon, 18 Oct 2010 18:04:25 +0100 Original-Received: from [192.168.1.100] (cpc3-rdng6-0-0-cust547.15-3.cable.virginmedia.com [82.10.50.36]) (authenticated bits=0) by asmtp2.iomartmail.com (8.13.8/8.13.8) with ESMTP id o9IH4NhF000316 for ; Mon, 18 Oct 2010 18:04:24 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b3pre Thunderbird/3.1.4 X-Enigmail-Version: 1.1.1 X-MIME-Autoconverted: from 8bit to quoted-printable by asmtp2.iomartmail.com id o9IH4NhF000316 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 18 Oct 2010 15:18:13 -0400 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:4831 Archived-At: I've just installed guile 1,9.13 on my test machine, (use-modules (ice-9 readline)) (activate-readline) works as expected, but it suppresses any output from =C2=B8help and suchl= ike. ------------------------------------- ian@greebo:~/Desktop/guile/guile-1.9.13$ guile GNU Guile 1.9.13 Copyright (C) 1995-2010 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)> ,help compile Compile Commands [abbrev]: ,compile EXP [,c] - Generate compiled code. ,compile-file FILE [,cc] - Compile a file. ,disassemble EXP [,x] - Disassemble a compiled procedure. ,disassemble-file FILE [,xx] - Disassemble a file. scheme@(guile-user)> (use-modules (ice-9 readline)) (activate-readline) scheme@(guile-user)> ,help compile ---------------------------------------- guile hangs until you abort the command with ^C or similar. Cheers, Ian Hulin