Re: bug#73686: 31.0.50; ERC 5.6.1-git: back button gone from describe-face via erc-nicks-list-faces
"J.P." <[email protected]> Tue, 08 Oct 2024 18:24:52 -0700
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
Dmitry Gutov <[email protected]> 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!