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:55:00 -0000	[thread overview]
Message-ID: <m3ita0h6qo.wl@xp.netlab.jp> (raw)
In-Reply-To: <m3k7ugh7f8.wl@xp.netlab.jp>

At Fri, 18 Jan 2002 08:41:31 +0900,
Keisuke Nishida wrote:
> 
> >    2. let me use scheme libraries to do functions in emacs, like
> >    manipulating buffers and so on.

Oops, you can do something with Emacs's buffers using Scheme libraries.
Try the following in _lisp-interaction-mode_.

  (require 'guile)
  (guile-import string-upcase)

  (insert (string-upcase (buffer-substring-no-properties 1 100)))

`guile-lisp-eval' is also a Lisp function.  You can use
`guile-import-module' to import all functions defined in
a Guile's module.

Keisuke

  reply	other threads:[~2002-01-17 23:55 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   ` emacs-guile Chris Beggy
2002-01-17 15:40     ` emacs-guile Keisuke Nishida
2002-01-17 15:55       ` Keisuke Nishida [this message]
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=m3ita0h6qo.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).