help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] 21.1: Mixed bold/normal font for modeline?


From: Sunil S. Patel
Subject: [h-e-w] 21.1: Mixed bold/normal font for modeline?
Date: Wed, 14 Nov 2001 15:45:05 -0500 (EST)

Hi,

I have NTEmacs 21.1 on Win2k (SP2)....

I notice that the new spiffy modeline is colored and the buffer name is in
a bold Courier font, while the rest of the modeline is a normal Courier...

I have my own favorite font '6x13' (and '6x13b') that I've added to the
system, and I have the following in my .emacs:

(set-default-font "-*-6X13-medium-r-*-*-13-*-*-*-c-*-*-15")
(set-face-font 'bold "-*-6X13B-bold-r-*-*-13-*-*-*-c-*-*-15")
(set-face-font 'italic "-*-6X13-medium-i-*-*-13-*-*-*-c-*-*-15")
(set-face-font 'bold-italic "-*-6X13B-bold-i-*-*-13-*-*-*-c-*-*-15")

But I don't get the buffer name in bold....it's all the same normal 6x13...

But of course, this works for Courier:

(set-default-font "-*-Courier New-normal-r-*-*-12-*-*-*-c-*-*-ansi-")
(set-face-font 'bold "-*-Courier New-bold-r-*-*-12-*-*-*-c-*-*-ansi-")
(set-face-font 'italic "-*-Courier New-normal-i-*-*-12-*-*-*-c-*-*-ansi-")
(set-face-font 'bold-italic "-*-Courier New-bold-i-*-*-12-*-*-*-c-*-*-ansi-")

Any hints?

And....I'm guessing here, but is it possible to specify different faces
for parts of the modeline?....

    -Sunil




reply via email to

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