GNU bug report logs - #24158
Problem in set-face-attribute for whitespace mode in terminal

Previous Next

Package: emacs;

Reported by: Kip Coul <kipcoul <at> gmail.com>

Date: Fri, 5 Aug 2016 09:42:01 UTC

Severity: minor

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kip Coul <kipcoul <at> gmail.com>
To: 24158 <at> debbugs.gnu.org
Subject: bug#24158: Problem in set-face-attribute for whitespace mode in terminal
Date: Fri, 5 Aug 2016 11:41:20 +0200
[Message part 1 (text/plain, inline)]
Hello,

I have the following problem with Emacs *in a terminal* (emacs -nw)

This configuration *does* works (red over transparent background)

(global-whitespace-mode t)
(set-face-background 'whitespace-space nil)
(set-face-foreground 'whitespace-space "red")


This one *does not* work (the background is grey):
(global-whitespace-mode t)
(set-face-attribute 'whitespace-space nil :background nil :foreground "red")

However, it should be the same, right?

Interestingly, it works with eval-region though.
Thanks for your help!

Regards,
Kip
[Message part 2 (text/html, inline)]

This bug report was last modified 8 years and 301 days ago.

Previous Next


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