all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Seberino <cseberino@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Trouble getting ERC tracking to work when use IRC
Date: Sun, 9 Aug 2015 12:30:45 -0700 (PDT)	[thread overview]
Message-ID: <c9a12dd0-79cb-42b8-9893-cb91a3936ed1@googlegroups.com> (raw)

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


             reply	other threads:[~2015-08-09 19:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 19:30 Chris Seberino [this message]
2015-08-09 23:31 ` Trouble getting ERC tracking to work when use IRC Bob Proulx
2015-08-10  3:55   ` Christian Seberino
2015-08-10  4:23     ` Christian Seberino
2015-08-10 19:49       ` Bob Proulx

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9a12dd0-79cb-42b8-9893-cb91a3936ed1@googlegroups.com \
    --to=cseberino@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.