emacs-devel
[Top][All Lists]
Advanced

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

Re: a bug of read-passwd


From: Stefan Monnier
Subject: Re: a bug of read-passwd
Date: Mon, 24 Jul 2006 09:22:09 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Another possibility is to implement a `inhibit-timers' variable and
> set it to t by default inside filter functions (similar to how
> `inhibit-quit' is bound to t in filter functions.)  This is probably
> easier to implement.  What do you think?

I think it's a good idea, although let-binding timer-list (and
timer-idle-list) to nil might be even better since it'd still allow filter
functions to use timers.

BTW, something similar would be useful for edebug, when debugging
repeated timers.


        Stefan




reply via email to

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