unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ralf Mattes <rm@mh-freiburg.de>
To: emacs-devel@gnu.org
Subject: Re: customizing header-line face
Date: Thu, 22 Mar 2007 00:35:19 +0100	[thread overview]
Message-ID: <pan.2007.03.21.23.35.19.14448@mh-freiburg.de> (raw)
In-Reply-To: m3wt1byn6m.fsf@kfs-l.imdomain.dk

On Wed, 21 Mar 2007 10:13:05 +0100, Kim F. Storm wrote:

> Ralf Mattes <rm@mh-freiburg.de> writes:
> 
>>> (setq header-line-format (propertize "MY HEADERLINE %-" 'face 'mode-line))
>>
>> Yes, i tried that too but unfortunately this will only change the
>> face/color of the text span itself. I'd prefer a solution that affects
>> the complete header line.dssi-vst-server.cpp:
> 
> Did you TRY the above example??
> 
> The %- at the end makes it fill the whole line.

Yes, but unfortunately i don't need a header line filled with ?\-
characters ;-/

> 
> But you may like this better:
> 
> (setq header-line-format
>       (propertize (concat "MY HEADERLINE" (make-string 200 ?\s)) 'face
>       'mode-line))

IIRC I didn't ask for a quick (and quirky ...) hack. Yes, i can actually
twiddle my way around  this (i need to calculate the buffer size anyway) -
i was more interested in a correct/generic soultion.

 Thanks anyway, RalfD

  parent reply	other threads:[~2007-03-21 23:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-20 15:40 customizing header-line face Ralf Mattes
2007-03-20 15:54 ` Kim F. Storm
2007-03-20 16:30   ` Ralf Mattes
2007-03-21  9:13     ` Kim F. Storm
2007-03-21 14:25       ` Stefan Monnier
2007-03-21 23:35       ` Ralf Mattes [this message]
2007-03-22  0:45         ` Miles Bader

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=pan.2007.03.21.23.35.19.14448@mh-freiburg.de \
    --to=rm@mh-freiburg.de \
    --cc=emacs-devel@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 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).