emacs/test/lisp/erc/resources
F. Jason Park 3a5a6fce95 Redo line splitting for outgoing messages in ERC
* lisp/erc/erc-backend.el (erc--reject-unbreakable-lines): New
variable, an escape hatch for somewhat regaining pre-5.6
line-splitting behavior.
(erc--split-line): New utility function that doesn't rely on
column-oriented filling.
* lisp/erc/erc.el (erc--pre-send-split-functions): Append
`erc--split-lines' to value.
(erc--split-lines): New function to re-split current selection of
lines.
(erc-send-input): Hard-code line preparation instead of calling
`erc--pre-send-split-functions', in order to bake in traditional
behavior before move to "pre-splitting".
* test/lisp/erc/erc-scenarios-base-split-line.el: New file.
* test/lisp/erc/erc-tests.el (erc--split-line): New test.
(erc-send-current-line): Don't expect a flood argument when
interpreting a command because it's not passed along to the command's
handler.  This was previously misleading because it assigned undue
significance to something that had no bearing on the fate of a
command.
* test/lisp/erc/resources/base/flood/ascii.eld: New file.
* test/lisp/erc/resources/base/flood/koi8-r.eld: New file.
* test/lisp/erc/resources/base/flood/utf-8.eld: New file.
* test/lisp/erc/resources/erc-d/erc-d.el: Don't decode input.
(Bug#62947)
2023-05-05 17:18:01 -07:00
..
base Redo line splitting for outgoing messages in ERC 2023-05-05 17:18:01 -07:00
dcc/chat Fix CTCP regression in erc-server-PRIVMSG 2022-07-27 05:19:09 -07:00
erc-d Redo line splitting for outgoing messages in ERC 2023-05-05 17:18:01 -07:00
fill/snapshots Compare case-folded nicks with erc-fill-wrap-merge 2023-04-30 18:28:54 -07:00
join Improve new connections in erc-handle-irc-url 2022-11-16 21:34:36 -08:00
networks ; Fix typos 2023-01-15 02:14:19 +01:00
sasl Split overlong outgoing messages in erc-sasl 2023-04-08 14:23:50 -07:00
services ; Fix typos 2022-12-16 08:29:28 +01:00
erc-scenarios-common.el Add probing erc-server-reconnect-function variant 2023-04-08 14:23:50 -07:00