On Tue, 08 Sep 2020 00:46:48 +0800, 積丹尼さん wrote: > $ w3m https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968589#36 > Works fine. But > $ emacs -q -f w3m > for it, gives > No such anchor: 36 [...] > So maybe emacs-w3m needs #[a-z]36 instead of #36 in order for it to match.
I've done so in the emacs-w3m git master and confirmed it works for the url in question. Though I'm not quite sure if it is really a right solution. Thanks.