bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2109: menu-bar-update-hook functions are unquittable


From: Stefan Monnier
Subject: bug#2109: menu-bar-update-hook functions are unquittable
Date: Fri, 30 Jan 2009 20:59:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

tag 2109 +wontfix
thanks

> emacs -Q
> (defun foo ()
>   (while t))
> (add-hook 'menu-bar-update-hook 'foo)

> -> Emacs uses 100% CPU. C-g does not work and Emacs must be killed.

Same thing happens with any inf-loop in a process filter, or in
a post-command-hook, or in a timer, or in a ...


        Stefan






reply via email to

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