all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ernest Adrogué" <nfdisco@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: text displayed in the header line with wrong faces
Date: Tue, 20 Dec 2016 15:57:26 +0100	[thread overview]
Message-ID: <20161220145726.tnffhu5kd23ph7my@doriath.local> (raw)
In-Reply-To: <87h95yu4ze.fsf@gmail.com>

2016-12-20, 16:04 (+0300); Alex Kost escriu:
> Ernest Adrogué (2016-12-20 11:25 +0100) wrote:
> 
> > Hi there,
> >
> > Face attributes appear to be interpreted differently in the window
> > header line than in other parts of the window.  For instance, if I
> > evaluate
> >
> > (setq header-line-format
> >       '(:eval (propertize "abcdefghijklmnopqrstuvwxyz"
> >                           'face 'show-paren-match)))
> >
> > the text in the header line is displayed in what seems to be reverse
> > video: http://i.imgur.com/BU0XmGm.png
> >
> > This doesn't happen if I disable the theme that I'm using (namely
> > solarized, which can found here:
> > https://github.com/sellout/emacs-color-theme-solarized/).  Without a
> > theme, background and foreground colours are not swapped, although I
> > noticed that then the foreground colour property is not inherited.
> >
> > Any pointers on what could be causing this?
> 
> I can't reproduce this behavior.  For me, it displays a usual
> 'show-paren-match' face.  I tried some other faces, and I also tried
> with "emacs -Q", and every time I got expected colors (but I didn't try
> that particular theme).
> 
> Perhaps the problem is that "emacs-color-theme-solarized" is a
> so-called "color theme", not "custom theme" which is supported by
> Emacs 24 and above.  Did you try with any custom theme (displayed in
> "M-x customize-themes")?

It's a custom theme (it shows up when I do M-x customize-themes).  They
include a "color theme" version as well, but I'm not using it.

This is a simpler test:

(let ((cyan "#2aa198") (white "#ffffff"))
  (setq header-line-format
        (propertize
         "abcdefghijklmnopqrstuvwxyz"
         'face `(:foreground ,cyan :background ,white))))
         
It displays cyan text on white when I select any custom theme other than
solarized, tsdh-dark or tsdh-light (the latter two are bundled with
Emacs, I think) and white text on cyan background when I select one of
those.

Cheers.



  reply	other threads:[~2016-12-20 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-20 10:25 text displayed in the header line with wrong faces Ernest Adrogué
2016-12-20 13:04 ` Alex Kost
2016-12-20 14:57   ` Ernest Adrogué [this message]
2016-12-20 18:36     ` Eli Zaretskii
2016-12-20 21:14       ` Ernest Adrogué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161220145726.tnffhu5kd23ph7my@doriath.local \
    --to=nfdisco@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.