From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24606 invoked by alias); 17 Jan 2002 22:25:56 -0000 Mailing-List: contact guile-emacs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-emacs-owner@sources.redhat.com Received: (qmail 24541 invoked from network); 17 Jan 2002 22:25:54 -0000 Received: from unknown (HELO lackawana.kippona.com) (207.8.195.148) by sources.redhat.com with SMTP; 17 Jan 2002 22:25:54 -0000 Received: from localhost (chrisb@localhost [127.0.0.1]) by lackawana.kippona.com (8.12.2.Beta3/8.12.2.Beta3/Kippona) with ESMTP id g0HMPl0B010439 for ; Thu, 17 Jan 2002 17:25:53 -0500 Date: Thu, 17 Jan 2002 14:25:00 -0000 Message-Id: <20020117.172547.106805003.chrisb@kippona.com> To: guile-emacs@sources.redhat.com Subject: emacs-guile From: Chris Beggy X-fingerprint: 6012 F8F8 29B2 67E4 0604 BCD2 F882 88AE 8060 510A X-gpgkeyID: 0x8060510A X-Mailer: Mew version 3.0.51 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00005.txt.bz2 While trying emacs-guile-0.2 and emacs21.1, guile-1.4, I couldn't even get very simple expressions to evaluate in the scheme-interaction-mode: (guile-lisp-eval '(+ 1 2)) gives: cond: Guile error: unbound-variable, "Unbound variable: guile-lisp-eval" C-h v guile-lisp-command RET gives: guile Any ideas? Chris