From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: x-popup-menu Date: Tue, 10 Nov 2009 13:10:06 -0500 Message-ID: References: <871vk78dsb.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257876628 18449 80.91.229.12 (10 Nov 2009 18:10:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2009 18:10:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 19:10:21 2009 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 1N7vAa-0006a9-QP for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 19:10:21 +0100 Original-Received: from localhost ([127.0.0.1]:45523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7vAa-00009x-6O for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 13:10:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7vAT-00006R-Un for emacs-devel@gnu.org; Tue, 10 Nov 2009 13:10:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7vAO-0008Mj-Sg for emacs-devel@gnu.org; Tue, 10 Nov 2009 13:10:13 -0500 Original-Received: from [199.232.76.173] (port=39484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7vAO-0008MU-Np for emacs-devel@gnu.org; Tue, 10 Nov 2009 13:10:08 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:50820) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7vAO-0005nL-CY for emacs-devel@gnu.org; Tue, 10 Nov 2009 13:10:08 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nAAIA7fZ026003; Tue, 10 Nov 2009 13:10:07 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 042303A1DA; Tue, 10 Nov 2009 13:10:07 -0500 (EST) In-Reply-To: <871vk78dsb.fsf@mail.jurta.org> (Juri Linkov's message of "Tue, 10 Nov 2009 02:43:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3403=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116810 Archived-At: >> I've just consolidated the X(&msdos), w32, and ns code of x-popup-menu >> into menu.c. >> I've only tested the X11 version, and left some #ifdefs which I suspect >> are not needed. Please test and fix as needed for other GUI backends, > On a non-toolkit X build, `make bootstrap' fails with: > xmenu.c:2320: error: static declaration of 'xmenu_show' follows non-static declaration > menu.h:46: error: previous declaration of 'xmenu_show' was here > make[2]: *** [xmenu.o] Error 1 IIUC this has been fixed, Stefan