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 on WXP does not work (as it used to) Date: Sun, 02 Nov 2008 06:19:42 +0200 Message-ID: References: <87bpx0x36s.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225599629 31695 80.91.229.12 (2 Nov 2008 04:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2008 04:20:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 02 05:21:31 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 1KwUSw-0006zt-RJ for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 05:21:31 +0100 Original-Received: from localhost ([127.0.0.1]:48542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwURq-0000Xk-3w for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 00:20:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwURm-0000Xf-EN for emacs-devel@gnu.org; Sun, 02 Nov 2008 00:20:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwURl-0000XH-Rt for emacs-devel@gnu.org; Sun, 02 Nov 2008 00:20:18 -0400 Original-Received: from [199.232.76.173] (port=34642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwURl-0000X1-NF for emacs-devel@gnu.org; Sun, 02 Nov 2008 00:20:17 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:33746) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwURl-0003Nn-98 for emacs-devel@gnu.org; Sun, 02 Nov 2008 00:20:17 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9O003FTURJNJ80@i_mtaout4.012.net.il> for emacs-devel@gnu.org; Sun, 02 Nov 2008 06:21:20 +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:105260 Archived-At: > Date: Sun, 2 Nov 2008 05:03:33 +0100 > From: "Juanma Barranquero" > Cc: dhruvakm@gmail.com, emacs-devel@gnu.org > > On Sat, Nov 1, 2008 at 18:01, Eli Zaretskii wrote: > > > Did this work before my changes? > > AFAICS, before your changes emacsclient -t produced "emacsclient.exe: > could not get terminal name", and emacsclient -c produced "*ERROR*: > Invalid terminal device". That's what I thought. Supporting -c will take a bit more work. I'll look into it when I have a little time. I think -t doesn't make sense with the native Windows port of Emacs, but it needs to fail gracefully, not by hitting an assertion. > > Could you please force Emacs to load server.el, rather than > > server.elc, before you invoke server-mode? > > See the attached backtrace (which is identical for emacsclient -c or -t). Thanks.