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: Options menu is broken on CVS Date: Fri, 09 Sep 2005 21:18:45 +0300 Message-ID: References: <200509062007.04648.ismail@uludag.org.tr> <17181.65500.337376.386116@farnswood.snap.net.nz> <200509062349.18090.ismail@uludag.org.tr> <17182.8135.530028.132576@farnswood.snap.net.nz> <17183.25577.926363.814486@farnswood.snap.net.nz> <17183.48402.585456.467736@farnswood.snap.net.nz> <87acimglh2.fsf-monnier+emacs@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1126292004 11722 80.91.229.2 (9 Sep 2005 18:53:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2005 18:53:24 +0000 (UTC) Cc: nickrob@snap.net.nz, ismail@uludag.org.tr, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 09 20:53:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDnyw-0002P0-Qo for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 20:52:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDnyw-0004aC-0B for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2005 14:52:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EDnxw-0004Jo-8B for emacs-devel@gnu.org; Fri, 09 Sep 2005 14:51:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EDnxu-0004Ik-Ai for emacs-devel@gnu.org; Fri, 09 Sep 2005 14:51:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EDnxs-0004Ic-Q0 for emacs-devel@gnu.org; Fri, 09 Sep 2005 14:51:10 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EDnSb-00060M-4z for emacs-devel@gnu.org; Fri, 09 Sep 2005 14:18:49 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-42-3.inter.net.il [80.230.42.3]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CIN00702 (AUTH halo1); Fri, 9 Sep 2005 21:18:42 +0300 (IDT) Original-To: Stefan Monnier In-reply-to: <87acimglh2.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Fri, 09 Sep 2005 14:12:04 -0400) 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:42795 Archived-At: > Cc: nickrob@snap.net.nz, ismail@uludag.org.tr, emacs-devel@gnu.org > From: Stefan Monnier > Date: Fri, 09 Sep 2005 14:12:04 -0400 > > > The result of all this was that xmenu.o was being linked in both in > > the X and in the non-X branches, and in both cases it was conditioned > > on HAVE_MENUS being defined and HAVE_CARBON not being defined (because > > Carbon uses macmenu.o instead). > > Of course, the better solution would be to merge xmenu.c and macmenu.c. Agreed. If that's possible, of course (I see that both w32menu.c and macmenu.c hold quite a lot of code).