bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58002: 29.1: Sokoban: obsoletion warnings in gamegrid


From: Mattias Engdegård
Subject: bug#58002: 29.1: Sokoban: obsoletion warnings in gamegrid
Date: Thu, 22 Sep 2022 12:06:27 +0200

On Emacs master, starting Sokoban (from GNU ELPA) results in several warnings:

> Warning (gamegrid): Using obsolete XEmacs style "glyph"; convert to an Emacs 
> image-spec instead

which apparently is from

> (defvar sokoban-target-options
>   `(((glyph
>       [xpm :data ,sokoban-target-xpm])
[...]

where (after some digging) it seems that the vector needs to be

      ((:type xpm :data ,sokoban-target-xpm :ascent center)))

somewhat non-intuitively, because of the slightly alarming line

>          (find-image data)) ;untested!

in gamegrid.el. Suggested patch attached.
Is this all correct and as desired? Does it break anything when using old Emacs 
versions?

Attachment: sokoban-warning.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]