emacs/lisp/erc
F. Jason Park 58deb30fd0 Normalize usage of variable erc-server-reconnecting
* lisp/erc/erc-backend.el (erc-server-reconnecting-p):
Don't consider erc-server-reconnecting when rendering verdict.
(erc-process-sentinel-2): ensure local variable
erc-server-reconnecting is t when timers are scheduled or running and
trying to reconnect, and nil otherwise, including after no retries
remain. Previously, its use and meaning in erc-backend were convoluted
and conflicted with its use in erc-cmd-RECONNECT (bug#50007).
2021-11-06 03:15:24 +01:00
..
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
erc-autoaway.el ; Some more docfixes for erc/*.el 2021-09-19 13:21:56 +02:00
erc-backend.el Normalize usage of variable erc-server-reconnecting 2021-11-06 03:15:24 +01:00
erc-button.el Obsolete XEmacs compat convention in 'erc-button-press-button' 2021-10-11 09:39:17 -04:00
erc-capab.el Prefer https and fix broken links in ERC 2021-03-20 10:00:28 +01:00
erc-compat.el * lisp/erc/erc-compat.el (format-spec): Remove redundant require. 2021-10-18 01:50:33 +02:00
erc-dcc.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-desktop-notifications.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
erc-ezbounce.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-fill.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-goodies.el Remove last XEmacs compat code from ERC 2021-10-12 02:41:35 +02:00
erc-ibuffer.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-identd.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-imenu.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-join.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-lang.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-list.el lisp/erc: Use lexical-binding 2021-03-18 23:14:33 -04:00
erc-log.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-match.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-menu.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-netsplit.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-networks.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
erc-notify.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-page.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
erc-pcomplete.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-replace.el * list/erc/erc-{replace,imenu,dcc}: Tweak copyright format 2021-10-11 20:55:19 -04:00
erc-ring.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-services.el ERC: NickServ: Prompt for password last, overall simplifications (bug#46777) 2021-09-17 00:31:31 -04:00
erc-sound.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-speedbar.el ERC: Use 'string-search' only on Emacs 28 and later 2021-09-12 14:32:12 -04:00
erc-spelling.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-stamp.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-status-sidebar.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-track.el ; Stylistic docfixes in erc/*.el found by checkdoc 2021-09-19 12:59:55 +02:00
erc-truncate.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc-xdcc.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
erc.el Don't send empty lines for implicit targets in ERC 2021-11-06 03:09:43 +01:00