public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Keisuke Nishida <kxn30@po.cwru.edu>
To: guile-emacs@sourceware.cygnus.com
Subject: guile-emacs-0.2 release
Date: Wed, 15 Mar 2000 19:44:00 -0000	[thread overview]
Message-ID: <m3zorz60l4.fsf@kei.cwru.edu> (raw)

Hello,

This is the second release of my Guile Emacs:

  http://download.sourceforge.net/gemacs/guile-emacs-0.2.tar.gz

CVS is also available:

  http://sourceforge.net/cvs/?group_id=3545

The feature of import-lisp-variable that I described in my previous
email has been implemented.  Also, now we can define a command like this:

(define-command (scheme-interaction-mode)
  "Scheme Interaction mode."
  (interactive)
  (kill-all-local-variables)
  (use-local-map scheme-interaction-mode-map)
  (set! (major-mode) 'scheme-interaction-mode)
  (set! (mode-name) "Scheme Interaction")
  (set-syntax-table scheme-mode-syntax-table)
  (scheme-mode-variables)
  (run-hooks 'scheme-interaction-mode-hook))

The next task is adding a new Lisp type and importing macros.
I am not sure if I can do that very soon...

                 reply	other threads:[~2000-03-15 19:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3zorz60l4.fsf@kei.cwru.edu \
    --to=kxn30@po.cwru.edu \
    --cc=guile-emacs@sourceware.cygnus.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).