From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: desupporting X10 and old X11 releases Date: Mon, 29 Oct 2007 21:42:50 +0200 Message-ID: References: <87odfcggvl.fsf@jurta.org> <87hckk9uoa.fsf@jurta.org> <87abqcrq9p.fsf@catnip.gol.com> <471BE5D3.3050007@gmail.com> <87y7dwq7x9.fsf@catnip.gol.com> <87odepv21n.fsf@catnip.gol.com> <87ir4wjcev.fsf@catnip.gol.com> <200710261516.l9QFGQ7C001069@oogie-boogie.ics.uci.edu> <200710261941.l9QJfcH0010503@oogie-boogie.ics.uci.edu> <200710271728.l9RHSk8B019811@oogie-boogie.ics.uci.edu> <200710281645.l9SGjEO7024789@oogie-boogie.ics.uci.edu> <47258C01.70608@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1193687044 17920 80.91.229.12 (29 Oct 2007 19:44:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 19:44:04 +0000 (UTC) Cc: dann@ics.uci.edu, rms@gnu.org, emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 20:44:06 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImaWn-000388-Ky for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 20:44:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImaWe-0002nd-Gf for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 15:43:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImaVs-0001tI-RJ for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:43:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImaVr-0001qx-1P for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:43:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImaVq-0001qg-Sm for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:43:02 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImaVj-00027V-HX; Mon, 29 Oct 2007 15:42:56 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-216-126.inter.net.il [84.229.216.126]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IEH34008 (AUTH halo1); Mon, 29 Oct 2007 21:40:14 +0200 (IST) In-reply-to: <47258C01.70608@swipnet.se> (message from =?ISO-8859-1?Q?Jan_Dj=E4rv?= on Mon, 29 Oct 2007 08:30:09 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (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:82093 Archived-At: > Date: Mon, 29 Oct 2007 08:30:09 +0100 > From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= > Cc: eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org > > I don't know if oldXMenu is used (it is kind of strange looking :-), but it > compiles and works. But I suspect that those that can't use any X toolkit use > Lucid. I'd say we can get rid of it. Sorry for my failing memory, but isn't oldXMenu used for non-USE_X_TOOLKIT compilation of xmenu.c? If so, I wouldn't recommend deleting it, because that's currently the only way to build and test that branch of xmenu.c (the other build which used to use it was the MSDOS port, but it's broken on the trunk for the time being). We might need it again if and when someone writes the code to support menus on a Unix text terminal.