From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gary Newsgroups: gmane.emacs.help Subject: Re: Emacs server problem Date: Thu, 06 May 2010 21:39:45 +0200 Message-ID: <837hngq0ou.fsf@garydjones.name> References: <10c034d1-f538-4f73-83fc-215fc089e910@e1g2000yqe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273174991 9597 80.91.229.12 (6 May 2010 19:43:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 19:43:11 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 06 21:43:06 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OA6yP-0007gm-LX for geh-help-gnu-emacs@m.gmane.org; Thu, 06 May 2010 21:43:05 +0200 Original-Received: from localhost ([127.0.0.1]:55891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA6yO-0003m3-Sw for geh-help-gnu-emacs@m.gmane.org; Thu, 06 May 2010 15:43:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OA6x3-0003ik-Qd for help-gnu-emacs@gnu.org; Thu, 06 May 2010 15:41:42 -0400 Original-Received: from [140.186.70.92] (port=34306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OA6wx-0003P1-Qu for Help-gnu-emacs@gnu.org; Thu, 06 May 2010 15:41:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OA6vH-0003hn-8t for Help-gnu-emacs@gnu.org; Thu, 06 May 2010 15:39:53 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:20534) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OA6vH-0003hW-3v for Help-gnu-emacs@gnu.org; Thu, 06 May 2010 15:39:51 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so699764fga.12 for ; Thu, 06 May 2010 12:39:48 -0700 (PDT) Original-Received: by 10.86.239.11 with SMTP id m11mr2277153fgh.22.1273174788352; Thu, 06 May 2010 12:39:48 -0700 (PDT) Original-Received: from localhost (77-58-236-72.dclient.hispeed.ch [77.58.236.72]) by mx.google.com with ESMTPS id d8sm3739688fga.11.2010.05.06.12.39.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 06 May 2010 12:39:47 -0700 (PDT) Mail-Followup-To: Help-gnu-emacs@gnu.org In-Reply-To: <10c034d1-f538-4f73-83fc-215fc089e910@e1g2000yqe.googlegroups.com> (Roger's message of "Wed, 5 May 2010 16:35:02 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (cygwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73519 Archived-At: Roger writes: > I have two Macs, both running OS X 10.6.3. On one of them I'm running > Gnu Emacs 22.2.1, downloaded (I believe - it was a while ago) from > emacswiki.org. On the other, I'm running Gnu Emacs 23.1, the latest > stable build for download. > > On the 22.2.1 machine, I can start emacs server (M-x server-start) and > it works just fine. On the other machine, M-x server-start appears to > work fine, but on invoking emacs-client, I get "server not found - > have you started the server?" or something close to that. > > Am I missing something? How are you starting emacsclient? From the command line, or from within another program? (I ask because I had something similar which I traced to an incorrect emacsclient command line when I tried to use it from mutt.) -- Gary