all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Michael Reilly <pmr@pajato.com>
To: William Gardella <gardellawg@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs Webapp/Plugin
Date: Sun, 29 Jul 2012 06:53:07 -0400	[thread overview]
Message-ID: <CAGwjgEj0-bdMaTvQW3EsPKjxxLdkO0L2Lh-muQ2E1+VPg9kZXA@mail.gmail.com> (raw)
In-Reply-To: <878ve3h90z.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2652 bytes --]

On Sat, Jul 28, 2012 at 5:26 PM, William Gardella <gardellawg@gmail.com>wrote:

> Paul Michael Reilly <pmr@pajato.com> writes:
>
> ...
> > I use this all the time.  What I'm trying to accomplish is to
> > integrate Emacs into the Browser via a plugin/extension mechanism.
> >  My underlying model is Chrome OS where you cannot install Emacs for
> > something like Edit_with_Emacs to connect via the Emacs server.
> >
> > -pmr
>
> As I understand it, you can install software onto a Chromebook or
> similar by putting the device into developer/non-signed-boot mode, after
> which it is similar to installing stuff on a Gentoo box.  Even without
> resorting to that, one could always SSH into a "proper" GNU system with
> an Emacs server installed; this is what I have long done on work
> computers (usually Windows boxes) that don't permit me to install
> software.  There is a working SSH client in the Chrome Web Store.
>

Again, my goal is to have a seamless, robust Emacs experience when editing
or viewing files in a Web constrained device.  Nothing exemplifies the
experience I am after more than visiting an org-mode file on my server
directly or via something like Google Drive or Drop Box and having the file
handler be Emacs, i.e. I visit https://my.server.com/foo.org and rather
than see the browser display something akin to "Sorry, I don't know how to
deal with that, Jim", I want the opened tab to display what org-mode would
display and keystrokes in the tab to be interpreted as org-mode would, by
an Emacs instance handling the file.

Using an ssh type mechanism is neither seamless, robust nor practical.

Other than that, I think the cause is basically hopeless; a Chromebook
> is a Tivoized device.
>

My cause is not hopeless, I am convinced.  I've never used a Tivo so I do
not understand the analogy.  Also, I use the Chromebook as a name to
characterize an experience: where a browser is the main (possibly sole)
application and all computing is done via URL references.  This computing
model is important to me because it enormously simplifies my computing
environment and allows me to focus on hacking rather than system
administration.  It also allows me to use commodity hardware, although I
will be the first to admit that the initial Chromebook devices were
underpowered and less than useful.  On my MacBook Air, I basically use
Chrome and Emacs, which was the catalyst to asking the question: is there a
way to combine the two seamlessly?  I cannot imagine Emacs ever being a
Chrome replacement but I can imagine Emacs handling a file in a Chrome tab.
 Now I just need to find a practical way to make it happen. :-)

-pmr

[-- Attachment #2: Type: text/html, Size: 3336 bytes --]

  reply	other threads:[~2012-07-29 10:53 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-27 16:47 Emacs Webapp/Plugin Paul Michael Reilly
2012-07-27 18:13 ` joakim
2012-07-27 23:56 ` Jeremiah Dodds
2012-07-28  2:56   ` Paul Michael Reilly
2012-07-28 21:26     ` William Gardella
2012-07-29 10:53       ` Paul Michael Reilly [this message]
2012-07-29 15:21         ` Bastien
2012-07-29 16:14         ` William Gardella
2013-10-04 10:03         ` Alex Bennée
2013-10-04 15:39           ` Paul Michael Reilly
2013-10-05 16:48             ` Richard Stallman
2013-10-06 18:59               ` Paul Michael Reilly
2013-10-07 13:36                 ` Richard Stallman
2012-07-28 13:58 ` Richard Stallman
2012-07-29  0:54   ` Miles Bader
2012-07-29 11:18     ` Paul Michael Reilly
2012-08-05 17:06     ` Richard Stallman
2012-08-08  5:19       ` William Gardella
2012-07-29 11:11   ` Paul Michael Reilly
2012-07-30  1:47     ` Richard Stallman
2012-07-30  2:34       ` Stephen J. Turnbull
2012-07-30  8:30         ` joakim
2012-07-31 22:32           ` Richard Stallman
2012-07-31 22:49             ` chad
2012-08-01  9:20               ` joakim
2012-08-01 22:42                 ` Richard Stallman
2012-08-02  7:41                   ` joakim
2012-08-02 23:38                     ` Richard Stallman
2012-08-03 19:09                       ` joakim
2012-08-04  5:43                         ` Richard Stallman
2012-08-02 23:38                     ` Richard Stallman
2012-08-03 19:27                       ` joakim
2012-08-04  5:43                         ` Richard Stallman
2012-08-04  8:13                           ` joakim
2012-08-04  2:43                       ` Jason Rumney
2012-08-05  0:04                         ` Richard Stallman
2012-07-31 22:32         ` Richard Stallman
2012-08-04 10:06       ` Miles Bader
2012-08-04 13:01         ` Lennart Borgman
2012-08-04 15:38           ` Nix
2012-08-05  0:04         ` Richard Stallman
2012-08-05  0:31           ` Miles Bader
2012-08-05 21:01             ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGwjgEj0-bdMaTvQW3EsPKjxxLdkO0L2Lh-muQ2E1+VPg9kZXA@mail.gmail.com \
    --to=pmr@pajato.com \
    --cc=emacs-devel@gnu.org \
    --cc=gardellawg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.