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: Sun, 2 Nov 2008 08:29:23 +0530 Message-ID: References: <87bpx0x36s.fsf@cyd.mit.edu> 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 1225594786 22696 80.91.229.12 (2 Nov 2008 02:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2008 02:59:46 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 02 04:00:48 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 1KwTCp-0001hX-Pj for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 04:00:48 +0100 Original-Received: from localhost ([127.0.0.1]:39831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwTBi-0004cy-W6 for ged-emacs-devel@m.gmane.org; Sat, 01 Nov 2008 22:59:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwTBe-0004cg-KK for emacs-devel@gnu.org; Sat, 01 Nov 2008 22:59:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwTBb-0004aX-4T for emacs-devel@gnu.org; Sat, 01 Nov 2008 22:59:34 -0400 Original-Received: from [199.232.76.173] (port=36608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwTBb-0004aO-0Y for emacs-devel@gnu.org; Sat, 01 Nov 2008 22:59:31 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:64868) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwTBX-0006Gg-GZ; Sat, 01 Nov 2008 22:59:28 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so980611tia.10 for ; Sat, 01 Nov 2008 19:59:24 -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=V/SAxojry6odUAfKYw7bpDkMYM03mw9SmLLKG7LRf1U=; b=BVa1ltRpN/QBGpDQHjJEdlbPOL54jqHOeumpj+eEFz9UJ/gQBOzKvUsskGKLC2QieS rliTBFtHzOvIi2Sskv8Y+uDAZfuoifb9i02/DzNeOZgX7J5+t9ocndDVBAf4BTWxA7tR Iy4j9zAKC+vylVLKpTAkgKRbMoNRC6nxu94NE= 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=ATK5IlUildjUmV9qFZ7c5qFD27WgbRVkAsVwYhd+hsa1NrNPYrQh4ULRl1NP74RSmu PhaNdjnI4XYF89HHWnL/qJia7jSMhvm9Zg8+xecmHv0FSV45TKTeBEBmX0tfAyy4BEu6 4WTF0a1WePRkNRpYPyobVanFZaGsz+7I87AHc= Original-Received: by 10.110.52.1 with SMTP id z1mr9895871tiz.20.1225594764021; Sat, 01 Nov 2008 19:59:24 -0700 (PDT) Original-Received: by 10.110.93.2 with HTTP; Sat, 1 Nov 2008 19:59:23 -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:105255 Archived-At: On Sat, Nov 1, 2008 at 10:32 PM, Eli Zaretskii wrote: >> Date: Sat, 1 Nov 2008 15:55:36 +0100 >> From: "Juanma Barranquero" >> Cc: dhruva , emacs-devel@gnu.org >> >> On Sat, Nov 1, 2008 at 14:53, Eli Zaretskii wrote: >> >> > Could you two please see if >> > the new version works for you? Please be sure to try -t and -c >> > switches as well. >> >> Running >> >> emacs -q --eval "(server-mode 1)" >> emacsclient -t ;; or emacsclient -c >> >> I get the attached assertion failure. > > One more question: does emacsclient work without -c or -t on Windows? It works without the '-c/-t' option on windows. I am try to manually bisect to find where it really broke. It appears that the problem exists even with out your change. But, I can confirm that before I flagged emacsclient has stopped working, it was working with the '-t' option (as I share the .bashrc between UNIX and M$ and I use it on UNIX). -dhruva -- Contents reflect my personal views only!