From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Emacs plugin system & Gecko embedding Date: Mon, 05 May 2008 14:52:22 +0200 Message-ID: References: <5C8C12A1-373A-4691-B04A-7F1A3832A301@gmail.com> <481EFCEE.5060300@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209992220 31432 80.91.229.12 (5 May 2008 12:57:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 May 2008 12:57:00 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 05 14:57:35 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 1Jt0Fp-0001NQ-1d for ged-emacs-devel@m.gmane.org; Mon, 05 May 2008 14:57:17 +0200 Original-Received: from localhost ([127.0.0.1]:57879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jt0F7-0001Aq-F2 for ged-emacs-devel@m.gmane.org; Mon, 05 May 2008 08:56:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jt0F3-00018u-AY for emacs-devel@gnu.org; Mon, 05 May 2008 08:56:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jt0Ez-00014L-8T for emacs-devel@gnu.org; Mon, 05 May 2008 08:56:28 -0400 Original-Received: from [199.232.76.173] (port=58547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jt0Ez-000149-1o for emacs-devel@gnu.org; Mon, 05 May 2008 08:56:25 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64] helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jt0Ey-00070z-Gz for emacs-devel@gnu.org; Mon, 05 May 2008 08:56:24 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m45CuKKf008938; Mon, 5 May 2008 14:56:20 +0200 In-Reply-To: <481EFCEE.5060300@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Mon, 05 May 2008 14:26:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:96485 Archived-At: Jan Dj=E4rv writes: >> >> FWIW I'm working(rather slowly), towards the goal of allowing embedding = of >> gtk widgets in emacs buffers. If it suceeds, it would be possible to >> embed firefox in emacs, using the gtk-socket facility which allows for >> easy embedding of xembed capable programs. >> >> Initially the interaction between emacs and embedded apps would be very >> spartan though. > > You could go the other way as Emacs can be embedded now. I.e. embedd > Emacs in other apps. Yes this is possible right now with the current xembed support. It can be used already to embed Emacs in Firefox. I'm personally more curious about embedding apps and gtk controls in Emacs, though. > > Jan D. --=20 Joakim Verona