[emacs-w3m:13630] Re: w3m-toggle-inline-images no longer works

Katsumi Yamaoka <[email protected]> Tue, 30 Jun 2020 07:54:26 +0900
Newsgroups gmane.emacs.w3m
Organization Emacsen advocacy group
Message-ID <[email protected]>
In [emacs-w3m:13629]
On Mon, 29 Jun 2020 16:47:05 +0900, Katsumi Yamaoka wrote:
> Oh, I found a bug in `w3m-search-for-next-image-boundary'.
> I'll fix it within tommorow.  Sorry for my fault.

Fixed.  Thank you for pointing this.

The bug is that `w3m-search-for-next-image-boundary' finds only
the first of two kinds of images --- one is with the `w3m-image-hseq'
text property and the other is with the `w3m-image' text property;
the first one will not be generated for some condition (I don't
know what it is exactly, but it happens with Jidanni's .emacs-w3m).

Regards,