[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-toggle-inline-images no longer works
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,