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

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

set up 2 frames in .emacs


From: B. T. Raven
Subject: set up 2 frames in .emacs
Date: Fri, 05 May 2006 03:28:27 GMT

In my .emacs I have the form:

(setq initial-frame-alist '((name . "arial") (top . 370) (left . 1) (width
. 163) (height . 17)))

I have recently started using a second frame which I manually create with:

 'new-frame
 'set-frame-font
'set-frame-name

after emacs is loaded.

Is there a way to create another frame in the .emacs that establishes
these three parameters without switching to it? I dont care about its
screen position or size.

Thanks,

Ed






reply via email to

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