bug#81561: 31.0.91; speedbar-window-mode creates stale idle timers
Daniel Mendler via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Vincenzo Pupillo <[email protected]> writes: > Ciao, I wasn’t able to reproduce the problem reported by Daniel. The only way > was to kill the 'speedbar-buffer' process. So I added a 'kill-buffer-hook' to > handle this event. I also eliminated a few other causes of stale idle timers. > > @Daniel, could you please try this patch? Would it make sense to instead move the (with-current-buffer speedbar-buffer ...) into speedbar-set-timer instead of replicating it so often? Daniel