emacs-devel
[Top][All Lists]
Advanced

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

Errors in timers


From: Lennart Borgman (gmail)
Subject: Errors in timers
Date: Sun, 01 Jul 2007 12:44:48 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666

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")
                       ))




reply via email to

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