GNU bug report logs - #23938
Commit 237244bbd5ce753bcdf79634561de515bd76c687 broke display of composed characters on master

Previous Next

Package: emacs;

Reported by: Clément Pit--Claudel <clement.pitclaudel <at> live.com>

Date: Sun, 10 Jul 2016 23:35:02 UTC

Severity: normal

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: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Cc: eggert <at> cs.ucla.edu, 23938-done <at> debbugs.gnu.org
Subject: bug#23938: Commit 237244bbd5ce753bcdf79634561de515bd76c687 broke display of composed characters on master
Date: Mon, 11 Jul 2016 17:21:20 +0300
> From: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
> Date: Mon, 11 Jul 2016 01:33:38 +0200
> Cc: Paul Eggert <eggert <at> cs.ucla.edu>
> 
> Running the following in Emacs 24 and 25-rc pops a buffer displaying "bd". On master, it displays "b" and "d" on top of each other.
> 
>     (with-current-buffer (get-buffer-create "*test*")
>       (erase-buffer)
>       (fundamental-mode)
>       (insert "test")
>       (compose-region (point-min) (point-max) '(?b (Br . Bl) ?d))
>       (pop-to-buffer (current-buffer)))
> 
> Bisecting points to the following commit:
> 
>     237244bbd5ce753bcdf79634561de515bd76c687 is the first bad commit
>     commit 237244bbd5ce753bcdf79634561de515bd76c687
>     Author: Paul Eggert <eggert <at> cs.ucla.edu>
>     Date:   Mon May 30 16:09:25 2016 -0700
> 
>         Omit IF_LINT code that no longer seems needed
> 
>         Nowadays GCC is smarter, or the Emacs code has mutated, or both,
>         and now is as good a time as any to remove uses of IF_LINT that
>         now seem to be unnecessary.
>         (...)

Thanks, fixed.




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

Previous Next


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