all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Errors in timers
@ 2007-07-01 10:44 Lennart Borgman (gmail)
  2007-07-01 15:41 ` Andreas Schwab
  2007-07-01 16:32 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2007-07-01 10:44 UTC (permalink / raw)
  To: Emacs Devel

How is errors in timers supposed to be handled? It looks like those 
errors are only seen if you set debug-on-signal.

If there are not already any better way to handle this in Emacs I think 
it would be good if something to do it was added.

Here is some test code:

   (run-with-idle-timer 1 nil
                      (lambda()
                        (lwarn 't :warning "before")
                        (let ((x (/ 1 0))))
                        (lwarn 't :warning "after")
                        ))

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

end of thread, other threads:[~2007-07-01 20:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-01 10:44 Errors in timers Lennart Borgman (gmail)
2007-07-01 15:41 ` Andreas Schwab
2007-07-01 20:49   ` Lennart Borgman (gmail)
2007-07-01 16:32 ` Richard Stallman

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.