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

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

Re: making new frame display the same font??


From: Kai Großjohann
Subject: Re: making new frame display the same font??
Date: Sat, 19 Apr 2003 22:16:37 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

fortepianissimo@yahoo.com.tw (Fortepianissimo) writes:

> But the problem is whenever I hit c-x 5 2 for a new frame, the font
> used in that frame reverts back to the default (larger) one.

Try typing the following line into the *scratch* buffer:

    (frame-parameter nil 'font)

Then hit C-j at the end of the line.  This gives you a font.  Put it
into ~/.emacs like so:

    (add-to-list 'default-frame-alist
                 '(font . "-long-name-with-lotsa-dashes-goes-here"))

Does it work?
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


reply via email to

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