unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Arjen Wiersma <core@credmp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs and several windows
Date: Tue, 24 Jul 2007 12:33:40 +0200	[thread overview]
Message-ID: <m2veca6qgr.fsf@credmp.org> (raw)
In-Reply-To: 1185272277.798198.192270@m3g2000hsh.googlegroups.com

vincent.marguerit@gmail.com writes:

> I use Emacs under Mac OS X and I don't know how to open several
> windows of Emacs, when I click on the Emacs icon it does not open me
> another window it put the current Emacs window to the front.

Try

,----[ C-h f make-frame RET ]
| make-frame is an interactive compiled Lisp function in `frame.el'.
| (make-frame &optional parameters)
| 
| Return a newly created frame displaying the current buffer.
| Optional argument parameters is an alist of parameters for the new frame.
| Each element of parameters should have the form (NAME . VALUE), for example:
| 
|  (name . STRING)	The frame should be named STRING.
| 
|  (width . NUMBER)	The frame should be NUMBER characters in width.
|  (height . NUMBER)	The frame should be NUMBER text lines high.
| 
| You cannot specify either `width' or `height', you must use neither or both.
| 
|  (minibuffer . t)	The frame should have a minibuffer.
|  (minibuffer . nil)	The frame should have no minibuffer.
|  (minibuffer . only)	The frame should contain only a minibuffer.
|  (minibuffer . WINDOW)	The frame should use WINDOW as its minibuffer window.
| 
| Before the frame is created (via `frame-creation-function'), functions on the
| hook `before-make-frame-hook' are run.  After the frame is created, functions
| on `after-make-frame-functions' are run with one arg, the newly created frame.
| 
| This function itself does not make the new frame the selected frame.
| The previously selected frame remains selected.  However, the
| window system may select the new frame for its own reasons, for
| instance if the frame appears under the mouse pointer and your
| setup is for focus to follow the pointer.
| 
| [back]
`----

Regards,

Arjen

  reply	other threads:[~2007-07-24 10:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 10:17 Emacs and several windows vincent.marguerit
2007-07-24 10:33 ` Arjen Wiersma [this message]
2007-07-24 10:51   ` poppyer
2007-07-24 11:19     ` Tassilo Horn
2007-07-24 11:10 ` Peter Dyballa
2007-07-24 11:25 ` Harald Hanche-Olsen
2007-07-24 11:38   ` vincent.marguerit
2007-07-24 11:43     ` Harald Hanche-Olsen
2007-07-24 12:32       ` vincent.marguerit
2007-07-24 17:20         ` Harald Hanche-Olsen
2007-07-24 15:31     ` Peter Dyballa

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2veca6qgr.fsf@credmp.org \
    --to=core@credmp.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).