bug#60936: 30.0.50; ERC >5.5: Add erc-fill style based on visual-line-mode
"J.P." <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
"J.P." <[email protected]> writes: > Unfortunately, it introduced a regression involving CTCP ACTIONs from > consecutive speakers. To reproduce, say something in a target buffer, > then do a "/me something" immediately afterward. You'll see that ERC > inserts > > <nick> something > something > > instead of > > <nick> something > * nick something > > or > > <nick> something > * nick something > > The attached patch should fix this. This has been installed as 8623159b Fix CTCP ACTION regression in erc-fill-wrap Thanks.