all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2109: menu-bar-update-hook functions are unquittable
@ 2009-01-30  3:18 Glenn Morris
  2009-01-31  1:59 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2009-01-30  3:18 UTC (permalink / raw)
  To: bug-gnu-emacs


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.


This is a problem if you have an imenu index function that misbehaves.
(For example, this is why bug#2106 is unquittable.)







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-31  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30  3:18 bug#2109: menu-bar-update-hook functions are unquittable Glenn Morris
2009-01-31  1:59 ` Stefan Monnier
2009-01-31  2:05   ` Processed: " Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.