From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Re: Multiple keymaps for a minor mode Date: Wed, 26 Feb 2020 15:02:03 -0900 Message-ID: References: <87tv3d365u.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="108420"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 27 01:02:31 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j76dL-000S5R-Fn for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 27 Feb 2020 01:02:31 +0100 Original-Received: from localhost ([::1]:51842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j76dK-00034H-FZ for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Feb 2020 19:02:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40871) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j76d0-000341-HI for help-gnu-emacs@gnu.org; Wed, 26 Feb 2020 19:02:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j76cz-0006fq-C6 for help-gnu-emacs@gnu.org; Wed, 26 Feb 2020 19:02:10 -0500 Original-Received: from gateway34.websitewelcome.com ([192.185.148.109]:42796) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j76cz-0006as-1p for help-gnu-emacs@gnu.org; Wed, 26 Feb 2020 19:02:09 -0500 Original-Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway34.websitewelcome.com (Postfix) with ESMTP id C15B88AC4E2 for ; Wed, 26 Feb 2020 18:02:05 -0600 (CST) Original-Received: from host2075.hostmonster.com ([67.20.113.97]) by cmsmtp with SMTP id 76cvjbvyqRP4z76cvj0dgJ; Wed, 26 Feb 2020 18:02:05 -0600 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tj49.com; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version :Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JlCCI0m1l/sAFfThXJgA5i2jiJtS3t2uP825B1OkD/Y=; b=VXz+vGbobTnEnM465/pi2g4Eaw iYZwxiaKcYu23HQ39/BgraXphPGEjaIY+dIk8F+BDbAnxrqvsFxCS4u22p/eHlw6gryfxPw9/bfie qdu0Q1CzRNoIU4CCvul8uO8ka; Original-Received: from tjohnson.mtaonline.net ([64.4.232.191]:33802 helo=[192.168.1.6]) by host2075.hostmonster.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1j76cv-000z6b-0r for help-gnu-emacs@gnu.org; Wed, 26 Feb 2020 17:02:05 -0700 In-Reply-To: Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2075.hostmonster.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - akwebsoft.com X-BWhitelist: no X-Source-IP: 64.4.232.191 X-Source-L: No X-Exim-ID: 1j76cv-000z6b-0r X-Source-Sender: tjohnson.mtaonline.net ([192.168.1.6]) [64.4.232.191]:33802 X-Source-Auth: tim@tj49.com X-Email-Count: 1 X-Source-Cap: bW9sZG92YXM7bW9sZG92YXM7aG9zdDIwNzUuaG9zdG1vbnN0ZXIuY29t X-Local-Domain: yes X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 192.185.148.109 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122489 Archived-At: Thanks Drew, I'll check it out. On 2/26/20 11:24 AM, Drew Adams wrote: >> tmm-prompt could be an alternative > An alternative to tmm is library lacarte.el. > > Paths to menu items are completion candidates. > And if you use a completion style that does > substring matching, or you use a library such > as Icicles, then it's easy to fine menu items > wherever they might be in the menu hierarchy/tree. > > https://www.emacswiki.org/emacs/LaCarte > > -- Tim tj49.com