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 #100 received at 59802 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: manuel <at> ledu-giraud.fr, 59802 <at> debbugs.gnu.org
Subject: Re: bug#59802: 30.0.50; Checkbox button not rendered
Date: Mon, 12 Dec 2022 19:42:40 +0200
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Cc: manuel <at> ledu-giraud.fr,  59802 <at> debbugs.gnu.org
> Date: Sun, 11 Dec 2022 23:40:38 +0100
> 
> In the *gud-emacs* buffer I typed `pp it->ascent' and then `pp
> it->descent' and the *input/output of emacs* buffers displayed this:
> 
> #<INVALID_LISP_OBJECT 0x0000000d>
> #<INVALID_LISP_OBJECT 0x00000003>

You are using "pp" (a.k.a. "pretty-print") incorrectly: it is intended
for Lisp objects, not for normal C variables.  For the latter, use just
"p", which is short for "print".




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

Previous Next


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