1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
emacs/test/lisp/erc/resources
F. Jason Park 2407f81013 Restore prompt correctly when reconnecting in ERC
* lisp/erc/erc.el (erc--initialize-markers): Commit 0d6c8d41ab "Use
overlay instead of text prop to hide ERC's prompt" introduced a bug
that caused the prompt to remain hidden upon reconnecting because the
stashed overlay would get clobbered by ERC's major-mode setup.
Binding its old value while unhiding fixes the issue.
* test/lisp/erc/erc-tests.el (erc-hide-prompt): Don't permanently set
the default value of `erc-hide-prompt'.
* test/lisp/erc/resources/erc-scenarios-common.el
(erc-scenarios-common--join-network-id): Add assertions for prompt
hiding and unhiding on reconnect.  (Bug#51082)
2023-11-26 14:25:27 -08:00
..
base ; Mark test for erc--update-channel-modes as :unstable 2023-11-25 15:59:58 -08:00
commands Add test for erc-cmd-SQUERY 2023-11-18 12:34:56 -08:00
dcc/chat ; Attempt to fix race in erc-buffer-display test 2023-11-01 16:14:10 -07:00
erc-d ; Attempt to fix race in erc-buffer-display test 2023-11-01 16:14:10 -07:00
fill/snapshots Add merged-message indicator option for erc-fill-wrap 2023-11-24 13:38:52 -08:00
join Rename erc-server-buffer-p 2023-10-20 15:22:56 -07:00
match/fools Manage some text props for ERC insertion-hook members 2023-10-13 07:47:01 -07:00
networks ; Fix typos 2023-01-15 02:14:19 +01:00
sasl Allow spoofing process marker in erc-display-line-1 2023-10-13 07:47:00 -07:00
scrolltobottom Consider all windows in erc-scrolltobottom-mode 2023-09-10 17:58:20 -07:00
services ; Relax timeouts on some ERC tests 2023-08-15 16:47:20 -07:00
erc-scenarios-common.el Restore prompt correctly when reconnecting in ERC 2023-11-26 14:25:27 -08:00