all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* set up 2 frames in .emacs
@ 2006-05-05  3:28 B. T. Raven
  2006-05-05  7:58 ` Peter Dyballa
  2006-05-05 15:33 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: B. T. Raven @ 2006-05-05  3:28 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: set up 2 frames in .emacs
  2006-05-05  3:28 set up 2 frames in .emacs B. T. Raven
@ 2006-05-05  7:58 ` Peter Dyballa
  2006-05-05 15:33 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2006-05-05  7:58 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 05.05.2006 um 03:28 schrieb B. T. Raven:

> 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.

Default-frame-alist ?

--
Greetings

   Pete

The problem with the French is that they don't have a word for
"entrepreneur".                              - George W. Bush

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: set up 2 frames in .emacs
  2006-05-05  3:28 set up 2 frames in .emacs B. T. Raven
  2006-05-05  7:58 ` Peter Dyballa
@ 2006-05-05 15:33 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2006-05-05 15:33 UTC (permalink / raw)


B. T. Raven wrote:
> 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.

(make-frame '((name . "Second Frame")
               (visibility . nil) ; or icon
               (font . "Other Font")))

Do you want the second frame displayed?  If so, what buffer should it
display?

-- 
Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-05 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-05  3:28 set up 2 frames in .emacs B. T. Raven
2006-05-05  7:58 ` Peter Dyballa
2006-05-05 15:33 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.