bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60933: 30.0.50; ERC >5.5: Make buttonizing more extensible


From: J.P.
Subject: bug#60933: 30.0.50; ERC >5.5: Make buttonizing more extensible
Date: Wed, 13 Sep 2023 07:09:54 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

This feature added an internal interface that allows for creating
ephemeral "phantom" users, which help make nickname buttonizing possible
with protocol bridges and chat-history playback. Unfortunately, the
original design cut a major corner that it shouldn't have. Essentially,
I wanted to avoid adding an `erc-channel-user' to accompany every
phantom `erc-server-user' being spoofed, primarily because it's a waste
of space. However, I've come to believe this shortcut won't be worth the
added maintenance burden of having to check for missing objects when
performing related operations. Attached is a patch to fix this.

Attachment: 0001-5.6-Spoof-channel-users-in-erc-button-phantom-users-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]