From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Leaving out non-applicable commands on Mx Date: Fri, 8 Jan 2016 19:09:27 -0800 (PST) Message-ID: <12802791-0b9c-4e3f-abe6-4d47e9d90cf7@default> References: <87mvszdp6b.fsf@gnus.org> <8737u9kv6f.fsf@russet.org.uk> <87fuy7hdc6.fsf_-_@wanadoo.es> <87bn8vh8q4.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1452308994 17586 80.91.229.3 (9 Jan 2016 03:09:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2016 03:09:54 +0000 (UTC) Cc: =?utf-8?B?w5NzY2FyIEZ1ZW50ZXM=?= , emacs-devel@gnu.org To: Spencer Boucher , John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 09 04:09:41 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aHjuP-0003Wo-Bu for ged-emacs-devel@m.gmane.org; Sat, 09 Jan 2016 04:09:41 +0100 Original-Received: from localhost ([::1]:38790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHjuO-0002jL-HY for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2016 22:09:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHjuH-0002a3-6A for emacs-devel@gnu.org; Fri, 08 Jan 2016 22:09:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHjuD-0005SL-G7 for emacs-devel@gnu.org; Fri, 08 Jan 2016 22:09:33 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:37242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHjuD-0005RU-9U; Fri, 08 Jan 2016 22:09:29 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u0939SFY006853 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 9 Jan 2016 03:09:28 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id u0939Res027221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 9 Jan 2016 03:09:28 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u0939RFw009583; Sat, 9 Jan 2016 03:09:27 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (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] X-Received-From: 156.151.31.81 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197871 Archived-At: > Smex (https://github.com/nonsequitur/smex/) has a similar function > that limits to commands in the major mode > (`smex-major-mode-commands`). There you go! Wish fulfilled, apparently. Just use Smex to get what you want.