]> git.eshelyaron.com Git - emacs.git/commitdiff
Document erc-lurker-hide-list
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Nov 2012 08:14:15 +0000 (00:14 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Nov 2012 08:14:15 +0000 (00:14 -0800)
* doc/misc/erc.texi (Options): Make a start by adding erc-hide-list,
erc-lurker-hide-list.

* etc/NEWS: Related edit.

doc/misc/ChangeLog
doc/misc/erc.texi
etc/NEWS

index 0a837320b43e78999686e6c253531d37b7b424f3..1ec8a3d56ffa2505d101702e4733c3a3db72526a 100644 (file)
@@ -3,6 +3,7 @@
        * erc.texi (Modules): Undocument obsolete "hecomplete".
        Add "notifications".
        (Connecting): Add brief section on passwords.
+       (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
 
 2012-11-12  Glenn Morris  <rgm@gnu.org>
 
index ea315cd86fad24ab225dafd374c78ec92b7fcaa2..4be94df4b45cc06a5e9634c1c4b65668c2323d81 100644 (file)
@@ -737,10 +737,24 @@ stuff, to the current ERC buffer."
 @c PRE5_4: (Node) Document every ERC option (module options go in
 @c previous chapter)
 
-This section has not yet been written.  For now, the easiest way to
-check out the available options for ERC is to do
+This section is extremely incomplete.  For now, the easiest way to
+check out all the available options for ERC is to do
 @kbd{M-x customize-group erc RET}.
 
+@defopt erc-hide-list
+If non, @code{nil}, this is a list of IRC message types to hide, e.g.
+
+@example
+(setq erc-hide-list '("JOIN" "PART" "QUIT"))
+@end example
+@end defopt
+
+@defopt erc-lurker-hide-list
+Like @code{erc-hide-list}, but only applies to messages sent by
+lurkers.  The function @code{erc-lurker-p} determines whether a given
+nickname is considerd a lurker.
+@end defopt
+
 
 @node Getting Help and Reporting Bugs
 @chapter Getting Help and Reporting Bugs
index ca20c4dcff1618d3a9a62492bcc704bbedeccf7f..9fcb2d13565213480add4593107af427c40843ee 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -442,7 +442,9 @@ receive a private message or your nickname is mentioned.
 *** ERC will look up server/channel names via auth-source and use any
 channel keys found.
 
-*** FIXME erc-lurker-hide-list
++++
+*** New option `erc-lurker-hide-list', similar to `erc-hide-list', but
+only applies to messages sent by lurkers.
 
 +++
 ** Flymake uses fringe bitmaps to indicate errors and warnings.