From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: poplife-mode Date: Mon, 13 Nov 2017 06:36:54 -0800 (PST) Message-ID: <79a5c7f3-ca81-4476-bd91-e5436cc0a33f@default> References: <86shditx7b.fsf@misasa.okayama-u.ac.jp> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1510583900 17509 195.159.176.226 (13 Nov 2017 14:38:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2017 14:38:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tak Kunihiro , charles@aurox.ch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 15:38:15 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEFsL-0004Bt-35 for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2017 15:38:13 +0100 Original-Received: from localhost ([::1]:54769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEFsS-0007PT-Fp for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2017 09:38:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEFrN-0007Nu-T9 for emacs-devel@gnu.org; Mon, 13 Nov 2017 09:37:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEFrK-0000oE-Gq for emacs-devel@gnu.org; Mon, 13 Nov 2017 09:37:13 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:37787) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eEFrK-0000nC-7o for emacs-devel@gnu.org; Mon, 13 Nov 2017 09:37:10 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id vADEaugc014425 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 13 Nov 2017 14:36:57 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id vADEauXB006386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 13 Nov 2017 14:36:56 GMT Original-Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id vADEauuK022257; Mon, 13 Nov 2017 14:36:56 GMT In-Reply-To: <86shditx7b.fsf@misasa.okayama-u.ac.jp> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4600.0 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220140 Archived-At: > I think that a context menu should be created from list of > functions because each person wants to have his own context > menu Did you look at or try mouse3.el? It makes it very easy to have your own contextual `mouse-3' menus, whatever the context (a mode or anything else). There are even two different ways to do define the menu - choose whichever you want by a user option. The default choice is to use keymaps to define the menu. The other choice lets you use a definition specific to `x-popup-menu'. The default choice is more flexible. https://www.emacswiki.org/emacs/Mouse3#LibraryMouse3