From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: embedding gtk widgets in a buffer Date: Sun, 11 May 2008 03:35:03 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1210491459 13751 80.91.229.12 (11 May 2008 07:37:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 07:37:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 11 09:38:14 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 1Jv68L-0005bc-Vd for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 09:38:14 +0200 Original-Received: from localhost ([127.0.0.1]:50573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv67d-0000t9-4w for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 03:37:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jv669-0000Ow-1m for emacs-devel@gnu.org; Sun, 11 May 2008 03:35:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jv667-0000OW-2O for emacs-devel@gnu.org; Sun, 11 May 2008 03:35:56 -0400 Original-Received: from [199.232.76.173] (port=58284 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv666-0000OS-QT for emacs-devel@gnu.org; Sun, 11 May 2008 03:35:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jv666-0007tn-Lf for emacs-devel@gnu.org; Sun, 11 May 2008 03:35:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jv65H-0005PB-Qj; Sun, 11 May 2008 03:35:03 -0400 In-reply-to: (joakim@verona.se) 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:96961 Archived-At: I can now xembed emacs within emacs. How sick! 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.