From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aidan Gauland Newsgroups: gmane.emacs.help Subject: Geiser error Date: Wed, 18 Apr 2012 08:37:33 +1200 Organization: Gnus News User Services Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334695216 19650 80.91.229.3 (17 Apr 2012 20:40:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2012 20:40:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 17 22:40:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SKFCA-0002UY-00 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Apr 2012 22:40:14 +0200 Original-Received: from localhost ([::1]:44557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKFC9-0004FX-9m for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Apr 2012 16:40:13 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 114-134-9-223.rurallink.co.nz Original-X-Trace: quimby.gnus.org 1334695056 19962 114.134.9.223 (17 Apr 2012 20:37:36 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 17 Apr 2012 20:37:36 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 Original-Xref: usenet.stanford.edu gnu.emacs.help:192075 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84491 Archived-At: When I M-x run-geiser, I get a couple errors. This in *geiser messages*: INFO: RETORT: ((error (key . retort-syntax)) (output . "scheme@(guile-user)> $1 = done scheme@(guile-user)> ")) And this in *Messages*: geiser-guile--geiser-procedure: Invalid function: (eval compile) I didn't let it bother me until I tried M-TAB completion (`completion-at-point'), which gives fails with the "Invalid function: (eval compile)" error. I haven't done any Scheme coding in a while, so I don't know what might have changed to cause this problem. Any suggestions? I'm stumped. --Aidan