unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24158: Problem in set-face-attribute for whitespace mode in terminal
@ 2016-08-05  9:41 Kip Coul
  2016-08-05 10:21 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Kip Coul @ 2016-08-05  9:41 UTC (permalink / raw)
  To: 24158

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 972 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-15 14:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-05  9:41 bug#24158: Problem in set-face-attribute for whitespace mode in terminal Kip Coul
2016-08-05 10:21 ` Eli Zaretskii
     [not found]   ` <CADwgZA+gnxn7PzYPD+WW-5rucekP4+r-jJEkaur30HrpJLYzFw@mail.gmail.com>
2016-09-13 14:19     ` Eli Zaretskii
2016-09-13 17:01       ` Kip Coul
2016-09-13 19:15         ` Eli Zaretskii
2016-09-14  8:04           ` Kip Coul
2016-09-14 17:11             ` Eli Zaretskii
2016-09-15 14:51               ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).