From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: gmane.emacs.help Subject: Re: A femtolisp based emacs clone Date: Thu, 25 Aug 2016 22:22:08 +0100 Organization: A noiseless patient Spider Message-ID: <871t1ck0hr.fsf@bsb.me.uk> References: <6ea295ed-010d-476d-b832-9e850a98a609@googlegroups.com> <20160823235249.b49733686b125af962883642@speakeasy.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472160336 1591 195.159.176.226 (25 Aug 2016 21:25:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 25 Aug 2016 21:25:36 +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 Aug 25 23:25:32 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bd29T-00005N-Mn for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2016 23:25:31 +0200 Original-Received: from localhost ([::1]:58096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bd29Q-0003fh-VH for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Aug 2016 17:25:29 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-Injection-Info: mx02.eternal-september.org; posting-host="017616aa25f81ec581c44d76d61ba2f3"; logging-data="6030"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19GQAH9R16LcjLNTByFE5I26GnRMhePbeI=" Cancel-Lock: sha1:RMCl5obo51JVQJe2XuAeA3cAM3Y= sha1:b7IO4bRR0oNspRC9w8/llDMYEkI= X-BSB-Auth: 1.1a59dbbb39622a1a9be9.20160825222208BST.871t1ck0hr.fsf@bsb.me.uk Original-Xref: usenet.stanford.edu gnu.emacs.help:218752 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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:111199 Archived-At: "James K. Lowden" writes: > Imagine if "emacs --daemon" opened a TCP port instead of a unix domain > socket. It can, can't it? It may be that the protocol does not work well in the situation you discuss below, and it might not offer the right level of security, but it may be worth a try. > You start emacsclient on whatever gadget you have. Maybe > it's a Windows box; maybe it's an iPad. Maybe there's a javascript > implementation, and it runs in the browser. You connect to your > editor daemon, deal with your document. Save, exit, disconnect. If > Amtrak finds a dead spot, you're summarily disconnected, but when you > resume, the client -- just like HTTP -- learns from the server what the > current display looks like, rebuilds it, and you start again. -- Ben.