diff options
author | Philip Kaludercic <philipk@posteo.net> | 2021-09-29 12:15:18 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2021-09-29 12:18:54 +0200 |
commit | 1a0f4b3f2352ea5efeac8b3ad704304ed0244f25 (patch) | |
tree | 013ab11d4a7a39efa0251ffe7482290cac4ebc61 /doc/misc/rcirc.texi | |
parent | f11f358213da381899a0843559ba2ac9dd014359 (diff) | |
download | emacs-1a0f4b3f2352ea5efeac8b3ad704304ed0244f25.tar.gz emacs-1a0f4b3f2352ea5efeac8b3ad704304ed0244f25.tar.bz2 emacs-1a0f4b3f2352ea5efeac8b3ad704304ed0244f25.zip |
Remove rcirc-omit-responses-after-join option
The implementation does not work as expected and behaves
unpredictably.
* rcirc.el (rcirc-omit-responses-after-join): Remove option
(rcirc-joined): Remove variable
(rcirc-reconnect): Remove rcirc-joined code
(rcirc-get-buffer-create): Remove rcirc-joined code
(rcirc-print): Remove rcirc-omit-responses-after-join check
* doc/misc/rcirc.texi (Notices): Remove documentation
* etc/NEWS: Remove mention
Diffstat (limited to 'doc/misc/rcirc.texi')
-rw-r--r-- | doc/misc/rcirc.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index cbf94cab19b..20971293ed1 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -823,18 +823,6 @@ active and only omits a message if the nick has not been active. The window @code{rcirc} considers is controlled by the @code{rcirc-omit-threshold} variable. -@vindex rcirc-omit-responses-after-join -Right after connecting to a server, rcirc will also hide all messages -in @code{rcirc-omit-responses-after-join}, next to -@code{rcirc-omit-responses}. For example, - -@example -(setq rcirc-omit-responses-after-join '("TOPIC" "NICK")) -@end example - -would hide the topic message and the list of users in the current -channel right after joining a new channel. - @node Hacking and Tweaking @chapter Hacking and Tweaking @cindex hacking and tweaking |