emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110862: Document erc-lurker-hide-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110862: Document erc-lurker-hide-list
Date: Tue, 13 Nov 2012 00:14:15 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110862
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-11-13 00:14:15 -0800
message:
  Document erc-lurker-hide-list
  
  * doc/misc/erc.texi (Options): Make a start by adding erc-hide-list,
  erc-lurker-hide-list.
  
  * etc/NEWS: Related edit.
modified:
  doc/misc/ChangeLog
  doc/misc/erc.texi
  etc/NEWS
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-11-13 08:05:42 +0000
+++ b/doc/misc/ChangeLog        2012-11-13 08:14:15 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/misc/erc.texi'
--- a/doc/misc/erc.texi 2012-11-13 08:05:42 +0000
+++ b/doc/misc/erc.texi 2012-11-13 08:14:15 +0000
@@ -737,10 +737,24 @@
 @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}.
 
address@hidden erc-hide-list
+If non, @code{nil}, this is a list of IRC message types to hide, e.g.
+
address@hidden
+(setq erc-hide-list '("JOIN" "PART" "QUIT"))
address@hidden example
address@hidden defopt
+
address@hidden 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.
address@hidden defopt
+
 
 @node Getting Help and Reporting Bugs
 @chapter Getting Help and Reporting Bugs

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-11-13 08:05:42 +0000
+++ b/etc/NEWS  2012-11-13 08:14:15 +0000
@@ -442,7 +442,9 @@
 *** 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.


reply via email to

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