From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Edward O'Connor" Newsgroups: gmane.emacs.help Subject: Re: Buffer specific hide-list in ERC Date: Mon, 3 Aug 2009 11:40:43 -0700 Message-ID: <3b31caf90908031140x69d3b08chff05a7ac4cb59e9c@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249332328 8884 80.91.229.12 (3 Aug 2009 20:45:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2009 20:45:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Brian Adkins Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 03 22:45:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MY4PI-00088w-R4 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Aug 2009 22:45:21 +0200 Original-Received: from localhost ([127.0.0.1]:42829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MY4PI-0000Mn-1P for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Aug 2009 16:45:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MY2T6-0000Z4-EF for help-gnu-emacs@gnu.org; Mon, 03 Aug 2009 14:41:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MY2T2-0000X4-Sz for help-gnu-emacs@gnu.org; Mon, 03 Aug 2009 14:41:08 -0400 Original-Received: from [199.232.76.173] (port=39962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MY2T2-0000Ws-NQ for help-gnu-emacs@gnu.org; Mon, 03 Aug 2009 14:41:04 -0400 Original-Received: from mail-vw0-f182.google.com ([209.85.212.182]:64947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MY2T2-0002pS-Cs for help-gnu-emacs@gnu.org; Mon, 03 Aug 2009 14:41:04 -0400 Original-Received: by vws12 with SMTP id 12so1287880vws.24 for ; Mon, 03 Aug 2009 11:41:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=JKnSCphJ7M9SbmvlaFGnKMFnFLBvezZuKnkxCNcKcVM=; b=sYZB5vstxFIMgtyP8lPjbIwF4s9AA/LWDRT+/XtfEWAXI8B5V5DFdamW4SpsT2baCb E4H97THyy3dgdVfYjQAAUOWuFQoRJklqS+88aw8AU4bnCgmrUDOmm8XITDz7VWZHiaN6 9XST8WUDjDeH9GYfqZxYalwPo7QTR8M3D3QZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=R4+xJRtGk7O03fgZiuE5mcxlaMRhdRKbqU/nmA9bGHCaV8OMgkJE7ErzofSPDYQKdD LnO4mDmvsdJRE9643YfhJcLa/3PQbjZFXBUFtmBRgkMNZf45ev0CkSoRcJ1T8sW08nsq gJEpahwxer87dj9QXiY5Ehr72FCGOW35b25Vs= Original-Received: by 10.220.45.84 with SMTP id d20mr5086093vcf.90.1249324863192; Mon, 03 Aug 2009 11:41:03 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66707 Archived-At: > I just discovered the way to hide certain IRC messages in the Emacs > ERC client via erc-hide-list; however, I've been unable to find a way > to do this for specific channels/buffers. > > In other words, I'd like to hide 'join', 'part', 'quit', etc. in my > higher traffic channels, but I'm in a few low traffic channels where > it would be handy to see that a person has joined. You could make the variables be buffer-local, and set them to different values via a hook.