GNU bug report logs -
#19363
24.4.1; Notifications can make ERC unusable
Previous Next
Reported by: Dima Kogan <dima <at> secretsauce.net>
Date: Sat, 13 Dec 2014 06:34:02 UTC
Severity: normal
Found in version 24.4.1
Done: Kelvin White <kwhite <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi.
I just updated my Debian install from emacs24 24.3+1-5 -> 24.4+1-4, and
my ERC is no longer usable as a result.
The failure mode is that anything I type into a channel IS sent
correctly, but nothing anybody else types shows up in the buffer. So
even in an active channel it looks like I'm the only one there, since I
see nothing anybody else types. The messages do arrive to ERC, since the
notification callback sees them; they just aren't relayed to the buffer.
This is 100% reproducible if you start emacs with just the following in
your .emacs:
(eval-after-load 'erc
'(progn
(require 'erc-desktop-notifications)
(erc-notifications-enable)
))
Then M-x erc and connect to any server and any channel. This is
sensitive to order and/or to timing. For instance, running emacs -Q and
then evaluating
(require 'erc-desktop-notifications)
(erc-notifications-enable)
does not trigger the issue. I tried debugging this, but all the
indirection in the sources makes it difficult.
This bug report was last modified 10 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.