From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: emacsclient on WXP does not work (as it used to) Date: Fri, 31 Oct 2008 18:28:56 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225458092 19810 80.91.229.12 (31 Oct 2008 13:01:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 13:01:32 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 14:02:34 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 1Kvte2-0001ot-EC for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 14:02:30 +0100 Original-Received: from localhost ([127.0.0.1]:60231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvtcv-0000o2-68 for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 09:01:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvtai-0008My-NI for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:59:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvtah-0008MF-33 for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:59:04 -0400 Original-Received: from [199.232.76.173] (port=39801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvtag-0008M6-MM for emacs-devel@gnu.org; Fri, 31 Oct 2008 08:59:02 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.185]:28845) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvtad-0004mI-Q7; Fri, 31 Oct 2008 08:59:00 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so648357tia.10 for ; Fri, 31 Oct 2008 05:58:56 -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=FtHbcb4GqOJoLb9aG1Gmih49vE1JYkXK8nBX3hGCYeg=; b=WNjL0A0jMADd59IbhYd35Yax3UEc3CxcTr2kq/OfUckrBkeaGRbiq43p4gfsa7wwFB fTA3dyLuWVQcxz+LNzzgaPwtyfFbxiz7b3RC4dj+BMZDgZqf4g+2ZPBryClt52EJLUty JgkuYIwIl9bzDmmVdW9oin6FFFHXta8v2Omf4= 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=bV5uFEL0QvU5DnnhHlwYtispcNmdOGGUzesiHY6rdhF2Ozepojq/maafEufkWev7pZ MxP/m8K2g4PPtEL7zsLJWu9KMm6T2//S5ZuYjUeAMIylBaOAAeOuElKP3e4XTsVBpq86 tK9fCQtyDd0+MgF8Fu96Ty1DSRD2EG/n9xW1I= Original-Received: by 10.110.109.12 with SMTP id h12mr8378234tic.52.1225457936438; Fri, 31 Oct 2008 05:58:56 -0700 (PDT) Original-Received: by 10.110.93.2 with HTTP; Fri, 31 Oct 2008 05:58:56 -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:105199 Archived-At: The second failure is because I did not use '-a' option to emacsclient On Fri, Oct 31, 2008 at 6:22 PM, Juanma Barranquero wrote: > 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 > -- Contents reflect my personal views only!