[slime-devel] Re: slime-complete-form broken
Tobias C. Rittweiler
tcr at freebits.de
Thu Jan 10 14:20:08 UTC 2008
Matthias Koeppe <mkoeppe+slime at mail.math.uni-magdeburg.de> writes:
>
> Using this (note: one space fewer):
> --------------------
> (defun<C-c C-s>
>
> (defun foo ()
> 1)
> --------------------
> I get the error that I mentioned:
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> substring-no-properties(nil)
> (let* ((deleted-region ...) (deleted-text ...) (prior-parens-count ...)) (when slime-close-parens-limit (let ... ...)))
> ...
>
> (This one is on a strange old unreleased version of Emacs, though, 21.3.50)
What does (delete-and-extract-region (point) (point)) return on that
Emacs?
-T
PS: I've committed a better fix which I hope fixes the other error you posted.
More information about the slime-devel
mailing list