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: GtkPlug patch Date: Sun, 01 Jan 2006 19:25:01 -0500 Message-ID: References: <1135638582.8912.53.camel@localhost.localdomain> <1135839726.8759.3.camel@localhost.localdomain> <43B66638.70305@swipnet.se> <1136049874.4284.3.camel@farmer> <43B7FBD3.1040205@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136161720 17944 80.91.229.2 (2 Jan 2006 00:28:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2006 00:28:40 +0000 (UTC) Cc: m_wingert@sbcglobal.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 02 01:28:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EtDZ0-00037p-N2 for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2006 01:28:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtDaX-0006iK-1p for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2006 19:30:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EtDYI-0006DR-20 for emacs-devel@gnu.org; Sun, 01 Jan 2006 19:27:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EtDYF-0006Cd-5V for emacs-devel@gnu.org; Sun, 01 Jan 2006 19:27:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtDYD-0006CN-Pa for emacs-devel@gnu.org; Sun, 01 Jan 2006 19:27:50 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EtDZB-00031X-79 for emacs-devel@gnu.org; Sun, 01 Jan 2006 19:28:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EtDVV-00007z-A6; Sun, 01 Jan 2006 19:25:01 -0500 Original-To: =?ISO-8859-15?Q?Jan_Dj=E4rv?= In-reply-to: <43B7FBD3.1040205@swipnet.se> (message from =?ISO-8859-15?Q?Jan_Dj=E4rv?= on Sun, 01 Jan 2006 16:57:07 +0100) 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:48611 Archived-At: > Does anyone know what we need to do > to make the Xt versions of Emacs handle XEmbed? Since Emacs has its own event loop, the implementation for non-Xt (i.e. pure Xlib) would be the same as for Xt. Like the drop part of drag and drop is now. So much the better--but still, does someone know how to make the event loop handle these?