
23 Nov
2004
23 Nov
'04
9:22 p.m.
Rodrigo Ventura <yoda@isr.ist.utl.pt> writes:
- in Lisp Slime mode a RET does not auto-indent the next line. It'd be useful to have auto-identation, so that we could save a TAB everytime we write a new line of LISP.
I add (local-set-key "\C-m" 'newline-and-indent) to my Lisp mode-hook.
- in the REPL loop M-p is not quite pratical; couldn't you use for instance C-up for last expression entered (similar to ILisp)?
Why is it impractical? Zach