From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: running remember with emacsclient - how to get a new frame Date: Thu, 06 Sep 2007 14:39:08 +0200 Message-ID: <87642o55oz.fsf@baldur.tsdh.de> References: <13256.1189076942@lap1.smtl.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITGdr-00031n-8d for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 08:39:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITGdo-00031b-Rw for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 08:39:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITGdo-00031Y-NA for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 08:39:24 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITGdo-0006Y5-8b for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 08:39:24 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ITGdg-00037S-GT for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 14:39:16 +0200 Received: from dslb-084-063-057-036.pools.arcor-ip.net ([84.63.57.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 14:39:16 +0200 Received: from tassilo by dslb-084-063-057-036.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 14:39:16 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org pete phillips writes: Hi Pete, > Is there anything I can pass to emacs using emacsclient which will force > it to open up a new frame on my current desktop ? (and preferably close > the frame once I have hit ^C^C) I think this should work. (add-hook 'server-switch-hook 'make-frame) (add-hook 'server-done-hook 'delete-frame) Probably you need to `C-x #' in the new frame to close it. Bye, Tassilo -- Fighting patents one by one will never eliminate the danger of software patents, any more than swatting mosquitoes will eliminate malaria. (Richard M. Stallman)