From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: chad Brown Newsgroups: gmane.emacs.devel Subject: Re: Be prepared for "code clean-up" in CVS head Date: Mon, 17 Mar 2003 00:49:32 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3A48820E-583C-11D7-9E72-000393DEF2CA@mit.edu> References: <9743-Thu06Mar2003062752+0200-eliz@elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047880203 17467 80.91.224.249 (17 Mar 2003 05:50:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 05:50:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 17 06:50:00 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 18unVY-0004X7-00 for ; Mon, 17 Mar 2003 06:50:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18unv4-0001CP-00 for ; Mon, 17 Mar 2003 07:16:22 +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 18unVv-0001gE-01 for emacs-devel@quimby.gnus.org; Mon, 17 Mar 2003 00:50:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18unVQ-0001NO-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 00:49:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18unVJ-0000xy-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 00:49:48 -0500 Original-Received: from fort-point-station.mit.edu ([18.7.7.76]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18unVI-0000Ss-00; Mon, 17 Mar 2003 00:49:44 -0500 Original-Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id AAA19090; Mon, 17 Mar 2003 00:49:37 -0500 (EST) Original-Received: from melbourne-city-street.mit.edu (MELBOURNE-CITY-STREET.MIT.EDU [18.7.21.86])AAA08987; Mon, 17 Mar 2003 00:49:35 -0500 (EST) Original-Received: from mit.edu (h002078cfb834.ne.client2.attbi.com [24.62.131.166]) )h2H5nW0x020834; Mon, 17 Mar 2003 00:49:33 -0500 (EST) Original-To: Eli Zaretskii In-Reply-To: <9743-Thu06Mar2003062752+0200-eliz@elta.co.il> X-Mailer: Apple Mail (2.551) Original-cc: rms@gnu.org Original-cc: jan.h.d@swipnet.se 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:12398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12398 For what it's worth, I always use --without-toolkit-scroll-bars; I vastly prefer the results. *shrug* chad On Wednesday, Mar 5, 2003, at 23:27 US/Eastern, Eli Zaretskii wrote: >> 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. > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel >