From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Embedding Emacs in other apps Date: Wed, 28 Apr 2010 08:35:49 +0200 Message-ID: <201004280835.50189.tassilo@member.fsf.org> References: <201004271800.26807.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272436577 5780 80.91.229.12 (28 Apr 2010 06:36:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 06:36:17 +0000 (UTC) Cc: joakim@verona.se To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 28 08:36:16 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O70sY-0006Ek-CM for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 08:36:14 +0200 Original-Received: from localhost ([127.0.0.1]:32803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O70sX-0002d0-9m for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 02:36:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O70sH-0002Z1-Jb for emacs-devel@gnu.org; Wed, 28 Apr 2010 02:35:57 -0400 Original-Received: from [140.186.70.92] (port=38587 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O70sF-0002Y4-DV for emacs-devel@gnu.org; Wed, 28 Apr 2010 02:35:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O70sD-0002vD-Vv for emacs-devel@gnu.org; Wed, 28 Apr 2010 02:35:55 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:4027) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O70sD-0002v8-Px for emacs-devel@gnu.org; Wed, 28 Apr 2010 02:35:53 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id CE72B78A440F; Wed, 28 Apr 2010 08:35:52 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23098-07; Wed, 28 Apr 2010 08:35:50 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 6E15B78A440E; Wed, 28 Apr 2010 08:35:50 +0200 (CEST) User-Agent: KMail/1.13.2 (Linux/2.6.33-gentoo-r1; KDE/4.4.2; x86_64; ; ) In-Reply-To: X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?iso-8859-1?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB?= =?iso-8859-1?q?=7D5/Ea=5BhU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u 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:124282 Archived-At: On Tuesday 27 April 2010 20:26:42 joakim@verona.se wrote: Hi Joakim, > > And the other thing: Is there some example code showing how I can > > embed emacs in my own application? > > There are some examples in the emacswiki. Unfortunately, I cannot find one of them. There's http://www.emacswiki.org/emacs/EmacsXembed with a screenshot of emacs embedded in emacs (and some other gtk widgets), and there's talk about a demo app, but its code is not linked from there... Bye, Tassilo