DarwinAwardWinner / with-simulated-input

Test your interactive elisp functions non-interactively!
GNU General Public License v3.0
38 stars 4 forks source link

Idle time simulation should also run regular timers as well #2

Closed DarwinAwardWinner closed 7 years ago

DarwinAwardWinner commented 7 years ago

Also, it would probably be a good idea to have a "simulate non-idle time" function as well.

DarwinAwardWinner commented 7 years ago

This is actually more complicated, because non-idle timers can repeat, whereas idle timers can only run once per idle period.

DarwinAwardWinner commented 7 years ago

This is too complicated and ambiguous to implement. I've documented that the fact that regular timers don't get run by idle simulation.