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

* Re: Trouble getting ERC tracking to work when use IRC
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Bob Proulx @ 2015-08-09 23:31 UTC (permalink / raw
  To: Chris Seberino; +Cc: help-gnu-emacs

Chris Seberino wrote:
> 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...

The default erc settings without setting anything special work okay
for me and the modeline already shows the nofications of activity.
I am not an expert user of erc however.

Perhaps you are doing something to the modeline that prevents this
from showing up?

What version of emacs are you using?

Bob



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

* Re: Trouble getting ERC tracking to work when use IRC
  2015-08-09 23:31 ` Bob Proulx
@ 2015-08-10  3:55   ` Christian Seberino
  2015-08-10  4:23     ` Christian Seberino
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Seberino @ 2015-08-10  3:55 UTC (permalink / raw
  To: help-gnu-emacs

Thanks!  You were right!  My modeline customizations messed up the erc 
tracking.
That was the problem.

How do you make modeline modifications play nice with erc tracking?

cs
On 08/09/2015 06:31 PM, Bob Proulx wrote:
> Chris Seberino wrote:
>> 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...
> The default erc settings without setting anything special work okay
> for me and the modeline already shows the nofications of activity.
> I am not an expert user of erc however.
>
> Perhaps you are doing something to the modeline that prevents this
> from showing up?
>
> What version of emacs are you using?
>
> Bob




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

* Re: Trouble getting ERC tracking to work when use IRC
  2015-08-10  3:55   ` Christian Seberino
@ 2015-08-10  4:23     ` Christian Seberino
  2015-08-10 19:49       ` Bob Proulx
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Seberino @ 2015-08-10  4:23 UTC (permalink / raw
  To: help-gnu-emacs; +Cc: Bob Proulx

Look like I found it.  For erc tracking you need to add "%M" to mode 
line customizations.

Cheers,

cs

On 08/09/2015 10:55 PM, Christian Seberino wrote:
> Thanks! You were right!  My modeline customizations messed up the erc 
> tracking.
> That was the problem.
>
> How do you make modeline modifications play nice with erc tracking?
>
> cs
> On 08/09/2015 06:31 PM, Bob Proulx wrote:
>> Chris Seberino wrote:
>>> 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...
>> The default erc settings without setting anything special work okay
>> for me and the modeline already shows the nofications of activity.
>> I am not an expert user of erc however.
>>
>> Perhaps you are doing something to the modeline that prevents this
>> from showing up?
>>
>> What version of emacs are you using?
>>
>> Bob
>




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

* Re: Trouble getting ERC tracking to work when use IRC
  2015-08-10  4:23     ` Christian Seberino
@ 2015-08-10 19:49       ` Bob Proulx
  0 siblings, 0 replies; 5+ messages in thread
From: Bob Proulx @ 2015-08-10 19:49 UTC (permalink / raw
  To: Christian Seberino; +Cc: help-gnu-emacs

> Look like I found it.  For erc tracking you need to add "%M" to mode line
> customizations.

Yay!  Thanks for letting us know how it all worked out. :-)

Bob



^ 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.