From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: local emacs and a remote emacs daemon Date: Fri, 19 Jul 2019 08:13:14 -0500 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="80779"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 19 15:14:10 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hoSi8-000KtJ-F6 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Jul 2019 15:14:08 +0200 Original-Received: from localhost ([::1]:45044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoSi7-0006PT-EW for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Jul 2019 09:14:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60158) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoSi4-0006N5-NW for help-gnu-emacs@gnu.org; Fri, 19 Jul 2019 09:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoSi3-0008KH-Qs for help-gnu-emacs@gnu.org; Fri, 19 Jul 2019 09:14:04 -0400 Original-Received: from chocolate.birch.relay.mailchannels.net ([23.83.209.35]:4994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoSi3-0007lM-Ia for help-gnu-emacs@gnu.org; Fri, 19 Jul 2019 09:14:03 -0400 X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com Original-Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id AB2EE500425 for ; Fri, 19 Jul 2019 13:13:21 +0000 (UTC) Original-Received: from mi3-ss4.a2hosting.com (100-96-11-126.trex.outbound.svc.cluster.local [100.96.11.126]) (Authenticated sender: a2hosting) by relay.mailchannels.net (Postfix) with ESMTPA id 0D56B50091C for ; Fri, 19 Jul 2019 13:13:20 +0000 (UTC) X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com Original-Received: from mi3-ss4.a2hosting.com ([TEMPUNAVAIL]. [68.66.200.199]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.17.3); Fri, 19 Jul 2019 13:13:21 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-MailChannels-Auth-Id: a2hosting X-Daffy-Skirt: 1777e5b666d2c93e_1563542001428_154182394 X-MC-Loop-Signature: 1563542001428:3103903119 X-MC-Ingress-Time: 1563542001428 Original-Received: from [162.251.11.6] (port=57135 helo=[192.168.1.121]) by mi3-ss4.a2hosting.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hoShH-00D0aW-5H for help-gnu-emacs@gnu.org; Fri, 19 Jul 2019 09:13:15 -0400 X-Mailer: Apple Mail (2.3445.104.11) X-AuthUser: pedz+easesoftware.com@mi3-ss4.a2hosting.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 23.83.209.35 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.help:121205 Archived-At: On my Mac laptop I have a local emacs running. On a remote host, I have = emacs running in server / daemon mode. The local laptop is a Mac while = the remote machine is Ubuntu so the two emacs do not have a common = window system. I could (and have) installed XQuartz to the Mac can = display X11 clients but I=E2=80=99m not sure that helps in this case. Has any work been done to allow the local emacs to open a new frame and = display a buffer on the remote emacs server? It appears as if the remote daemon is able to run lisp expressions and = communicate the results back. Probably the best way to help me is to point me to the fundamental = functions involved. In effect, how does emacsclient =E2=80=9Ctalk=E2=80=9D= to a daemon. I assume there are some primitives that the rest of the = functionality is built up from. I=E2=80=99m assuming that the = functionality built into emacsclient is also built into emacs (to = rephrase, there is nothing essential in emacsclient that isn=E2=80=99t = also in emacs). Thank you for your time, Perry