[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Timer scheduling and cancel-timer
From: |
Stefan Monnier |
Subject: |
Re: Timer scheduling and cancel-timer |
Date: |
Sun, 20 Jan 2013 20:36:06 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> I have no idea whether this is relevant, but I'll mention it, as it might be.
Sounds unrelated.
> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p t)
> #[nil ...
> ad-Advice-show-paren-function(#[nil...
> show-paren-function()
> apply(show-paren-function nil)
> #[nil ... [timer apply 5 6] 4]()
> timer-event-handler([t 0 0 125000 t show-paren-function nil idle 0])
Until recently timer-event-handler just silently dropped all errors
signaled by timers, whereas I recently changed it to turn them into
messages (a nd to show the backtrace if debug-on-error is non-nil).
So maybe this error has been present for ever but just got unnoticed
until now. The "#[nil ...]" seems to be the unadvised body of
show-paren-function, so the error apparently comes from within
show-paren-function.
Stefan
- Timer scheduling and cancel-timer, Tomohiro Matsuyama, 2013/01/20
- Re: Timer scheduling and cancel-timer, Paul Eggert, 2013/01/20
- RE: Timer scheduling and cancel-timer, Drew Adams, 2013/01/20
- RE: Timer scheduling and cancel-timer, Drew Adams, 2013/01/20
- Re: Timer scheduling and cancel-timer,
Stefan Monnier <=
- RE: Timer scheduling and cancel-timer, Drew Adams, 2013/01/20
- RE: Timer scheduling and cancel-timer, Drew Adams, 2013/01/21
- Re: Timer scheduling and cancel-timer, Stephen Berman, 2013/01/22
- Re: Timer scheduling and cancel-timer, Stephen Berman, 2013/01/22
- Re: Timer scheduling and cancel-timer, Bastien, 2013/01/22
- Re: Timer scheduling and cancel-timer, Bastien, 2013/01/23
- Re: Timer scheduling and cancel-timer, Stefan Monnier, 2013/01/23
- Re: Timer scheduling and cancel-timer, Bastien, 2013/01/23
- Re: Timer scheduling and cancel-timer, Stefan Monnier, 2013/01/23
- Re: Timer scheduling and cancel-timer, Bastien, 2013/01/23