[slime-devel] Slime disconnect evaluation region/buffer

gharvey at nf.sympatico.ca gharvey at nf.sympatico.ca
Tue Dec 2 02:58:27 UTC 2003


This shows up with linux 2.4.18, cmucl 18e and up to date anoncvs
slime; the problem is that every time you send a buffer larger than
4092 bytes, read-sequence will only get the first 4092. I've attached
a fix that works for me, but might not be the best solution in the
case of an actual network connection. The change basically adds
read-sequence-fully, and modifies read-next-form to use it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: swank-patch.diff
Type: text/x-patch
Size: 1762 bytes
Desc: Read longer buffers correctly
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20031201/8791266d/attachment.bin>
-------------- next part --------------

-- 
Greg


More information about the slime-devel mailing list