From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclient/server finished, documentation, raising frames Date: Tue, 7 Nov 2006 18:36:11 +0100 Message-ID: References: <45507AB5.5050601@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162921037 18077 80.91.229.2 (7 Nov 2006 17:37:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 17:37:17 +0000 (UTC) Cc: Andreas Schwab , Emacs Devel , Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 07 18:37:10 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhUsC-0005Sk-62 for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 18:36:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUsB-0006iy-LP for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 12:36:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhUry-0006fP-2n for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:36:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhUrt-0006Wx-Fs for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:36:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUrt-0006Wo-Br for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:36:13 -0500 Original-Received: from [64.233.162.201] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GhUrs-0005pU-Uj for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:36:13 -0500 Original-Received: by nz-out-0102.google.com with SMTP id i11so1260470nzh for ; Tue, 07 Nov 2006 09:36:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ru0/HYxbkrLkzy9M/1GEUYYU5+jZBEafKDca6Z7rycOsIiA5vQGiucIriAuNgB6E7xisVbOH9FFcS+Z+QNSYRAxlMBOetc8B3lnwNTwO/6Wv0KEtVLVuT3YHoPrChu56+VmXl57frTzsFFlp7MdR8M3rkB0tKRWtc90GK1OZOQI= Original-Received: by 10.35.101.1 with SMTP id d1mr3522251pym.1162920971885; Tue, 07 Nov 2006 09:36:11 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Tue, 7 Nov 2006 09:36:11 -0800 (PST) Original-To: "Stefan Monnier" In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61924 Archived-At: On 11/7/06, Stefan Monnier wrote: > I don't understand the question: how do you currently do it with > server-window? I do it by setting server-window to pop-to-buffer and then > setting pop-up-frames to t. That's because (I pressume that) you use and like pop-up-frames. But if you generally use just one frame, and want another for stuff sent from emacsclient, you can use `server-window': either pre-create a frame, iconize it, and set server-window to it, or use a server-window function to create the frame on demand. -- /L/e/k/t/u