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

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

Re: Save the font setting (Emacs Windows)


From: Norbert Melzer
Subject: Re: Save the font setting (Emacs Windows)
Date: Wed, 21 Jun 2006 18:27:48 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.4) Gecko/20060516 SeaMonkey/1.0.2 Mnenhy/0.7.4.0

Norbert Melzer schrieb:
> martin wrote:
> 
>> not true for windows version.
>> put something like
>> (set-default-font "-outline-Courier 
>> New-normal-r-normal-normal-*-*-120-120-c-*-*-#161")
>> into your .emacs.
> 
> Can you explain this to me?
> 
> I tried
> 
> (set-default-font
> "-outline-Fixedsys-normal-r-normal-normal-*-*-120-120-c-*-*-#161")
> 
> (without a Newline :-) )
> 
> But all what happens is that emacs opens with Courier New in 12pt
> instead of the previews 10...

OK, I got it now, I played a while with

(insert (prin1-to-string (x-list-fonts "*")))

and tried the one with Fixedsys in there :-)

Now I have it working with

(set-default-font
"-raster-Fixedsys-normal-r-normal-normal-18-108-120-120-c-100-iso10646-1")

(again without Newline)

But I dont really understand what this mean, so an explanation would
still be great :-)

Bye
Norbert


reply via email to

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