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

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

bug#26851: 25.2; wrong color of character at cursor


From: Eli Zaretskii
Subject: bug#26851: 25.2; wrong color of character at cursor
Date: Wed, 10 May 2017 20:09:06 +0300

> From: ynyaaa@gmail.com
> Date: Tue, 09 May 2017 19:50:16 +0900
> 
> 
> Evaluating the form below, the color of the character at the cursor
> remains pink while the cursor is displayed by inverted color.
> 
> (progn
>   (set-face-background 'default "red")
>   (set-face-background 'default "pink")
>   (set-face-background 'default "white"))

Thanks.

I fixed this for w32, see commit e124e07 on master.  I suspect that
the same fix is required in xterm.c for X, could someone please check
that?





reply via email to

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