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

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

bug#59802: 30.0.50; Checkbox button not rendered


From: Manuel Giraud
Subject: bug#59802: 30.0.50; Checkbox button not rendered
Date: Sat, 03 Dec 2022 19:24:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

[...]

> Another possibility is to run under GDB with a breakpoint in svg_load, and
> then look at img->spec and the details of the image.

Sorry my bad, img was not yet set at breakpoint (I guess).  Here is what
I have:

--8<---------------cut here---------------start------------->8---
(gdb) xpr img->spec
Lisp_Cons
$3 = (struct Lisp_Cons *) 0x939593f6130
{
  u = {
    s = {
      car = XIL(0x8f40),
      u = {
        cdr = XIL(0x939593f61f3),
        chain = 0x939593f61f3
      }
    },
    gcaligned = 0x40
  }
}
--8<---------------cut here---------------end--------------->8---

-- 
Manuel Giraud





reply via email to

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