From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GtkPlug patch Date: Wed, 4 Jan 2006 23:11:11 +0100 Message-ID: <75581DFC-6544-4FAF-892D-3856A1D953DD@swipnet.se> References: <200601030753.k037rc1o021950@coolsville.localdomain> <85d5j9f99e.fsf@lola.goethe.zz> <1136320184.7852.45.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136412712 25005 80.91.229.2 (4 Jan 2006 22:11:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 22:11:52 +0000 (UTC) Cc: Emacs-Devel Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 23:11:44 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 1EuGqn-0000ah-4E for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 23:11:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuGsU-00007O-7i for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 17:13:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuGsJ-000079-8z for emacs-devel@gnu.org; Wed, 04 Jan 2006 17:12:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuGsH-00006x-RT for emacs-devel@gnu.org; Wed, 04 Jan 2006 17:12:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuGsH-00006u-Pj for emacs-devel@gnu.org; Wed, 04 Jan 2006 17:12:53 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuGtk-0002nV-6x for emacs-devel@gnu.org; Wed, 04 Jan 2006 17:14:24 -0500 Original-Received: from coolsville.localdomain ([83.226.180.193] [83.226.180.193]) by mxfep02.bredband.com with ESMTP id <20060104221106.SJIP2008.mxfep02.bredband.com@coolsville.localdomain>; Wed, 4 Jan 2006 23:11:06 +0100 In-Reply-To: <1136320184.7852.45.camel@localhost.localdomain> Original-To: Timo Savola X-Mailer: Apple Mail (2.746.2) 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:48725 Archived-At: >> If all of this is not the case, then the respective code paths would >> basically just get exercised when one explicitly does something that >> one could not do before. If there are just a few such code spaces, >> the impact on the general release quality would be negligible. > > I was thinking that perhaps the functionality could be implemented > internally (emacs-gtkplug.patch, emacs-parent-fix.patch) even if the > command-line interface change (emacs-parentid.patch) is too radical at > this point. If you can #ifdef it with USE_GTK, I think it would be OK. Jan D.