From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: esabof@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Connect emacsclient to a daemon running remotely. Date: Wed, 24 Apr 2013 10:34:30 -0700 (PDT) Message-ID: <48d78f22-4dea-45a1-975d-a925a2a38719@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1366829854 29093 80.91.229.3 (24 Apr 2013 18:57:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2013 18:57:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 24 20:57:38 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UV4sp-0007uI-M0 for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Apr 2013 20:57:35 +0200 Original-Received: from localhost ([::1]:38996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV4sp-0002vo-DG for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Apr 2013 14:57:35 -0400 X-Received: by 10.224.217.195 with SMTP id hn3mr25285980qab.5.1366824870986; Wed, 24 Apr 2013 10:34:30 -0700 (PDT) X-Received: by 10.49.35.111 with SMTP id g15mr3349994qej.15.1366824870968; Wed, 24 Apr 2013 10:34:30 -0700 (PDT) Original-Path: usenet.stanford.edu!gp5no2336176qab.0!news-out.google.com!ef9ni16592qab.0!nntp.google.com!gp5no5698625qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.3.182.83; posting-account=hvyt3AoAAAAdOSTOoji20fUtIaG9BH0F Original-NNTP-Posting-Host: 86.3.182.83 User-Agent: G2/1.0 Injection-Date: Wed, 24 Apr 2013 17:34:30 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:198064 X-Mailman-Approved-At: Wed, 24 Apr 2013 14:57:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90331 Archived-At: On Wednesday, April 24, 2013 5:50:09 PM UTC+1, Eli Zaretskii wrote: > > Date: Wed, 24 Apr 2013 14:51:41 +0100 > > > I was thinking about a setup, where I'd have a linux VM with emacs daemon > > > running inside it, and have emacsclient running on windows connect to it in > > > some way. > > > > > > Is this possible > > > > I don't think so: Emacs running on Unix or GNU/Linux systems doesn't > > know how to create a frame on Windows. > So basically all emacslient does is send a "create frame" command to the daemon? > > I suggest to use a terminal emulator instead, e.g. PuTTY, then ytou > > can have TTY frames on Windows. Another possibility is to install an > > X server on Windows (e.g., X-ming), in which case you can have GUI > > frames on Windows. I might end up running an emacs instance in each enviroment, and send forms to be evaled through ssh.