From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Husmann Newsgroups: gmane.emacs.help Subject: Re: emacsclient does not start: How to create a server file? Date: Mon, 18 Mar 2013 00:56:48 +0100 Message-ID: <51465840.7080001@t-online.de> References: <1363539530398-281116.post@n5.nabble.com> <87fvztljf3.fsf@gmail.com> <514651EA.8080402@t-online.de> <87boahlhsl.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363564628 12534 80.91.229.3 (17 Mar 2013 23:57:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Mar 2013 23:57:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 18 00:57:33 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UHNSC-0008OH-PE for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 00:57:28 +0100 Original-Received: from localhost ([::1]:60285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNRp-00048i-Ub for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Mar 2013 19:57:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNRc-00048W-B6 for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 19:56:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHNRb-0001Vx-Gb for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 19:56:52 -0400 Original-Received: from mailout03.t-online.de ([194.25.134.81]:40947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNRb-0001Us-AH for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 19:56:51 -0400 Original-Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de ) by mailout03.t-online.de with smtp id 1UHNRZ-00055o-9K; Mon, 18 Mar 2013 00:56:49 +0100 Original-Received: from [192.168.178.21] (bjeT0BZQQhqvamW28qTaKvWite28ai79LR1KSVshn++CkCSJ8rfjkhk79ndDbRNw9g@[91.4.48.171]) by fwd00.t-online.de with esmtp id 1UHNRY-1PMbNQ0; Mon, 18 Mar 2013 00:56:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 In-Reply-To: <87boahlhsl.fsf@gmail.com> X-ID: bjeT0BZQQhqvamW28qTaKvWite28ai79LR1KSVshn++CkCSJ8rfjkhk79ndDbRNw9g X-TOI-MSGID: b02f6cce-59bc-450b-bb1b-e940f4138046 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 194.25.134.81 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:89571 Archived-At: Am 18.03.2013 00:37, schrieb William Gardella: > Hi Stefan, > > Stefan Husmann writes: > >> Thank you for your reply. I tried your suggestion, and obviously the >> daemon cannot be started. Its the same with or without server running. > > Is the Emacs server using TCP or UNIX sockets? The -f argument only > makes sense for TCP; otherwise emacsclient looks for a socket to connect > to in `server-socket-dir'. The name of the socket defaults to "server" > in that directory but can be specified with the -s argument. > > I'm not sure why it was trying to use ~/tmp/ as a default server file > location, given that your prefix according to that pkgbuild was /usr/. > Hello, I use TCP sockets. Weirdly the variable Server Auth Dir is set to ~/.emacs.d/server/, whereas server-socket-dir is set to /tmp/server1000 Best Regards Stefan