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: artist-mouse-choose-operation Date: Tue, 10 Nov 2009 14:31:45 -0500 Message-ID: References: <834opfeq8a.fsf@gnu.org> <83y6menqmf.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257881561 5666 80.91.229.12 (10 Nov 2009 19:32:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2009 19:32:41 +0000 (UTC) Cc: tab@lysator.liu.se, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 20:32:31 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 1N7wS6-0007Zb-Ci for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 20:32:30 +0100 Original-Received: from localhost ([127.0.0.1]:47114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7wS5-0001KS-OG for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 14:32:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7wRz-0001Hm-N4 for emacs-devel@gnu.org; Tue, 10 Nov 2009 14:32:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7wRv-00017Z-1Z for emacs-devel@gnu.org; Tue, 10 Nov 2009 14:32:23 -0500 Original-Received: from [199.232.76.173] (port=43715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7wRu-00017M-RJ for emacs-devel@gnu.org; Tue, 10 Nov 2009 14:32:18 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36944) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7wRP-0001vl-EX; Tue, 10 Nov 2009 14:31:47 -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 nAAJVjYG003753; Tue, 10 Nov 2009 14:31:45 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id B3EAA3A1DA; Tue, 10 Nov 2009 14:31:45 -0500 (EST) In-Reply-To: <83y6menqmf.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 10 Nov 2009 21:09:44 +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:116816 Archived-At: >> Maybe we should fix it more globally by making x-popup-menu work on >> ttys as well (e.g. by using tmm-prompt). > That'd be good if (a) we call it popup-menu and not x-popup-menu, Sadly `popup-menu' is already taken for something different (tho closely related). > and (b) check not for tty but for display-popup-menus-p. The way I see it, `x-popup-menu' would become a "terminal primitive" (e.g. with a corresponding hook in termhooks.h), so ms-dos and tty and any other non-GUI backends could implement it any way they see fit. Stefan