On 2/14/10, Duke Normandin <dukeofperl at ml1.net> wrote: [[...]] > One problem: How do I gracefully (and correctly) terminate a LISP > hacking session from within SLIME? SO far, I've just been doing a ^X^C Another quick way is to use the comma shortcut in the REPL. At the repl, CL-USER> just type ,quit (comma then quit). Yong.