[slime-devel] Slime hangs emacs.
Stas Boukarev
stassats at gmail.com
Wed May 13 19:49:44 UTC 2009
"Tobias C. Rittweiler" <tcr at freebits.de> writes:
> Stas Boukarev <stassats at gmail.com> writes:
>
>> I have
>> (defun test ()
>> (let ((array (make-array '(1 1) :initial-element 2.0
>> :element-type 'single-float))
>> (var 1.0))
>> (setf (aref array 0 0) var
>> var nil)))
>>
>> exactly at the begginning of the buffer, and when i try to yank
>>
>> (deftype array-index ()
>> "Array index type."
>> '(and fixnum (integer 0 *)))
>>
>> again in the begginning of the buffer, emacs hangs.
>
> Try again after updating CVS. I still know of an unrelated test case
> which fails, though not by an infinite loop.
>
> I couldn't reproduce any hanging.
Strange thing, I was on CVS head and could repeatedly reproduce it. But
then I just removed old cvs tree and fetched it anew, now I can't
reproduce it too.
--
With best regards, Stas.
More information about the slime-devel
mailing list