unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: emacs server and new frames
Date: Mon, 05 Jun 2006 21:20:14 -0400	[thread overview]
Message-ID: <jwvk67vulpo.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <alhd2zzlsp.fsf@quant8.janestcapital.quant> (Sam Steingold's message of "Mon, 05 Jun 2006 11:04:06 -0400")

> (add-hook 'server-switch-hook 'new-frame)

IIRC using server-switch-hook had problems because it's either not always
called when you need the new frame, or it's also called at times when you
don't want it.

> (custom-set-variables '(server-window 'pop-to-buffer))

I believe that's what you want.  But maybe your `pop-to-buffer' doesn't
create new frames because you haven't set pop-up-frames.  If you don't want
to set pop-up-frames in general, try:

(setq server-window
      (lambda (&rest args)
        (let ((pop-up-frames t))
          (apply 'pop-to-buffer args))))


-- Stefan

      parent reply	other threads:[~2006-06-06  1:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-05 15:04 emacs server and new frames Sam Steingold
2006-06-05 16:21 ` Kevin Rodgers
2006-06-05 16:49   ` Sam Steingold
2006-06-05 16:42 ` Chong Yidong
2006-06-05 16:50   ` Drew Adams
2006-06-06  1:16     ` Stefan Monnier
2006-06-05 16:51   ` Sam Steingold
2006-06-05 18:14 ` Andreas Schwab
2006-06-06  1:20 ` Stefan Monnier [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

  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=jwvk67vulpo.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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 public inbox

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

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