1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/test/lisp/erc
F. Jason Park f04680e067 Fix some naming issues involving query buffers in ERC
* lisp/erc/erc-networks.el
(erc-networks-rename-surviving-target-buffer): Don't kill a surviving
target buffer when another, non-target buffer, possibly not even
belonging to ERC, already exists and sports the target's name.
(erc-networks--reconcile-buffer-names): Always append a network-ID
suffix to a target buffer's name if another buffer of that name
already exists.  (Bug#59976.)
* lisp/erc/erc.el (erc, erc-tls): Revise `:id' portion of doc strings.
Thanks to Mike Kazantsev for the suggestion and for filing this bug
and helping solve it.
* test/lisp/erc/erc-networks-tests.el:
(erc-networks-rename-surviving-target-buffer--query-non-target): Add
new test.
* test/lisp/erc/erc-scenarios-base-association-query.el: New file.
* test/lisp/erc/resources/base/assoc/queries/netnick.eld: New file.
* test/lisp/erc/resources/base/assoc/queries/non-erc.eld: New file.
2022-12-16 06:36:24 -08:00
..
resources Fix some naming issues involving query buffers in ERC 2022-12-16 06:36:24 -08:00
erc-dcc-tests.el ; Make some ERC test fixtures a bit more courteous 2022-11-16 21:34:36 -08:00
erc-join-tests.el ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
erc-match-tests.el Offer to regexp-quote new items in erc-match commands 2022-09-19 17:54:46 -07:00
erc-networks-tests.el Fix some naming issues involving query buffers in ERC 2022-12-16 06:36:24 -08:00
erc-sasl-tests.el Simplify erc-sasl's auth-source API 2022-11-29 00:01:13 -05:00
erc-scenarios-auth-source.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-association-nick.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-association-query.el Fix some naming issues involving query buffers in ERC 2022-12-16 06:36:24 -08:00
erc-scenarios-base-association-samenet.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-association.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-compat-rename-bouncer.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-local-modules.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-misc-regressions.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-netid-bouncer-id.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-netid-bouncer-recon-base.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-netid-bouncer-recon-both.el Add user-oriented test scenarios for ERC 2022-06-30 15:03:26 -07:00
erc-scenarios-base-netid-bouncer-recon-id.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-netid-bouncer.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-netid-samenet.el Actually accept non-symbols as IDs in erc-open 2022-12-14 06:40:55 -08:00
erc-scenarios-base-reconnect.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-renick.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-reuse-buffers.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-unstable.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-upstream-recon-soju.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-base-upstream-recon-znc.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-internal.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-join-auth-source.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-join-netid-newcmd-id.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-join-netid-newcmd.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-join-netid-recon-id.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-join-netid-recon.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-misc.el Set erc-network to a "given" ID instead of failing 2022-12-14 06:40:55 -08:00
erc-scenarios-sasl.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
erc-scenarios-services-misc.el Respect a nil erc-session-password when reconnecting 2022-12-14 06:40:55 -08:00
erc-services-tests.el Accept functions in place of passwords in ERC 2022-11-23 21:23:05 -05:00
erc-tests.el ; Fix doc string in ERC's module-activation commands 2022-12-16 06:36:23 -08:00
erc-track-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00