From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Readline init broke on master Date: Sun, 18 Oct 2009 13:11:01 -0700 Message-ID: <1255896661.3553.49.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255896868 27430 80.91.229.12 (18 Oct 2009 20:14:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Oct 2009 20:14:28 +0000 (UTC) To: Guile Devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 18 22:14:18 2009 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.50) id 1Mzc8w-0005DU-18 for guile-devel@m.gmane.org; Sun, 18 Oct 2009 22:14:18 +0200 Original-Received: from localhost ([127.0.0.1]:44282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzc8v-00057H-FO for guile-devel@m.gmane.org; Sun, 18 Oct 2009 16:14:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzc85-0004lK-Aa for guile-devel@gnu.org; Sun, 18 Oct 2009 16:13:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzc84-0004jk-2a for guile-devel@gnu.org; Sun, 18 Oct 2009 16:13:24 -0400 Original-Received: from [199.232.76.173] (port=46663 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzc83-0004jU-17 for guile-devel@gnu.org; Sun, 18 Oct 2009 16:13:23 -0400 Original-Received: from smtp108.prem.mail.sp1.yahoo.com ([98.136.44.63]:22854) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mzc82-0006qN-JR for guile-devel@gnu.org; Sun, 18 Oct 2009 16:13:22 -0400 Original-Received: (qmail 96453 invoked from network); 18 Oct 2009 20:11:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=tPVQmFFYj0+JEpMQxihy7A+4fDMwzuO+JMiNqjT/m/4VN6QItwPsOAdPKmlo9bDHda87pSq+42rCOhCv2Cw4coI+9HKols07A421k7p9nCjelXUmWCBWXOy3M5tP9ZPNp58U4oda7tAAU3EddaW247w7jjwXQV7jOkRShOOCehY= ; Original-Received: from ppp-71-140-101-38.dsl.irvnca.pacbell.net (spk121@71.140.101.38 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 18 Oct 2009 13:11:50 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: zHeE418VM1nY9nyVLfEiYP41Ndb.0MlfvzyrwJFiFvlainGQn0HjtDIlA7_u.oC8qRDj_xrSGsDbjqDWSUZtYxccGxTknp6rolAMSDjfyFiR6BzZSvuRxPJcL4Ty9Xf5xlZYOXplovDDXh0c2bv0dYpMWZwNDSYB8WbNDYRnDqcrsSkQcgpYHDw98S59AlfhCLBa32NwdIz03Z_yg1ayA.Gn_2j2A7m9X1U2VZPptw9fi2te5EadlO33pk3bLDpNZuJ8HFllc05De6R9oG_x9g5ykg-- X-Yahoo-Newman-Property: ymail-3 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:9503 Archived-At: Hi- If I start up an interactive session with the current master, and I enter the following three lines at the prompt (use-modules (ice-9 readline)) (activate-readline) I get an infinite loop of ERROR: Wrong number of arguments to # Thanks, Mike