GNU bug report logs - #32992
27.0.50; Malfunctioning Cursor display

Previous Next

Package: emacs;

Reported by: Mauro Aranda <maurooaranda <at> gmail.com>

Date: Mon, 8 Oct 2018 18:47:02 UTC

Severity: normal

Merged with 33003

Found in version 27.0.50

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: maurooaranda <at> gmail.com, 32992 <at> debbugs.gnu.org
Subject: bug#32992: 27.0.50; Malfunctioning Cursor display
Date: Tue, 09 Oct 2018 20:52:18 +0300
> Cc: 32992-done <at> debbugs.gnu.org
> From: Paul Eggert <eggert <at> 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?




This bug report was last modified 6 years and 276 days ago.

Previous Next


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