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 00:25:40 +0200 Organization: disorganized Message-ID: <87vdx89ajf.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220740725 20055 80.91.229.12 (6 Sep 2008 22:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 22:38:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 00:39:39 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 1Kc6RN-0007AJ-Rb for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 00:39:38 +0200 Original-Received: from localhost ([127.0.0.1]:53525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc6QO-0005g7-9d for ged-emacs-devel@m.gmane.org; Sat, 06 Sep 2008 18:38:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc6QK-0005g2-FY for emacs-devel@gnu.org; Sat, 06 Sep 2008 18:38:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc6QH-0005fY-TE for emacs-devel@gnu.org; Sat, 06 Sep 2008 18:38:31 -0400 Original-Received: from [199.232.76.173] (port=52405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc6QH-0005fQ-Pr for emacs-devel@gnu.org; Sat, 06 Sep 2008 18:38:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:33111 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 1Kc6QH-0002DX-Cf for emacs-devel@gnu.org; Sat, 06 Sep 2008 18:38:29 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kc6QA-0005Yv-RA for emacs-devel@gnu.org; Sat, 06 Sep 2008 22:38:22 +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 22:38:22 +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 22:38:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 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:eWoGihrODnXd4xuhJTJJx8KOkCI= 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:103615 Archived-At: 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. David