On 2016-07-20 09:58, Lars Ingebrigtsen wrote: > Clément Pit--Claudel writes: > >> When I run, in emacs -Q, `M-x eww http://www.gnu.org/emacs`, I get this: >> >> Debugger entered--Lisp error: (void-function \(setf\ image-property\)) >> \(setf\ image-property\)(100 (image :type svg :data " " :scale 1) :ascent) >> shr-make-placeholder-image((img ((src . "/graphics/heckert_gnu.small.png") (alt . " [A GNU head] ")))) >> shr-tag-img((img ((src . "/graphics/heckert_gnu.small.png") (alt . " [A GNU head] ")))) > > Hm... That's odd. (setf (image-property ...)) is defined in image.el, > and isn't image.el dumped with Emacs? I'm not sure. Opening shr.el and running M-x eval-buffer before calling eww fixes the problem. Shouldn't shr (require 'image)? Clément.