GNU bug report logs - #59802
30.0.50; Checkbox button not rendered

Previous Next

Package: emacs;

Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>

Date: Sat, 3 Dec 2022 10:41:02 UTC

Severity: minor

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 59802 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Manuel Giraud <manuel <at> ledu-giraud.fr>
Cc: 59802 <at> debbugs.gnu.org
Subject: Re: bug#59802: 30.0.50; Checkbox button not rendered
Date: Sat, 03 Dec 2022 20:49:21 +0200
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Cc: 59802 <at> debbugs.gnu.org
> Date: Sat, 03 Dec 2022 19:24:17 +0100
> 
> (gdb) xpr img->spec
> Lisp_Cons
> $3 = (struct Lisp_Cons *) 0x939593f6130
> {
>   u = {
>     s = {
>       car = XIL(0x8f40),
>       u = {
>         cdr = XIL(0x939593f61f3),
>         chain = 0x939593f61f3
>       }
>     },
>     gcaligned = 0x40
>   }
> }

OK, then do this:

 (gdb) pp img->spec

If GDB says it doesn't know a command named "pp", you need to load the
.gdbinit file:

 (gdb) source /path/to/emacs/src/.gdbinit

And then issue the pp command again.




This bug report was last modified 2 years and 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.