erc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-discuss] buffer-local erc-hide-list


From: John J Foerch
Subject: [Erc-discuss] buffer-local erc-hide-list
Date: Wed, 28 Nov 2007 14:06:32 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

Hello,

I'm running erc 5.3 (devel) from emacs cvs, and I can reproduce the
following problem:

eval: (setq erc-hide-list (list "JOIN" "PART" "QUIT"))

Now in any channel buffer,

eval: (set (make-local-varaible 'erc-hide-list) nil)

In the channel buffer that has erc-hide-list locally set to nil, JOIN
messages are shows as expected, but not PART or QUIT messages.

--John







reply via email to

[Prev in Thread] Current Thread [Next in Thread]