Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!cae780!leadsv!esl!lrs From: lrs@esl.UUCP (Lynn Slater) Newsgroups: comp.emacs Subject: Re: Gnuemacs and Common Lisp Message-ID: <567@esl.UUCP> Date: 23 Feb 88 17:17:29 GMT References: <2492@csli.STANFORD.EDU> Lines: 18 In-reply-to: rustcat@csli.STANFORD.EDU's message of 22 Feb 88 22:20:49 GMT Posting-Front-End: GNU Emacs 18.44.12 of Mon Nov 16 1987 on esl (berkeley-unix) > The way I normally work in the Lisp interpreter, is to fire up Gnuemacs > then open up a sub-window to set up an inferior shell to run Lisp in. Try the "run-lisp" command. This fires up a special form of a subshell and allows expressions to be taken from other buffers. If you do alot of lisp, I am working on an enhanced "fancy-lisp" mode that is targeted at Lucid Lisp on a Sun. Features include: Better display of the expressions sent Automatic switching of packages to match changes of buffers Lisp control commands to abort break loops, scroll the lisp window, etc. Different ways to send the previous fcn, next fcn, current fcn, etc. I will gladly ship these changes to those who want to take a chance. I will submit them to the info-gnu-emacs folks when the changes are ready for general distribution. lrs@esl.COM