]> code.delx.au - gnu-emacs/blobdiff - doc/misc/erc.texi
Fix copyright years by hand
[gnu-emacs] / doc / misc / erc.texi
index 3a86e1ba1ad3b9373af5d2db85c0bedd13f19481..d9b646f737873ca38ffcdadc8bfd2f90234ec601 100644 (file)
@@ -2,15 +2,15 @@
 @c %**start of header
 @setfilename ../../info/erc.info
 @settitle ERC Manual
+@include docstyle.texi
 @syncodeindex fn cp
 @include emacsver.texi
-@documentencoding UTF-8
 @c %**end of header
 
 @copying
 This manual is for ERC as distributed with Emacs @value{EMACSVER}.
 
-Copyright @copyright{} 2005--2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2005--2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -266,54 +266,54 @@ This is a summary of keystrokes available in every ERC buffer.
 
 @table @kbd
 
-@item C-a or <home> (`erc-bol')
+@item C-a or <home> (@code{erc-bol})
 Go to beginning of line or end of prompt.
 
-@item RET (`erc-send-current-line')
+@item RET (@code{erc-send-current-line})
 Send the current line
 
-@item TAB (`erc-complete-word')
+@item TAB (@code{erc-complete-word})
 If at prompt, complete the current word.
 Otherwise, move to the next link or button.
 
-@item M-TAB (`ispell-complete-word')
+@item M-TAB (@code{ispell-complete-word})
 Complete the given word, using ispell.
 
-@item C-c C-a (`erc-bol')
+@item C-c C-a (@code{erc-bol})
 Go to beginning of line or end of prompt.
 
-@item C-c C-b (`erc-iswitchb')
-Use `iswitchb-read-buffer' to prompt for a ERC buffer to switch to.
+@item C-c C-b (@code{erc-iswitchb})
+Use @code{iswitchb-read-buffer} to prompt for a ERC buffer to switch to.
 
-@item C-c C-c (`erc-toggle-interpret-controls')
+@item C-c C-c (@code{erc-toggle-interpret-controls})
 Toggle interpretation of control sequences in messages.
 
-@item C-c C-d (`erc-input-action')
+@item C-c C-d (@code{erc-input-action})
 Interactively input a user action and send it to IRC.
 
-@item C-c C-e (`erc-toggle-ctcp-autoresponse')
+@item C-c C-e (@code{erc-toggle-ctcp-autoresponse})
 Toggle automatic CTCP replies (like VERSION and PING).
 
-@item C-c C-f (`erc-toggle-flood-control')
+@item C-c C-f (@code{erc-toggle-flood-control})
 Toggle use of flood control on sent messages.
 
-@item C-c TAB (`erc-invite-only-mode')
+@item C-c TAB (@code{erc-invite-only-mode})
 Turn on the invite only mode (+i) for the current channel.
 
-@item C-c C-j (`erc-join-channel')
+@item C-c C-j (@code{erc-join-channel})
 Join channel.  If point is at the beginning of a channel name, use that
 as default.
 
-@item C-c C-k (`erc-go-to-log-matches-buffer')
+@item C-c C-k (@code{erc-go-to-log-matches-buffer})
 Interactively open an erc-log-matches buffer
 
-@item C-c C-l (`erc-save-buffer-in-logs')
+@item C-c C-l (@code{erc-save-buffer-in-logs})
 Append buffer contents to the log file, if logging is enabled.
 
-@item C-c C-n (`erc-channel-names')
+@item C-c C-n (@code{erc-channel-names})
 Run "/names #channel" in the current channel.
 
-@item C-c C-o (`erc-get-channel-mode-from-keypress')
+@item C-c C-o (@code{erc-get-channel-mode-from-keypress})
 Read a key sequence and call the corresponding channel mode function.
 After doing @kbd{C-c C-o}, type in a channel mode letter.
 
@@ -321,22 +321,22 @@ After doing @kbd{C-c C-o}, type in a channel mode letter.
 @kbd{RET} lets you type more than one mode at a time.
 If @kbd{l} is pressed, @code{erc-set-channel-limit} gets called.
 If @kbd{k} is pressed, @code{erc-set-channel-key} gets called.
-Anything else will be sent to `erc-toggle-channel-mode'.
+Anything else will be sent to @code{erc-toggle-channel-mode}.
 
-@item C-c C-p (`erc-part-from-channel')
+@item C-c C-p (@code{erc-part-from-channel})
 Part from the current channel and prompt for a reason.
 
-@item C-c C-q (`erc-quit-server')
+@item C-c C-q (@code{erc-quit-server})
 Disconnect from current server after prompting for reason.
 
-@item C-c C-r (`erc-remove-text-properties-region')
+@item C-c C-r (@code{erc-remove-text-properties-region})
 Clears the region (start,end) in object from all colors, etc.
 
-@item C-c C-t (`erc-set-topic')
+@item C-c C-t (@code{erc-set-topic})
 Prompt for a topic for the current channel.
 
-@item C-c C-u (`erc-kill-input')
-Kill current input line using `erc-bol' followed by `kill-line'.
+@item C-c C-u (@code{erc-kill-input})
+Kill current input line using @code{erc-bol} followed by @code{kill-line}.
 
 @end table
 
@@ -753,6 +753,26 @@ If non, @code{nil}, this is a list of IRC message types to hide, e.g.:
 @end example
 @end defopt
 
+@defopt erc-network-hide-list
+If non, @code{nil}, this is a list of IRC networks and message types
+to hide, e.g.:
+
+@example
+(setq erc-network-hide-list (("freenode" "JOIN" "PART" "QUIT")
+("OFTC" "JOIN" "PART""))
+@end example
+@end defopt
+
+@defopt erc-channel-hide-list
+If non, @code{nil}, this is a list of IRC channels and message types
+to hide, e.g.:
+
+@example
+(setq erc-channel-hide-list (("#erc" "JOIN" "PART" "QUIT")
+("#emacs" "NICK"))
+@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