From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacsclient's option decoding code Date: Mon, 03 Nov 2008 06:14:35 +0200 Message-ID: References: <87wsflyf80.fsf@cyd.mit.edu> <87k5blzphq.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225685684 12343 80.91.229.12 (3 Nov 2008 04:14:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 04:14:44 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 05:15:46 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 1Kwqqv-0008Kw-Tv for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 05:15:46 +0100 Original-Received: from localhost ([127.0.0.1]:43281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwqpp-0000IS-1g for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 23:14:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwqpl-0000IN-Mw for emacs-devel@gnu.org; Sun, 02 Nov 2008 23:14:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwqpk-0000IB-Nr for emacs-devel@gnu.org; Sun, 02 Nov 2008 23:14:33 -0500 Original-Received: from [199.232.76.173] (port=49274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwqpk-0000I8-KJ for emacs-devel@gnu.org; Sun, 02 Nov 2008 23:14:32 -0500 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:52108) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwqpk-0005uE-Bm for emacs-devel@gnu.org; Sun, 02 Nov 2008 23:14:32 -0500 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9Q00C6LP6Z2VA0@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Mon, 03 Nov 2008 06:16:12 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:105281 Archived-At: > Date: Mon, 3 Nov 2008 01:50:59 +0100 > From: "Juanma Barranquero" > Cc: "Eli Zaretskii" , emacs-devel@gnu.org > > On Mon, Nov 3, 2008 at 00:18, Chong Yidong wrote: > > > Thanks for the heads-up. I moved it out of the conditional. Does it > > work okay now? > > It does compile, yes. emacsclient -c or -t still trigger the same > assertion failure. That's a different problem, it needs some work in server.el. After that, at least -c should work on Windows, but its support in server.el was never written originally to work on anything but Unix. I will look into it when I have time. You can file a bug report, if you want to make sure we don't forget this. Thanks.