From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Can win32 emacsclient connect to a Linux emacs process? Date: Thu, 23 Dec 2010 00:26:24 -0500 Message-ID: References: <2811ea3c-ecc4-4620-a1ce-52979bcd0173@i32g2000pri.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1293082021 25543 80.91.229.12 (23 Dec 2010 05:27:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2010 05:27:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 23 06:26:55 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVdhX-0003wf-DN for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Dec 2010 06:26:55 +0100 Original-Received: from localhost ([127.0.0.1]:59269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVdhW-0007vu-UR for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Dec 2010 00:26:54 -0500 Original-Received: from [140.186.70.92] (port=49713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVdh6-0007vp-At for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 00:26:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVdh5-0004sW-9A for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 00:26:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVdh5-0004sS-6K for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 00:26:27 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PVdh2-00010J-1u for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 00:26:24 -0500 In-reply-to: <2811ea3c-ecc4-4620-a1ce-52979bcd0173@i32g2000pri.googlegroups.com> (message from Tom on Tue, 21 Dec 2010 09:48:32 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77814 Archived-At: > From: Tom > Newsgroups: gnu.emacs.help > Date: Tue, 21 Dec 2010 09:48:32 -0800 (PST) > > P:\>"C:\My Documents\emacs-23.2\bin\emacsclient.exe" -f p:\.emacs.d > \server\server -c > C:\My Documents\emacs-23.2\bin\emacsclient.exe: connected to remote > socket at 10.11.241.52 > *ERROR*: Could not open file: CONOUT$ What did you expect to happen as result of this command? Please keep in mind that an Emacs running on a GNU/Linux machine cannot open a frame on a Windows machine, because the code to handle the Windows GUI is not compiled into a GNU/Linux build. (The error message could use some improvement, though...)