> Alright, what's the *&#%$! way to delete > the last character at the top-level prompt? > <backspace> emits ^H, <delete> does nothing.
Trying running this at the prompt first: $ stty erase ^H (in this case, type the literal '^' character) then using ^H to delete the last char from within lisp (in this case using ctrl-h).
