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: x-popup-menu Date: Mon, 09 Nov 2009 01:23:01 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257747803 17906 80.91.229.12 (9 Nov 2009 06:23:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 06:23:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 07:23:17 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 1N7Nem-0006Xv-Mw for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 07:23:16 +0100 Original-Received: from localhost ([127.0.0.1]:52950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Nel-0007bV-Pf for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 01:23:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7Nee-0007bQ-9E for emacs-devel@gnu.org; Mon, 09 Nov 2009 01:23:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7NeZ-0007ay-Gp for emacs-devel@gnu.org; Mon, 09 Nov 2009 01:23:07 -0500 Original-Received: from [199.232.76.173] (port=53493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7NeZ-0007av-8J for emacs-devel@gnu.org; Mon, 09 Nov 2009 01:23:03 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:29585 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7NeY-0000Cb-VE for emacs-devel@gnu.org; Mon, 09 Nov 2009 01:23:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsoEANdD90pLd+F3/2dsb2JhbACBTtgXhD4EiRU X-IronPort-AV: E=Sophos;i="4.44,706,1249272000"; d="scan'208";a="48900130" Original-Received: from 75-119-225-119.dsl.teksavvy.com (HELO pastel.home) ([75.119.225.119]) by ironport2-out.pppoe.ca with ESMTP; 09 Nov 2009 01:23:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DDD2C7F0F; Mon, 9 Nov 2009 01:23:01 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116734 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, and please take a look at the FIXMEs in it to see if you have some idea what should be done, Stefan