Edi Weitz edi@agharta.de writes:
Start a new SLIME and in the REPL enter and evaluate a simple expression like, say, (+ 3 4)
CL-USER> (+ 3 4) 7 CL-USER>
Now move point back up until you're behind the closing parentheses and hit the return key. I expected this to move me back to current prompt with "(+ 3 4)" copied there ready to be edited (or evaluated by another return key) but I only get "no input at point."
Brian and I have fixed this now.