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: embedding gtk widgets in a buffer Date: Sun, 11 May 2008 10:25:16 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210494834 20937 80.91.229.12 (11 May 2008 08:33:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 08:33:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 11 10:34:29 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 1Jv70m-00029l-6x for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 10:34:28 +0200 Original-Received: from localhost ([127.0.0.1]:41286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv702-0004ZK-T0 for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 04:33:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jv6w4-0003Tg-HE for emacs-devel@gnu.org; Sun, 11 May 2008 04:29:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jv6w0-0003Sm-GF for emacs-devel@gnu.org; Sun, 11 May 2008 04:29:34 -0400 Original-Received: from [199.232.76.173] (port=35030 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv6vy-0003SL-EB for emacs-devel@gnu.org; Sun, 11 May 2008 04:29:30 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:53807 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 1Jv6vw-0005wS-1e; Sun, 11 May 2008 04:29:28 -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 m4B8TNUH002262; Sun, 11 May 2008 10:29:24 +0200 In-Reply-To: (Richard M. Stallman's message of "Sun, 11 May 2008 03:35:03 -0400") 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:96963 Archived-At: Richard M Stallman writes: > I can now xembed emacs within emacs. > > How sick! Glad you liked it :) It makes for a nice demo, and now we can tell people complaining of Gnus locking up their Emacs sessions to just start a new embedded Emacs! > > The embedded emacs, however, can't receive keyboard focus. > > Many programs would need to get keyboard focus. > The xembed should set up a keymap with a command > to give the focus to that program. > > That command could be RET and/or C-c C-c. I agree that this is how it should work. I havent found how to implement yet it though. -- Joakim Verona