How to install 'lisp in a box' on a Debian or Ubuntu machine
$ cd /usr/local/src $ snarf http://common-lisp.net/project/lispbox/lispbox.tar.gz $ tar -xvzf lispbox.tar.gz $ cd lispbox/emacs-21.3/ $ ./configure $ make $ make install $ make clean $ apt-get install termcap-compat(The very last step there is the gotcha.)

