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: how to implement xembed in emacs? Date: Sun, 16 Dec 2007 17:27:18 +0100 Message-ID: References: <47650613.9050404@swipnet.se> <4765526D.2010000@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1197823353 14546 80.91.229.12 (16 Dec 2007 16:42:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2007 16:42:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 16 17:42:44 2007 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 1J3wZU-0001uH-9q for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2007 17:42:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3wZB-0004G6-49 for ged-emacs-devel@m.gmane.org; Sun, 16 Dec 2007 11:42:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3wXU-0003fS-0q for emacs-devel@gnu.org; Sun, 16 Dec 2007 11:40:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3wXS-0003fC-A8 for emacs-devel@gnu.org; Sun, 16 Dec 2007 11:40:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3wXS-0003f9-3q for emacs-devel@gnu.org; Sun, 16 Dec 2007 11:40:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] 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 1J3wXR-0002WK-E9 for emacs-devel@gnu.org; Sun, 16 Dec 2007 11:40:25 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J3wXI-0001RW-EQ for emacs-devel@gnu.org; Sun, 16 Dec 2007 16:40:16 +0000 Original-Received: from ua-83-227-131-3.cust.bredbandsbolaget.se ([83.227.131.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Dec 2007 16:40:16 +0000 Original-Received: from joakim by ua-83-227-131-3.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Dec 2007 16:40:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ua-83-227-131-3.cust.bredbandsbolaget.se User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:Fr4jqPS2ludNIQa9d97lY+9stbo= 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:85184 Archived-At: Jan Djärv writes: > joakim@verona.se skrev: >> Jan Djärv writes: >> >>> There already exist a patch for this from Timo Savola. It has not >>> been installed yet, but will be once unicode2 becomes HEAD. >> >> Yes, its the patch I mention below. However, as far as I can >> determine, the patch implements the case of embedding emacs in other >> applications, not the case of embedding other applications in >> emacs. Am I wrong? >> > > Ah, I didn't read carefully enough. You are not wrong. I don't know > if there is some legal issues with this, but you should check that out > first. There should be no problem if all applications use compatible licenses, right? So there should be only technical issues. GTK has support for embedding: http://library.gnome.org/devel/gtk/unstable/GtkSocket.html using that method would mean that native gtk widgets should be implemented inside an emacs buffer. > > Jan D. -- Joakim Verona