emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customizing header-line face


From: Kim F. Storm
Subject: Re: customizing header-line face
Date: Wed, 21 Mar 2007 10:13:05 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Ralf Mattes <address@hidden> 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.

Did you TRY the above example??

The %- at the end makes it fill the whole line.

But you may like this better:

(setq header-line-format
      (propertize (concat "MY HEADERLINE" (make-string 200 ?\s)) 'face 
'mode-line))

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]