all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: set up 2 frames in .emacs
Date: Fri, 05 May 2006 09:33:04 -0600	[thread overview]
Message-ID: <e3fr90$ljv$1@sea.gmane.org> (raw)
In-Reply-To: <vDz6g.1117$Ae1.528@newsread1.news.pas.earthlink.net>

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

      parent reply	other threads:[~2006-05-05 15:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='e3fr90$ljv$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.