[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#73686: 31.0.50; ERC 5.6.1-git: back button gone from describe-fa
From: |
J.P. |
Subject: |
Re: bug#73686: 31.0.50; ERC 5.6.1-git: back button gone from describe-face via erc-nicks-list-faces |
Date: |
Tue, 08 Oct 2024 18:24:52 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Dmitry Gutov <dmitry@gutov.dev> writes:
> Hi!
>
> On 08/10/2024 09:06, J.P. wrote:
>> And because `major-mode' is buffer-local, it gets wiped out with these
>> latest changes before `help-buffer' ever sees it:
>
> This is a problem, sorry.
No worries.
>
> The command in question (erc-nicks-list-faces) doesn't really work for
> me -- it errors with
>
> No faces matching "\`erc-nicks-"
Oh, right. That command only works when `erc-nicks-mode' is enabled. But
you just can use `list-faces-display' instead, and then click on one of
the "abcdefghijklmnopqrstuvwxyz" buttons.
>
> I've just pushed the patch below to master. Could you try it and see if
> it helps?
Seems to fix the issue. Thanks!