unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#19363: 24.4.1; Notifications can make ERC unusable
@ 2014-12-13  6:32 Dima Kogan
       [not found] ` <handler.19363.B.141845239213530.ack@debbugs.gnu.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Dima Kogan @ 2014-12-13  6:32 UTC (permalink / raw)
  To: 19363

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.





^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-01-16 13:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13  6:32 bug#19363: 24.4.1; Notifications can make ERC unusable Dima Kogan
     [not found] ` <handler.19363.B.141845239213530.ack@debbugs.gnu.org>
2014-12-31  8:34   ` bug#19363: Acknowledgement (24.4.1; Notifications can make ERC unusable) Dima Kogan
2014-12-31  8:59     ` Dima Kogan
2014-12-31 15:47       ` Dima Kogan
2015-01-04 19:52         ` Stefan Monnier
2015-01-04 21:26           ` Dima Kogan
2015-01-05  1:54             ` Stefan Monnier
2015-01-07  0:38               ` Dima Kogan
2014-12-31 17:46       ` Dima Kogan
2015-01-14 22:07 ` bug#19363: Close debbugs #19363 Kelvin White
2015-01-14 23:17 ` Kelvin White
2015-01-15 18:15   ` Glenn Morris
2015-01-15 23:41 ` Kelvin White
2015-01-16 13:27 ` bug#19363: Kelvin White

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).