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 13:52:35 +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 1225457895 18987 80.91.229.12 (31 Oct 2008 12:58:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 12:58:15 +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 13:59:17 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 1Kvtas-0000fy-5s for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 13:59:14 +0100 Original-Received: from localhost ([127.0.0.1]:47095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtZl-0007ww-4w for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 08:58:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvtUb-0006IV-4h for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:52:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvtUa-0006I5-MM for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:52:44 -0400 Original-Received: from [199.232.76.173] (port=56650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvtUa-0006I0-I5 for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:52:44 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.157]:58809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvtUT-0002ie-F4; Fri, 31 Oct 2008 08:52:37 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 34so505476yxf.66 for ; Fri, 31 Oct 2008 05:52:35 -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=0H2swwsw9TrzXfETewQzraClSai1zVFHxTghi3TbQ2s=; b=Aaib8legg86qPja1mPAfc7BylAg4sAkwl1bQQcZPYEJl7qcJzzo+8y7rkvMt1NNSxK 7ggWhzbbhlj0pTt8vkMzf1IpFQqrXax5BtXMinWt8gx6QauXywuv37llHu66WKRwJwVI aaIZtSGGGRD5hD+yr8M9rK7xnP+Pjeu5Ow0Nw= 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=rBt8Y9clncSjmPu2CW272wvAd4+D+bL4Kda3nBmqdaHTPs1zYPhRy6QdNXzj0l5Yvk itQdguSWhkn9S37fUrAFW7L2I+NrgWtJ3UAoWjg6eBcyEs2o4rZSpbdI3Dy/zYzMff9F 702cGRlKisCeJZ9NdBObvNjScxrBteXAGHsxA= Original-Received: by 10.100.11.14 with SMTP id 14mr1368457ank.89.1225457555337; Fri, 31 Oct 2008 05:52:35 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Fri, 31 Oct 2008 05:52:35 -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:105196 Archived-At: On Fri, Oct 31, 2008 at 13:46, dhruva wrote: > The following patch fixes this issue since tty and TERM does not make > sense on windows (a wild guess though) ... Yes, I said as much. That does not answer the question, why are you getting two different messages, one for connect (presumably from set_tcp_socket) and the other from fail via the main() code we're discussing. Which arguments / env vars did you use when running that emacsclient? Juanma