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: Connect emacsclient to a daemon running remotely. Date: Wed, 24 Apr 2013 22:21:26 +0300 Message-ID: <83ip3bvio9.fsf@gnu.org> References: <48d78f22-4dea-45a1-975d-a925a2a38719@googlegroups.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1366831317 12489 80.91.229.3 (24 Apr 2013 19:21:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2013 19:21:57 +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 21:22:01 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 1UV5GS-0005UY-QY for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Apr 2013 21:22:00 +0200 Original-Received: from localhost ([::1]:34113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV5GS-0004y3-CU for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Apr 2013 15:22:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV5GC-0004wd-Vb for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 15:21:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV5G7-0006Le-SL for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 15:21:44 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:34969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV5G7-0006Fo-J8 for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 15:21:39 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MLR00000XNETM00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 22:21:25 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MLR00004XROC1D0@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Wed, 24 Apr 2013 22:21:25 +0300 (IDT) In-reply-to: <48d78f22-4dea-45a1-975d-a925a2a38719@googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:90332 Archived-At: > Date: Wed, 24 Apr 2013 10:34:30 -0700 (PDT) > From: esabof@gmail.com > > So basically all emacslient does is send a "create frame" command to the daemon? Yes. And server.el interprets that command and acts upon it.