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

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

bug#32992: 27.0.50; Malfunctioning Cursor display


From: Eli Zaretskii
Subject: bug#32992: 27.0.50; Malfunctioning Cursor display
Date: Tue, 09 Oct 2018 20:52:18 +0300

> Cc: 32992-done@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Tue, 9 Oct 2018 09:51:29 -0700
> 
> I took a look, reproduced the problem on 32-bit Ubuntu 18.04, and installed 
> the 
> attached patch. Thanks, Mauro, for reporting it.

Thanks.

> @@ -236,13 +236,15 @@ enum Lisp_Bits
>      /* Number of bits in a Lisp_Object value, not counting the tag.  */
>      VALBITS = EMACS_INT_WIDTH - GCTYPEBITS,
>  
> -    /* Number of bits in a Lisp fixnum tag.  */
> -    INTTYPEBITS = GCTYPEBITS - 1,
> -

INTTYPEBITS is used in .gdbinit, so this change will probably cause
xint to barf unless Emacs was built with -g3, is that right?





reply via email to

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