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: Teemu Likonen <tlikonen <at> iki.fi>
To: Eli Zaretskii <eliz <at> gnu.org>
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: Tue, 29 Jun 2021 16:38:29 +0300
[Message part 1 (text/plain, inline)]
* 2021-06-29 15:21:45+0300, Eli Zaretskii wrote:

> I thought I was doing well by helping you resolve this issue in your
> init files...

Thank you. You helped be to understand the behaviour. My personal fix
has been an additional (when (daemonp) ...) code:


    (setq custom-file "~/.emacs.d/custom.el")
    (load custom-file)

    (when (daemonp)
      (face-spec-set 'cursor '((((background dark)) :background "#eee")
                               (((background light)) :background "#000"))))
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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