"Tobias C. Rittweiler" tcr@freebits.de writes:
I've checked in a portable version of that function named `slime-delete-and-extract-region'. Please try if that fixes it for you.
Thanks, it works now.
Another bug: (find 1 '(1 2 3) <C-c C-s>
Debugger entered--Lisp error: (cl-assertion-failed (not (equal s string))) signal(cl-assertion-failed ((not (equal s string)))) (or (not (equal s string)) (signal (quote cl-assertion-failed) (list ...))) (progn (or (not ...) (signal ... ...)) nil) (assert (not (equal s string))) (lambda (s) (assert (not ...)) (slime-make-form-spec-from-string s))("'(1 2 3)") [...]
Matthias