emacs-devel
[Top][All Lists]
Advanced

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

Re: OS X: C-g does not break out of infinite loop


From: Richard Stallman
Subject: Re: OS X: C-g does not break out of infinite loop
Date: Thu, 15 Jul 2004 09:17:36 -0400

    with Yoichi's response (together with a test case that
    I can reproduce: C-g on OS X cannot recover from
    evaling any of the following three:

    1. (condition-case nil (while 1) (error (error "catch
    error")) (quit (error "catch quit")))
    2. (condition-case nil (while 1) (error (error "catch
    error")))
    3. (while 1)

It sounds like the mechanism for detecting C-g may need a redesign.
Is there any Lisp program you can successfully interrupt with C-g?




reply via email to

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