]> git.eshelyaron.com Git - emacs.git/commit
Fix erc nick trimming
authorF. Jason Park <jp@neverwas.me>
Thu, 16 Sep 2021 13:25:18 +0000 (15:25 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 16 Sep 2021 13:25:18 +0000 (15:25 +0200)
commitfb2971e18e2d945574a1ff53cae39b861e974989
tree1f2489f595ea5d3a416caa96ecfa29f55203239a
parent492fd05ac21f10efc82a93eed23bdd4532bbb0b1
Fix erc nick trimming

* lisp/erc/erc.el (erc-lurker-maybe-trim): Prevent warning from
showing up in third-party code using this function by autoloading
rx.el when needed.  Remove trailing chars appended for uniquifying
purposes when a nick is already taken. Special thanks to Mattias
EngdegĂ„rd for making this more respectable (Bug#50005).

* test/lisp/erc/erc-tests.el: Add tests for the above and require
erc-networks.
lisp/erc/erc.el
test/lisp/erc/erc-tests.el