emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: An Emacs plug-in for a browser (Firefox?)


From: T. V. Raman
Subject: Re: An Emacs plug-in for a browser (Firefox?)
Date: Fri, 5 Sep 2008 06:33:46 -0700

I'd leave the JavaScript engine completely on the Web browser
side, wouldn't let it perform *any* operations to Emacs (reason:
security).

I'd enable Emacs Lisp access to JavaScript, perhaps via a socket,
and allow lisp programs to generate and send javascript down that
socket. Incidentally I already do the latter with Firefox and an
extension called mozrepl.

>>>>> "Phil" == Phil Jackson <address@hidden> writes:
    Phil> address@hidden writes:
    >>> And this approach would appear to have a platform
    >>> independent nature, highly appealing.  I don't know
    >>> anything about Webkit.  Are you talking about adding
    >>> Webkit to the C level of Emacs, doing an Emacs Lisp
    >>> binding to Webkit (probably running in a separate process
    >>> or mulitple processes ala Chrome) or something else?
    >> 
    >> It's somewhat possible to do this already. I mailed a
    >> patch to emacs-devel some time ago that lets Emacs embed
    >> gtk widgets in a buffer, like images. (Its very alpha but
    >> shows that its possible, at least)
    Phil> 
    Phil> So, out of interest, how would a Javascript engine (if
    Phil> any) and elisp co-exist in any sort of harmony?
    Phil> 
    Phil> Cheers, Phil -- Philip Jackson
    Phil> http://www.shellarchive.co.uk

-- 
Best Regards,
--raman

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]