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: Tue, 27 Apr 2010 20:43:46 +0200 Message-ID: <201004272043.46496.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 1272394048 9553 80.91.229.12 (27 Apr 2010 18:47:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2010 18:47:28 +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 Tue Apr 27 20:47:26 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 1O6poY-0004CR-On for ged-emacs-devel@m.gmane.org; Tue, 27 Apr 2010 20:47:23 +0200 Original-Received: from localhost ([127.0.0.1]:47428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6poY-0004HO-68 for ged-emacs-devel@m.gmane.org; Tue, 27 Apr 2010 14:47:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6plA-0008Sh-05 for emacs-devel@gnu.org; Tue, 27 Apr 2010 14:43:52 -0400 Original-Received: from [140.186.70.92] (port=47158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6pl8-0008RI-JZ for emacs-devel@gnu.org; Tue, 27 Apr 2010 14:43:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6pl7-0000ef-6d for emacs-devel@gnu.org; Tue, 27 Apr 2010 14:43:50 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]:33915) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6pl7-0000eZ-4c for emacs-devel@gnu.org; Tue, 27 Apr 2010 14:43:49 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id E47A4F1D2D; Tue, 27 Apr 2010 14:43:48 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 27 Apr 2010 14:43:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:date:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; s=smtpout; bh=fOXhxFdqBibk8Aq8ASTtEYvwW8c=; b=S9hoCg3NQT2Av5b1Mw79RWsSNoTpsCZtQKzc0dwN3MPVw6/uBmzF+QZ0GonCj47/WgK+vth6IVMbr7T0dHmWeZPWWaQ0Tuy3gaRDKygQYEneVljq8YaR0+mnzV9VkzQkSimHogFrM9pFXS6xW4gC6xbNMKrc1mZEC3+MuPKKF0I= X-Sasl-enc: ZJ/BbWPoVSTRllVwy9HHaihOgdeTH/DUIMxvXBfxX183 1272393828 Original-Received: from thinkpad.localnet (p54AF14AA.dip0.t-ipconnect.de [84.175.20.170]) by mail.messagingengine.com (Postfix) with ESMTPSA id 70C0649EB7; Tue, 27 Apr 2010 14:43:48 -0400 (EDT) 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 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:124258 Archived-At: On Tuesday 27 April 2010 20:26:42 joakim@verona.se wrote: > > 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. Thanks, I'll have a look. Bye, Tassilo