From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.help Subject: Re: Emacs server Date: Fri, 17 Feb 2012 12:52:39 +0100 Message-ID: <87ty2pu16g.fsf@micropit.couberia.bzh> References: <87mx8hes5w.fsf@googlemail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329479598 4006 80.91.229.3 (17 Feb 2012 11:53:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Feb 2012 11:53:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 17 12:53:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RyMNC-0000fu-TG for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Feb 2012 12:53:11 +0100 Original-Received: from localhost ([::1]:58443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyMN9-00069W-F6 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Feb 2012 06:53:07 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyMN1-00068s-Fk for help-gnu-emacs@gnu.org; Fri, 17 Feb 2012 06:53:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyMN0-0002f8-CK for help-gnu-emacs@gnu.org; Fri, 17 Feb 2012 06:52:59 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyMN0-0002f2-5y for help-gnu-emacs@gnu.org; Fri, 17 Feb 2012 06:52:58 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RyMMu-0000Qe-WF for help-gnu-emacs@gnu.org; Fri, 17 Feb 2012 12:52:53 +0100 Original-Received: from arennes-359-1-251-30.w2-2.abo.wanadoo.fr ([2.2.202.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2012 12:52:52 +0100 Original-Received: from pmlists by arennes-359-1-251-30.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Feb 2012 12:52:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: arennes-359-1-251-30.w2-2.abo.wanadoo.fr User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:IMoximczsA8nPIG2jFWgZ+7YVHg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83779 Archived-At: On Fri, Feb 17 2012, Thorsten wrote: > | exec emacs --daemon=emacs1 -l ~/.emacs.d/emacs24-starter-kit/init.el > | exec emacsclient -c Change server to "emacs --daemon -l ..." or client to "emacsclient -s emacs1 -c ..." (not both, exclusive or ;) -- Peter