all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trouble getting ERC tracking to work when use IRC
@ 2015-08-09 19:30 Chris Seberino
  2015-08-09 23:31 ` Bob Proulx
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Seberino @ 2015-08-09 19:30 UTC (permalink / raw)
  To: help-gnu-emacs

ERC works great and I love doing IRC in emacs.  I tried to add ERC tracking so that I can be notified on modeline in other buffers when there is activity in an IRC channel..

I added this but I never see anything change on a modeline...

  
(require 'erc-track)
 
(erc-track-mode t)
(setq-default erc-track-shorten-names nil)
(setq-default erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "MODE"
                                        "324" "329" "332" "333" "353" "477"))
(setq-default erc-hide-list '("JOIN" "PART" "QUIT" "NICK"))

Am I doing something wrong?  What should I expect?

Thanks!

Chris


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

end of thread, other threads:[~2015-08-10 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-09 19:30 Trouble getting ERC tracking to work when use IRC Chris Seberino
2015-08-09 23:31 ` Bob Proulx
2015-08-10  3:55   ` Christian Seberino
2015-08-10  4:23     ` Christian Seberino
2015-08-10 19:49       ` Bob Proulx

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.