emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#19363: closed (24.4.1; Notifications can make ERC


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19363: closed (24.4.1; Notifications can make ERC unusable)
Date: Fri, 16 Jan 2015 13:28:02 +0000

Your message dated Fri, 16 Jan 2015 13:27:28 +0000
with message-id <address@hidden>
and subject line bug#19363
has caused the debbugs.gnu.org bug report #19363,
regarding 24.4.1; Notifications can make ERC unusable
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19363: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19363
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.4.1; Notifications can make ERC unusable Date: Fri, 12 Dec 2014 22:32:42 -0800
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.



--- End Message ---
--- Begin Message --- Subject: bug#19363 Date: Fri, 16 Jan 2015 13:27:28 +0000 patch installed
--- End Message ---

reply via email to

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