From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Emacs server and org-protocol Date: Wed, 17 Sep 2014 10:03:49 +0200 Message-ID: <8738bq3c7u.fsf@gmail.com> References: <541937A2.3040405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUADl-0007pU-Ec for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 04:04:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUADf-00060K-Au for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 04:04:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:44577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUADf-0005wN-4n for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 04:04:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XUADb-0002Ii-82 for emacs-orgmode@gnu.org; Wed, 17 Sep 2014 10:04:03 +0200 Received: from e178060211.adsl.alicedsl.de ([85.178.60.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Sep 2014 10:04:03 +0200 Received: from tjolitz by e178060211.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Sep 2014 10:04:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Fabrice Popineau writes: > What is the purpose of opening a second instance of emacs ? > I precisely tend to avoid it. > > If the emacs server is running, why not using emacsclient(w) instead > of a new instance ? I had that setup for quite some time - starting one Emacs server on the console, and then several emacsclients as parts of tmux and stumpwm window configurations. But it crashed too often - and it was just too painful to recover all the emacsclients in all the window-configurations. So nowadays I have one (non-server) Emacs instance for doing the real work, and another server instance which I use for the convenience of getting emacsclients everywhere for some quick adhoc stuff, without caring much when it crashes. -- cheers, Thorsten