public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Keisuke Nishida <knishida@sky.sannet.ne.jp>
To: Chris Beggy <chrisb@kippona.com>
Cc: guile-emacs@sources.redhat.com
Subject: Re: emacs-guile
Date: Thu, 17 Jan 2002 15:08:00 -0000	[thread overview]
Message-ID: <m3lmewh8xd.wl@xp.netlab.jp> (raw)
In-Reply-To: <20020117.172547.106805003.chrisb@kippona.com>

At Thu, 17 Jan 2002 17:25:47 -0500 (EST),
Chris Beggy wrote:
> 
> 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"

In scheme-interaction-mode, what you type is evaluated by Guile.
That is, (guile-lisp-eval '(+ 1 2)) is evaluated by Guile, and
Guile throws an error because guile-lisp-eval is not defined in
Guile.

So, try simply

 (+ 1 2)

Hopes this helps.

Best regards,
Keisuke Nishida

  reply	other threads:[~2002-01-17 23:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-17 14:25 emacs-guile Chris Beggy
2002-01-17 15:08 ` Keisuke Nishida [this message]
2002-01-17 15:23   ` emacs-guile Chris Beggy
2002-01-17 15:40     ` emacs-guile Keisuke Nishida
2002-01-17 15:55       ` emacs-guile Keisuke Nishida
2002-01-17 20:06         ` emacs-guile Chris Beggy
2002-01-18  0:05           ` emacs-guile Keisuke Nishida

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lmewh8xd.wl@xp.netlab.jp \
    --to=knishida@sky.sannet.ne.jp \
    --cc=chrisb@kippona.com \
    --cc=guile-emacs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).