From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: emacs server and new frames Date: Mon, 05 Jun 2006 12:49:12 -0400 Organization: disorganization Message-ID: References: Reply-To: sds@podval.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1149526263 27573 80.91.229.2 (5 Jun 2006 16:51:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 16:51:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 18:51:02 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 1FnIHx-0007nZ-Jm for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 18:50:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnIHx-0002sN-4o for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 12:50:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnIGz-0002QW-MG for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:49:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnIGx-0002OX-UI for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:49:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnIGx-0002OI-IW for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:49:47 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FnIO8-0004sF-Mh for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:57:13 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FnIGj-0007av-Re for emacs-devel@gnu.org; Mon, 05 Jun 2006 18:49:33 +0200 Original-Received: from 209.213.205.130 ([209.213.205.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jun 2006 18:49:33 +0200 Original-Received: from sds by 209.213.205.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jun 2006 18:49:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 209.213.205.130 Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:4/q5cu8NTrk5+ntihtO6aq5+ipc= 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:55717 Archived-At: > * Kevin Rodgers [2006-06-05 10:21:19 -0600]: > > Sam Steingold wrote: >> GNU Emacs 22.0.50.4 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) >> of 2006-06-05 on quant8 >> >> I want buffers created by the emacs server to show up in their own >> frames, so I do >> >> (add-hook 'server-switch-hook 'new-frame) >> (custom-set-variables '(server-window 'pop-to-buffer)) >> >> the result is that the server buffer is shown both in a new frame and a >> new window in an existing frame. >> neither *Help*, nor *info*, nor the source are helpful... > > You could try setting server-window to a function that doesn't do > anything, like 'ignore or 'identity. a new frame is created, but the server buffer is not shown there. -- Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux) http://pmw.org.il http://iris.org.il http://memri.org http://ffii.org http://thereligionofpeace.com http://palestinefacts.org http://truepeace.org Even Windows doesn't suck, when you use Common Lisp