From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tu, Do" Newsgroups: gmane.emacs.help Subject: Is it possible to use another GUI client and connect it to Emacs? Date: Thu, 26 Mar 2015 21:58:06 -0700 (PDT) Message-ID: <65032dea-8fc9-4dce-b477-802c46fdc837@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1427432419 9335 80.91.229.3 (27 Mar 2015 05:00:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2015 05:00:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 27 06:00:19 2015 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 1YbMNW-0003NE-So for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2015 06:00:19 +0100 Original-Received: from localhost ([::1]:47614 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbMNW-0003id-85 for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Mar 2015 01:00:18 -0400 X-Received: by 10.50.43.170 with SMTP id x10mr33932807igl.2.1427432286879; Thu, 26 Mar 2015 21:58:06 -0700 (PDT) X-Received: by 10.50.221.44 with SMTP id qb12mr124636igc.11.1427432286827; Thu, 26 Mar 2015 21:58:06 -0700 (PDT) Original-Path: usenet.stanford.edu!z20no93416igj.0!news-out.google.com!q14ni292ign.0!nntp.google.com!z20no93410igj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.161.14.188; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.14.188 User-Agent: G2/1.0 Injection-Date: Fri, 27 Mar 2015 04:58:06 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211094 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:103376 Archived-At: For example, is it possible for me to write a package that connects Emacs f= rom Firefox and exchange messages, so that I can manipulate texts and Firef= ox layout directly from headless Emacs server? Firefox is just an example. In general, I want to create a client that send= s messages to Emacs daemon and receive back messages that tell my client ho= w to manipulate my GUI objects and my client then starts handling based on = the instructions. Currently, how easy it is to implement something like tha= t?