]> git.eshelyaron.com Git - emacs.git/commit
Add missing colors to erc-irccontrols-mode
authorF. Jason Park <jp@neverwas.me>
Sat, 10 Jul 2021 03:03:51 +0000 (20:03 -0700)
committerF. Jason Park <jp@neverwas.me>
Sat, 8 Apr 2023 21:23:51 +0000 (14:23 -0700)
commit22104de5daa12e82bb6a246f05f4cd2927eb37a3
tree6741dfc2814abf9b9893011d94ea323a774c07af
parent9aa2806fdc3a440a9f108779f2f4a6972c203aff
Add missing colors to erc-irccontrols-mode

* lisp/erc/erc-goodies.el (erc-spoiler-face): Add new face.
(erc--controls-additional-colors): Add remaining 16-99 colors.
(erc-get-bg-color-face, erc-get-fg-color-face): Look up extended
colors in table.
(erc-controls-remove-regexp, erc-controls-highlight-regexp): Convert
to `rx' forms and move above first use to eliminate intra-file forward
declarations.
(erc-controls-propertize): Support spoilers.
* test/lisp/erc/erc-goodies-tests.el: New file.  (Bug#60954.)
lisp/erc/erc-goodies.el
test/lisp/erc/erc-goodies-tests.el [new file with mode: 0644]