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

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

Re: Setting default font width


From: Kevin Rodgers
Subject: Re: Setting default font width
Date: Mon, 08 Dec 2003 12:04:17 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Nenad wrote:

I am trying to set default font width to something smaller than emacs'
default. I can do it by customizing Basic Faces:Default group and setting
height to e.g. 83pts. However that seems to affect the main frame only.
Other frames that I open, still use emacs' defaults.


I don't know what customize is doing, but maybe this will work:


(set-face-attribute 'default nil :height 83)


--
Kevin Rodgers



reply via email to

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