From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Setting up emacs server mode with Emacs 24.3.x on Ubuntu Date: Sat, 10 May 2014 01:45:41 +0200 Message-ID: <20140509234541.GC2272@chitra.no-ip.org> References: <1399602643756-321527.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1399679225 26078 80.91.229.3 (9 May 2014 23:47:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 May 2014 23:47:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 10 01:46:58 2014 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 1WiuVG-00023A-06 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 May 2014 01:46:58 +0200 Original-Received: from localhost ([::1]:54885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiuVF-0006pz-Kt for geh-help-gnu-emacs@m.gmane.org; Fri, 09 May 2014 19:46:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiuUN-0005y2-9d for help-gnu-emacs@gnu.org; Fri, 09 May 2014 19:46:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiuUE-0007rX-1D for help-gnu-emacs@gnu.org; Fri, 09 May 2014 19:46:03 -0400 Original-Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:43981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiuUD-0007rL-R1 for help-gnu-emacs@gnu.org; Fri, 09 May 2014 19:45:53 -0400 Original-Received: by mail-ee0-f54.google.com with SMTP id b57so3077324eek.13 for ; Fri, 09 May 2014 16:45:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=PESj129IBoIuE+WxHZjYAwfnHSG4/clIrVieg7Zqqgk=; b=YdRZtYviCxzzLDggcorTfmQX5+Aji7yJyrtGbxz/uv7Fix4IC2j550JLed7jEFkudY xK5evBszIXVa3bq60EjgJUsnhfPqrUFtxZd2UqUOiLoe+vi9fJrXJG2wMk75xOhi56jv FbR2WcikvyqzQxuTYsoYoV9eke8vhjsrg0czk0/Equ0nyIBovk79QSVLNBORILu2KGu8 ZsMu+pJJwgcsBQ9ZYJcrxYD/iC974vj+cHpsb3AK+3FpyFx6Sz6GtrBeWILscGYZd3Tr 1BD5jKq6P9HRlPGTxQtW+Fq/GyjDICc/h0SXh08nF8PUv4Inwc5DM9AtSaJ1nv4PYb80 lbzQ== X-Received: by 10.14.212.9 with SMTP id x9mr16067305eeo.46.1399679152245; Fri, 09 May 2014 16:45:52 -0700 (PDT) Original-Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id f3sm14508136eep.40.2014.05.09.16.45.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 May 2014 16:45:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1399602643756-321527.post@n5.nabble.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::236 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:97577 Archived-At: On Thu, May 08, 2014 at 07:30:43PM -0700, dwsmith wrote: > > ;; Start server and set directory > (setq server-socket-dir (format "/tmp/emacs%d" (user-uid))) Why do you do this? If you are using a custom socket name, then maybe you need to pass this on to the client. See the commandline option -s. Hope this helps, -- Suvayu Open source is the future. It sets us free.