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

From: Keisuke Nishida <knishida@sky.sannet.ne.jp>

> 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.

Yes, thanks!  That works.  I am so confused...

I thought these libraries would help me:

   1. use elisp libraries in scheme
   2. let me use scheme libraries to do functions in emacs, like
   manipulating buffers and so on.

am I completely wrong?

Chris

  reply	other threads:[~2002-01-17 23:23 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 ` emacs-guile Keisuke Nishida
2002-01-17 15:23   ` Chris Beggy [this message]
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=20020117.182307.56681257.chrisb@kippona.com \
    --to=chrisb@kippona.com \
    --cc=guile-emacs@sources.redhat.com \
    --cc=knishida@sky.sannet.ne.jp \
    /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).