|
From: Francis L. <fr...@wo...> - 2004-05-28 20:11:21
|
I just filed this new bug at: http://www.emacswiki.org/cgi-bin/wiki.pl/ErcBugs Here are the details: 2004-05-28, erc.el CVS 1.669: Running NT Emacs 21.3 on my WinXP? box. If an ERC server buffer is killed while the connection is active, function erc-process-sentinel is not called. Thus, erc-disconnected-hook is never called, so user code that should run at disconnect-time never runs. Another negative consequence is that the timer stored in erc-ping-handler is never cancelled, thus leaving a timer on the timer list that refer to a killed buffer. Each time a server buffer is killed while connected, a new dangling timer accumulates on the timer list. -- Francis Litterio fr...@wo... http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. |