[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67764: 30.0.50; Opening image in eww no longer works
From: |
Visuwesh |
Subject: |
bug#67764: 30.0.50; Opening image in eww no longer works |
Date: |
Mon, 11 Dec 2023 17:10:01 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
[Monday December 11, 2023] john muhl via "Bug reports for GNU Emacs, the Swiss
army knife of text editors" wrote:
> In Emacs 29.1 the image opens as expected:
>
> emacs -Q
> M-: (eww "https://www.gnu.org/software/emacs/images/emacs.png")
>
> On master it fails with "Wrong type argument: stringp, nil".
> Bisect says 4254544 is the first bad commit.
Recent changes in shr-put-image didn't account for the possible nil
value for ALT. Attached patch fixes the issue on my end.
0001-Fix-shr-put-image-with-nil-value-for-ALT.patch
Description: Text Data