From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Seberino Newsgroups: gmane.emacs.help Subject: Re: Trouble getting ERC tracking to work when use IRC Date: Sun, 09 Aug 2015 23:23:12 -0500 Message-ID: <55C82730.9080506@gmail.com> References: <20150809170811202845693@bob.proulx.com> <55C820CA.1000402@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1439180621 2488 80.91.229.3 (10 Aug 2015 04:23:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2015 04:23:41 +0000 (UTC) Cc: Bob Proulx To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 10 06:23:28 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZOecR-0007j8-Tx for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Aug 2015 06:23:28 +0200 Original-Received: from localhost ([::1]:56946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOecR-0002yM-0Z for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Aug 2015 00:23:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOecH-0002yH-97 for help-gnu-emacs@gnu.org; Mon, 10 Aug 2015 00:23:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOecE-0003u5-30 for help-gnu-emacs@gnu.org; Mon, 10 Aug 2015 00:23:17 -0400 Original-Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:35343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOecD-0003tN-Td for help-gnu-emacs@gnu.org; Mon, 10 Aug 2015 00:23:14 -0400 Original-Received: by obbop1 with SMTP id op1so115796809obb.2 for ; Sun, 09 Aug 2015 21:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ONAtQa2iJ+pdGmNN9RJ+utyq/C43A88vqsiLAHAp4Fc=; b=RqoswMEzLp0F6scMavnFCYWn3ZdHiPZAsp1Fa6Pxa8wLH3Xb6EHdLdPkbGghIf+hW5 +S0XGnNJBupoof9AV1Aef1FpvQCKes8K09uGZef0t6G5VFD7xzvfzizWaOjSZ+TZeL59 5EkQlaVFQryhU7lLfItIGRBHvYXvRf+ATc1wktfB3fXmpB/QZVQRwD1MEcgzq706j6QZ 5AXYfIOWr2k7T6jQToMZNyxt3rqkQmVEPfqYmPLKhgDeLU2SEbuppskAK+OId2QEH4kz MMbZvLZaujVGMKONZfMwvybpjlQ05clkvCi4Fw5esBa1hDETsQ613suAVmNzvXqXNANE 1NLQ== X-Received: by 10.60.128.200 with SMTP id nq8mr17391257oeb.54.1439180593531; Sun, 09 Aug 2015 21:23:13 -0700 (PDT) Original-Received: from [192.168.1.102] (cdm-75-109-173-171.asbnva.dh.suddenlink.net. [75.109.173.171]) by smtp.googlemail.com with ESMTPSA id s4sm11631609ois.20.2015.08.09.21.23.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Aug 2015 21:23:12 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 In-Reply-To: <55C820CA.1000402@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106432 Archived-At: 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 >