From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Embedding Emacs in other apps Date: Sat, 29 May 2010 19:53:56 -0400 Message-ID: <878w72nu23.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275177249 7453 80.91.229.12 (29 May 2010 23:54:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 May 2010 23:54:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 30 01:54:08 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 1OIVqy-0006EC-2q for ged-emacs-devel@m.gmane.org; Sun, 30 May 2010 01:54:08 +0200 Original-Received: from localhost ([127.0.0.1]:56444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIVqv-0006ot-QK for ged-emacs-devel@m.gmane.org; Sat, 29 May 2010 19:54:05 -0400 Original-Received: from [140.186.70.92] (port=60685 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIVqr-0006o7-CX for emacs-devel@gnu.org; Sat, 29 May 2010 19:54:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIVqq-0002xa-CG for emacs-devel@gnu.org; Sat, 29 May 2010 19:54:01 -0400 Original-Received: from pantheon-po14.its.yale.edu ([130.132.50.23]:47462) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIVqq-0002x6-9d for emacs-devel@gnu.org; Sat, 29 May 2010 19:54:00 -0400 Original-Received: from furry (adsl-99-58-202-102.dsl.wlfrct.sbcglobal.net [99.58.202.102]) (authenticated bits=0) by pantheon-po14.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o4TNrvKP031797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 29 May 2010 19:53:58 -0400 Original-Received: by furry (Postfix, from userid 1000) id 217AA16D427; Sat, 29 May 2010 19:53:57 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/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:125351 Archived-At: > I've wondered if it is possible to embed emacs in other applications, > so for example that I can edit textfields in my browser using emacs. > I quickly found this NEWS entry for emacs 23. > > | *** Emacs now supports the XEmbed specification. > > But this --parent-id option is only available to emacs, not > emacsclient. Is that intended or technically not feasible otherwise? I've just added a --parent-id option to emacsclient. Thanks to Jan for a helpful testcase.