* martin [2005-09-14 16:04+0200] writes:
- ;; Connection to Emacs lost.
;; [ Error in function LISP::ASSERT-ERROR: Short read: length=4091 pos=4090]
I attached a lisp file with two defuns. I can evaluate "test1", but not "test2" (test1 has 4040 characters, test2 has 4041 characters).
Does anybody have an idea how to fix this?
This sounds like the old CMUCL bug. Ray fixed it in CMUCL 19a. I think there are newer CMUCL/Darwin snapshots than your version which probably include the fix.
There's also a fix in swank-cmucl.lisp, but it conditionalized with #-cmu19. Remove the #-cmu19 and see if it helps.
Helmut.