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:51:56 -0400 Organization: disorganization Message-ID: References: <87zmgr5zb4.fsf@stupidchicken.com> Reply-To: sds@podval.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1149526568 28811 80.91.229.2 (5 Jun 2006 16:56:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 16:56:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 18:56:04 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 1FnIMN-000094-KL for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 18:55:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnIMN-00074U-47 for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 12:55:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnIM8-00071O-W3 for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:55:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnIM7-000713-Ou for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:55:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnIM7-000710-K8 for emacs-devel@gnu.org; Mon, 05 Jun 2006 12:55:07 -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 1FnITI-0005Qr-P3 for emacs-devel@gnu.org; Mon, 05 Jun 2006 13:02:32 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FnIM2-0008WM-PI for emacs-devel@gnu.org; Mon, 05 Jun 2006 18:55:02 +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:55:02 +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:55:02 +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:pkhQbBruBunmOhREPEr9dkwd+DY= 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:55719 Archived-At: > * Chong Yidong [2006-06-05 12:42:39 -0400]: > > Sam Steingold writes: > >> 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... > > I do > > (add-hook 'server-visit-hook > '(lambda () (setq server-window (new-frame)))) I do not observe any change in behaviour. -- Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux) http://pmw.org.il http://openvotingconsortium.org http://dhimmi.com http://mideasttruth.com http://memri.org http://honestreporting.com Lisp: its not just for geniuses anymore.