On Monday 16 July 2007 14:43, Andreas Fuchs wrote:
Hi there,
I've recently updated my slime, and find that slime-reindent-defun in a lisp-mode file buffer is no longer working: it tries to call slime-repl-at-prompt-start-p, which tries to compare a number and the value of slime-repl-input-start-mark, which is nil.
This patch fixes the symptoms, but it looks a bit wrong to me. Maybe somebody who knows more about the constraints involved can come up with a better fix.
Also, see my patch 10 days ago which is almost identical. It has one more condition cargo-culted from somewhere.