GNU bug report logs - #43396
27.1; Customized "cursor" face has no effect in daemon mode

Previous Next

Package: emacs;

Reported by: Teemu Likonen <tlikonen <at> iki.fi>

Date: Mon, 14 Sep 2020 13:24:02 UTC

Severity: normal

Found in version 27.1

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Teemu Likonen <tlikonen <at> iki.fi>
Cc: 43396 <at> debbugs.gnu.org, larsi <at> gnus.org
Subject: bug#43396: 27.1; Customized "cursor" face has no effect in daemon mode
Date: Mon, 28 Jun 2021 20:24:24 +0300
> From: Teemu Likonen <tlikonen <at> iki.fi>
> Cc: larsi <at> gnus.org, 43396 <at> debbugs.gnu.org
> Date: Mon, 28 Jun 2021 20:07:13 +0300
> 
> >> M-: (frame-parameter nil 'cursor-color) RET
> >> Returns: "#31363b"
> >
> > You are being hit by the transparent TTY color translation.
> >
> > What happens if, instead of #0f0 you use #0000ffff0000 ?
> 
> In normal emacs session ("emacs") it returns "#0000ffff0000" but in a
> client session ("emacsclient -c") it is still "#31363b".

And if, instead of custom-set-faces, you use

  (add-to-list 'default-frame-alist '(cursor-color . #0f0))

?




This bug report was last modified 3 years and 324 days ago.

Previous Next


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