]> git.eshelyaron.com Git - emacs.git/commit
Add format-catalog entry for unknown chan mode in ERC
authorF. Jason Park <jp@neverwas.me>
Fri, 3 May 2024 03:16:07 +0000 (20:16 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 9 May 2024 06:41:18 +0000 (08:41 +0200)
commit0255b0f27b50db3c90747636a7549cfbfc6a9faf
tree70d9f0a6e79214ed5ec78096e7eb1e3c7f96b4e4
parent47414a193e42df4f4e8c1302094b19cf45e13df5
Add format-catalog entry for unknown chan mode in ERC

* lisp/erc/erc.el (erc--process-channel-modes): Use format spec
catalog entry, and convert char to string.
(erc-message-english-channel-mode-unknown): New variable.
;; * test/lisp/erc/erc-scenarios-base-renick.el
;; (erc-scenarios-base-renick-queries-solo): Adjust timeout.
;; * test/lisp/erc/erc-scenarios-ignore.el (erc-scenarios-ignore/basic):
;; Adjust timeouts.
;; * test/lisp/erc/erc-scenarios-misc.el (erc-scenarios-base-flood):
;; Adjust timeouts.
;; * test/lisp/erc/resources/base/assoc/bouncer-history/barnet.eld:
;; Adjust timeouts.
;; * test/lisp/erc/resources/base/reuse-buffers/channel/barnet.eld:
;; Adjust timeouts.
;; * test/lisp/erc/resources/erc-d/erc-d-tests.el (erc-d-run-basic):
;; Adjust timeouts.
;; * test/lisp/erc/resources/sasl/plain.eld: Adjust timeouts.
;; * test/lisp/erc/resources/sasl/external.eld: Adjust timeout.
;; * test/lisp/erc/resources/base/auth-source/foonet.eld: Adjust
;; timeout.

(cherry picked from commit caddc4e727a46e6b6ec7146c9e1cdc7b954f5c16)
lisp/erc/erc.el
test/lisp/erc/erc-scenarios-base-renick.el
test/lisp/erc/erc-scenarios-ignore.el
test/lisp/erc/erc-scenarios-misc.el
test/lisp/erc/resources/base/assoc/bouncer-history/barnet.eld
test/lisp/erc/resources/base/auth-source/foonet.eld
test/lisp/erc/resources/base/reuse-buffers/channel/barnet.eld
test/lisp/erc/resources/erc-d/erc-d-tests.el
test/lisp/erc/resources/join/auth-source/foonet.eld
test/lisp/erc/resources/sasl/external.eld
test/lisp/erc/resources/sasl/plain.eld