From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclient on WXP does not work (as it used to) Date: Fri, 31 Oct 2008 14:10:55 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225458679 21833 80.91.229.12 (31 Oct 2008 13:11:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 13:11:19 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 14:12:18 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KvtnU-0005Ez-KV for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 14:12:17 +0100 Original-Received: from localhost ([127.0.0.1]:34286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtmN-0001Mq-4I for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 09:11:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvtmI-0001Ke-UX for emacs-devel@gnu.org; Fri, 31 Oct 2008 09:11:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvtmI-0001KJ-EO for emacs-devel@gnu.org; Fri, 31 Oct 2008 09:11:02 -0400 Original-Received: from [199.232.76.173] (port=43752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtmI-0001KA-BG for emacs-devel@gnu.org; Fri, 31 Oct 2008 09:11:02 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.153]:54763) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvtmE-0000dE-Ld; Fri, 31 Oct 2008 09:10:59 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 34so509717yxf.66 for ; Fri, 31 Oct 2008 06:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pH/nGIg7UXfPy/glgKDXW09DOdGEh6yz+/i51HbwK74=; b=Vwc8x3+NtA+wODFPtQ+jT/nP0xCzMgGB/z2EA+Zu+Cyzy1iUgWLuds0mazLw+yodDY MY3ShvQF+oyN8DSHFlsLKfzzQJdaoIjXM0hdXhhorDqCwHNr2GxA8M29byGe1DAqARFG d0r9CKpwDSUjUsyRF2WTjCYkaAOk8bLlHJxBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AeRcVy8N1WJaz6THs0LzhjPNn7p0Lp7THmhpqeBPFuBEppvMpHdk6RF1hMpzRUZeG4 o87aED8/Tr/ZkgHgpNv1F4uCaxSB+O6WYMcaDbLF3R3CaMZo1fRZ72PNNH8TbtZxfvws Y2fl4oBa+Ndy53K8BRKi8/bo8icFOKF6ODDyU= Original-Received: by 10.100.31.10 with SMTP id e10mr1852042ane.12.1225458655665; Fri, 31 Oct 2008 06:10:55 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Fri, 31 Oct 2008 06:10:55 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105200 Archived-At: On Fri, Oct 31, 2008 at 13:58, dhruva wrote: > The second failure is because I did not use '-a' option to emacsclient You're right. I'm having a bad day, and it seems I'm not thinking straight. Now the question is, you were getting a "connect" error. How is that related to entering the if()? When I run emacsclient, the error I get is "could not get terminal name", as expected. Juanma