]> git.eshelyaron.com Git - emacs.git/commit
Use caching variant of erc-parse-prefix internally
authorF. Jason Park <jp@neverwas.me>
Tue, 14 Nov 2023 02:24:59 +0000 (18:24 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 18 Nov 2023 20:34:56 +0000 (12:34 -0800)
commite7fa460e1da3847456f03b9f508c6f6e5c09e450
treebabdd61caf088c6e6226c7079c266fdd430e060e
parentb088222ec9f0cff720ca366bdef448d392731f94
Use caching variant of erc-parse-prefix internally

* lisp/erc/erc-common.el (erc--parsed-prefix): New struct to help with
tasks that depends on the advertised "PREFIX" parameter.
* lisp/erc/erc.el (erc-parse-prefix): Rework slightly for readability.
(erc--parsed-prefix): New variable and function of the same name for
caching the reversed result of `erc-parse-prefix' locally per server.
(erc-channel-receive-names): Use value stored in `erc--parsed-prefix'.
* test/lisp/erc/erc-tests.el (erc-with-server-buffer): Only activate
spy around actual test case forms.
(erc--parse-prefix): New test.  (Bug#67220)
lisp/erc/erc-common.el
lisp/erc/erc.el
test/lisp/erc/erc-tests.el