From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: An Emacs plug-in for a browser (Firefox?) Date: Sun, 07 Sep 2008 01:08:20 +0200 Organization: disorganized Message-ID: <87r67w98kb.fsf@localhorst.mine.nu> References: <18624.40059.414121.633475@gargle.gargle.HOWL> <48C0BB3A.4080201@pajato.com> <87zlmnezy9.fsf@shellarchive.co.uk> <48C0FC53.4020806@gmail.com> <6fa54e4e0809050420i5132ace5red5a011b69ecd1ed@mail.gmail.com> <6fa54e4e0809060348l2ca36872u2445d0824960021b@mail.gmail.com> <87zlml7y8v.fsf@localhorst.mine.nu> <48C2FADA.5090902@gmail.com> <87vdx89ajf.fsf@localhorst.mine.nu> <48C308AA.2080508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220743427 28460 80.91.229.12 (6 Sep 2008 23:23:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 23:23:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 01:24:42 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kc78y-0007YE-Qn for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 01:24:41 +0200 Original-Received: from localhost ([127.0.0.1]:43698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc77x-00055u-DC for ged-emacs-devel@m.gmane.org; Sat, 06 Sep 2008 19:23:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc77t-00055p-7J for emacs-devel@gnu.org; Sat, 06 Sep 2008 19:23:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc77p-00055d-OX for emacs-devel@gnu.org; Sat, 06 Sep 2008 19:23:31 -0400 Original-Received: from [199.232.76.173] (port=49892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc77p-00055a-LJ for emacs-devel@gnu.org; Sat, 06 Sep 2008 19:23:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:40898 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kc77p-0006y4-5O for emacs-devel@gnu.org; Sat, 06 Sep 2008 19:23:29 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kc77g-00077A-EP for emacs-devel@gnu.org; Sat, 06 Sep 2008 23:23:20 +0000 Original-Received: from e178062192.adsl.alicedsl.de ([85.178.62.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 23:23:20 +0000 Original-Received: from david.hansen by e178062192.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Sep 2008 23:23:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178062192.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:dbFL2BBtSpSX534Yyuq3mJNwHKA= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103618 Archived-At: On Sun, 07 Sep 2008 00:48:10 +0200 Lennart Borgman wrote: > David Hansen wrote: >> On Sat, 06 Sep 2008 23:49:14 +0200 Lennart Borgman wrote: >> >>> David Hansen wrote: >>>> Someone mentioned that it would be really cool to access all the DOM >>>> stuff from Emacs Lisp. I have to admit that this would be pretty >>>> appealing (though I'm not sure if it's really worth the work). >>> Is perhaps that possible using MozRepl? I am not sure how embedding >>> actually add something in this respect, but I might be wrong. >> >> That would be JS and not Lisp. Not that much fun. > > But somewhere the conversion still have to be made. Could not that > conversion be done using MozRepl as connector so to say? There are experimental GObject bindings for the WebKit DOM. It shouldn't be to hard to have a new Lisp type "GObject". As a free gift we could then as well write arbitrary GTK apps in Elisp. Which would be quite awesome combined with Joakims work. David