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: Tue, 03 Jan 2006 13:27:37 -0500 Message-ID: References: <200601030753.k037rc1o021950@coolsville.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1136312985 24474 80.91.229.2 (3 Jan 2006 18:29:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2006 18:29:45 +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 Tue Jan 03 19:29:43 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 1EtquV-0006CY-3o for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2006 19:29:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Etqw7-0007so-NN for ged-emacs-devel@m.gmane.org; Tue, 03 Jan 2006 13:31:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Etqvm-0007qT-7P for emacs-devel@gnu.org; Tue, 03 Jan 2006 13:30:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Etqvj-0007or-Md for emacs-devel@gnu.org; Tue, 03 Jan 2006 13:30:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Etqvj-0007og-9y for emacs-devel@gnu.org; Tue, 03 Jan 2006 13:30:43 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Etqwz-0005ub-PQ for emacs-devel@gnu.org; Tue, 03 Jan 2006 13:32:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Etqsj-0008VT-MY; Tue, 03 Jan 2006 13:27:37 -0500 Original-To: "Jan D." In-reply-to: <200601030753.k037rc1o021950@coolsville.localdomain> (jan.h.d@swipnet.se) 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:48661 Archived-At: But even if it is very simple in the Gtk+ case, and only a bit more complicated in the general case, there are other issues here. Like for instance, what should an embedded Emacs do when someone tries to move or resize the window from lisp? These operations could do nothing in a reparented window. Therefore I think this should wait to the next release. Ok.