Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!yale!husc6!mit-eddie!scott From: scott@parcvax.xerox.com@cdp.UUCP Newsgroups: comp.emacs Subject: someone like to convert WordStar clone from Mocklisp to elisp? Message-ID: <8701060256.AA25916@parcvax.Xerox.COM> Date: Mon, 5-Jan-87 21:56:38 EST Article-I.D.: parcvax.8701060256.AA25916 Posted: Mon Jan 5 21:56:38 1987 Date-Received: Tue, 6-Jan-87 00:59:07 EST Sender: daemon@mit-eddie.MIT.EDU Lines: 15 I wrote a WordStar emulation for gosmacs a couple of years ago, and refined it and debugged it over time. It's quite reliable, except for the remapping of ^X (the first pair of ^X's after startup beep, probably because of weirdness in gosmac's unmapping of prefix keys), and exiting when you've got a few buffers around (I don't know WordStar and don't have the real thing accessible to me, so I had to rely on a manual and people's experience). It's not real featureful, but I handle all the obvious stuff, a fill range of file manipulation commands, and the full range of operations on a single block. Would anyone like to convert this to elisp and donate it to the Free Software Foundation/GNU Project? It's about 500 lines of code and comments (the code's quite well commented). -scott