all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "T. V. Raman" <raman@users.sf.net>
To: pmr@pajato.com
Cc: emacs-devel@gnu.org, raman@users.sourceforge.net
Subject: Re: An Emacs plug-in for a browser (Firefox?)
Date: Fri, 5 Sep 2008 06:32:02 -0700	[thread overview]
Message-ID: <18625.13522.12465.58045@gargle.gargle.HOWL> (raw)
In-Reply-To: <48C0BB3A.4080201@pajato.com>



>>>>> "Paul" == Paul Michael Reilly <pmr@pajato.com> writes:
    Paul> T. V. Raman wrote:
    >> Persoanlly I'd prefer the embedding to go in the other
    >> direction, i.e. embed something like Webkit inside Emacs,
    >> ask Webki to render the Web into an emacs buffer, and
    >> enable full DOM access from Emacs Lisp.
    >> 
    >> This way security sandboxing can be per whatever webkit
    >> does, and emacs which typically runs with more previleges
    >> wouldn't have to worry about code that comes from the
    >> network doing unsafe things.
    Paul> 
    Paul> And this approach would appear to have a platform
    Paul> independent nature, highly appealing.  I don't know
    Paul> anything about Webkit.  Are you talking about adding
    Paul> Webkit to the C level of Emacs, doing an Emacs Lisp

Linking in Webkit at the C level, possibly as a shared library.
    Paul> binding to Webkit (probably running in a separate
Webkit should run in a separate process, I'd go so far as to run
a separate, new process for each Emacs buffer that one associates
with the Web. So  putting a buffer in web-mode would
automatically have that buffer talking to a fresh webkit process,
a la tabs in Chrome.

    Paul> process or mulitple processes ala Chrome) or something
    Paul> else?
    Paul> 

If you search for Webkit and Emacs, someone out there has
apparently succeeded in doing a very early pass at this via the
GTK binding for Emacs. But for such a binding to be truly
valuable from the emacs side, ie more than screen-dep, we would
also need Lisp access to the DOM.
    Paul> -pmr
    Paul> 
    Paul> 

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




  parent reply	other threads:[~2008-09-05 13:32 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-04 22:18 An Emacs plug-in for a browser (Firefox?) Paul Michael Reilly
2008-09-05  0:16 ` David De La Harpe Golden
2008-09-05  0:19 ` David House
2008-09-05  2:42 ` T. V. Raman
2008-09-05  4:53   ` Paul Michael Reilly
2008-09-05  6:44     ` joakim
2008-09-05  8:53       ` Phil Jackson
2008-09-05  9:21         ` joakim
2008-09-05  9:30           ` Lennart Borgman (gmail)
2008-09-05 11:20             ` Antoine Levitt
2008-09-06  7:12               ` Richard M. Stallman
2008-09-06 10:48                 ` Antoine Levitt
2008-09-06 21:04                   ` Richard M. Stallman
2008-09-06 21:36                     ` David Hansen
2008-09-06 21:49                       ` Lennart Borgman (gmail)
2008-09-06 22:25                         ` David Hansen
2008-09-06 22:48                           ` Lennart Borgman (gmail)
2008-09-06 23:08                             ` David Hansen
2008-09-06 22:41                       ` Sean O'Rourke
2008-09-07 23:36                       ` Richard M. Stallman
2008-09-06 16:42                 ` Chong Yidong
2008-09-06 16:58                   ` joakim
2008-09-06 19:42                     ` Chong Yidong
2008-09-06 20:20                     ` David Hansen
2008-09-06 21:54                   ` T. V. Raman
2008-09-06 20:11                 ` Stefan Monnier
2008-09-07 17:39                   ` Richard M. Stallman
2008-09-07 17:49                     ` Lennart Borgman (gmail)
2008-09-07 18:29                     ` Chong Yidong
2008-09-08  9:22                       ` Richard M. Stallman
2008-09-08 12:31                         ` Chong Yidong
2008-09-08 17:07                           ` Antoine Levitt
2008-09-08 19:05                             ` Thomas Lord
2008-09-08 19:07                               ` Antoine Levitt
2008-09-08 20:27                                 ` Thomas Lord
2008-09-08 20:34                               ` Stefan Monnier
2008-09-08 21:33                                 ` joakim
2008-09-08 21:46                                 ` Thomas Lord
2008-09-09  8:11                               ` Richard M. Stallman
2008-09-08 22:13                           ` Richard M. Stallman
2008-09-07 19:55                     ` Stefan Monnier
2008-09-08  9:22                       ` Richard M. Stallman
2008-09-05 13:33         ` T. V. Raman
2008-09-05 13:32     ` T. V. Raman [this message]
2008-09-05 20:40   ` Christian Faulhammer

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=18625.13522.12465.58045@gargle.gargle.HOWL \
    --to=raman@users.sf.net \
    --cc=emacs-devel@gnu.org \
    --cc=pmr@pajato.com \
    --cc=raman@users.sourceforge.net \
    /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.