[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs lisp in javascript?
From: |
Jeremiah Dodds |
Subject: |
Re: emacs lisp in javascript? |
Date: |
Wed, 02 May 2012 10:44:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Thomas Lord <address@hidden> 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 .