emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: edebug can hang Emacs]


From: Chong Yidong
Subject: Re: address@hidden: edebug can hang Emacs]
Date: Fri, 29 Sep 2006 14:31:55 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> In emacs -q, edebug the following defun using C-u M-C-x:
>
> (defun test ()
>   (let ((l (make-list 100000 1)))
>     (dolist (i l)
>       (1+ i))))
>
> Now call it:
>
> (test)
>
> When you get to the dolist, Emacs hangs.

It is merely thinking.  Wait long enough, and it comes back to life
(I've checked this).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]