From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Be prepared for "code clean-up" in CVS head Date: Thu, 06 Mar 2003 06:27:52 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9743-Thu06Mar2003062752+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046925421 15140 80.91.224.249 (6 Mar 2003 04:37:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 04:37:01 +0000 (UTC) Cc: jan.h.d@swipnet.se Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 06 05:36:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qn7p-0003va-00 for ; Thu, 06 Mar 2003 05:36:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18qnRy-0006MV-00 for ; Thu, 06 Mar 2003 05:57:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qn7w-00019f-07 for emacs-devel@quimby.gnus.org; Wed, 05 Mar 2003 23:37:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qn7f-000188-00 for emacs-devel@gnu.org; Wed, 05 Mar 2003 23:36:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qn7d-00017m-00 for emacs-devel@gnu.org; Wed, 05 Mar 2003 23:36:46 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qn3I-0007aX-00; Wed, 05 Mar 2003 23:32:16 -0500 Original-Received: from zaretsky ([80.230.234.148]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AHY94949; Thu, 6 Mar 2003 06:32:14 +0200 (IST) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Wed, 05 Mar 2003 15:47:30 -0500) Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12121 > From: Richard Stallman > Date: Wed, 05 Mar 2003 15:47:30 -0500 > > About code cleanup, how about removing the pure X (i.e. not Xt, not GTK) > parts? That would not reduce the duplication but would remove a lot > of #ifdef:s. Is there a configuration that has X but not Xt? > > It's not clear that the only reason for the non-toolkit version is to > support configurations that don't have Xt. (I don't think there ever > were any such.) There might be users who prefer the non-toolkit > version. The DJGPP (a.k.a. DOS) port of Emacs uses the non-toolkit part of the xmenu.c code.