Emacs on the metal

Shawn Betts <[email protected]> Sat, 04 Jun 2005 19:53:15 +0000
Newsgroups gmane.lisp.movitz.devel
Message-ID <[email protected]>
Hi,

For the past while I've been building a GNU Emacs clone written
entirely in common lisp. My intention was always to have it run on
movitz (it also runs on sbcl and cmucl with cl-ncurses). Today I
finally got it working on movitz.

Its a bit buggy on movitz :). I had to hack up some code here and there to
get around some of the current movitz limitations. Anyway there's a
screenshot and a kernel image here:

http://www.emmett.ca/~sabetts

I'll put the source in a tarball and post there soon, too.

To run it, load the image then run:

(lice::lice)

-Shawn