On Sun, 2006-01-22 at 23:01 -0800, funkyj@gmail.com wrote:
Restarts: 0: [USE-VALUE] You may input a value to be used instead of X. 1: [STORE-VALUE] You may input a new value for X. 2: [ABORT-REQUEST] Abort handling SLIME request. 3: [ABORT] ABORT
Restart 3 was added in 2.36 or something to return to CLISP's REPL. Use SLIME's ABORT-REQUEST restart, or even just `q', so you don't have to look at the list and pick the right number.