From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeremiah Dodds Newsgroups: gmane.emacs.devel Subject: Re: emacs lisp in javascript? Date: Wed, 02 May 2012 10:44:24 -0400 Message-ID: <877gwu7id3.fsf@destructor.i-did-not-set--mail-host-address--so-tickle-me> References: <1335892568.2966.7.camel@dell-desktop.example.com> <87wr4vvlvy.fsf@googlemail.com> <1335895167.2966.22.camel@dell-desktop.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335970012 8802 80.91.229.3 (2 May 2012 14:46:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 May 2012 14:46:52 +0000 (UTC) Cc: Thorsten Jolitz , emacs-devel@gnu.org To: Thomas Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 02 16:46:51 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SPapP-0008Sn-4d for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 16:46:51 +0200 Original-Received: from localhost ([::1]:60916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPapL-0003nZ-0a for ged-emacs-devel@m.gmane.org; Wed, 02 May 2012 10:46:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPapA-0003mh-8T for emacs-devel@gnu.org; Wed, 02 May 2012 10:46:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPap8-00019X-Be for emacs-devel@gnu.org; Wed, 02 May 2012 10:46:35 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:48622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPap8-00019R-5D for emacs-devel@gnu.org; Wed, 02 May 2012 10:46:34 -0400 Original-Received: by qcsd16 with SMTP id d16so509438qcs.0 for ; Wed, 02 May 2012 07:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ZjzT+lNNCF9n/U/KwdJJaujceoDrS61TILgtdsJr7go=; b=itu/149D8a+9bYE8aqLjLRrtfEEtR78V044jPPPLUWhGImXnC4jwV267NuvZtH/Zsb wYatOargpe+ILjWJcKbsShsPJGyUsSXFyhwboMIe1JDXAHmWjfKDgfabGxBoJ+fZhvVi rloxg0x42Cu9I1bXoVVbhO2VHFJunefxinhW9xYJEMVjL2yCovyk+YFNtYlQ4/Dpx32e nrAZmSpdg+Osp/TQQHwSxQLZlA2N4krLDNrkFtoHEaPIbntBxC2pvSsrCHh5/NOLNX07 wHFzFRGyFKaufy6vYBq831InoGnt1+RmpjddMzZmvV64GMrm8yL6tQf0QxlnrEKlhrsK pE6w== Original-Received: by 10.60.14.226 with SMTP id s2mr9740655oec.29.1335969991932; Wed, 02 May 2012 07:46:31 -0700 (PDT) Original-Received: from destructor (adsl-76-244-159-55.dsl.akrnoh.sbcglobal.net. [76.244.159.55]) by mx.google.com with ESMTPS id xh3sm2170263obb.13.2012.05.02.07.46.28 (version=SSLv3 cipher=OTHER); Wed, 02 May 2012 07:46:30 -0700 (PDT) In-Reply-To: <1335895167.2966.22.camel@dell-desktop.example.com> (Thomas Lord's message of "Tue, 01 May 2012 10:59:27 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150214 Archived-At: Thomas Lord writes: > Well, the specific goal I had in mind was this: > > Suppose that you could run GNU Emacs in any decent browser, > storing your files over the net -- in something similar > to DropBox or Google Drive. The servers would be free software, > with multiple providers, good terms of service, > and sane security features, unlike DropBox and Google > Drive. > > -t It would probably be easier to work on embedding emacs in a browser, rather than dealing with writing an implementation of elisp in javascript. It that vein, you might want to take a look at https://github.com/stsquad/emacs_chrome .