From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: "Command Discovery In Emacs " Date: Mon, 16 Aug 2021 22:15:26 +0900 Message-ID: <9E7AB41B-8F1F-4FC8-AA1B-8867ACC32FA0@traduction-libre.org> References: <35ED7127-E9B2-4725-A8CE-F40EA09202C0@traduction-libre.org> <87k0klfwl4.fsf@gnus.org> <87r1etblay.fsf@gnus.org> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22955"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 16 15:16:40 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mFcTo-0005is-Ch for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 15:16:40 +0200 Original-Received: from localhost ([::1]:37698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mFcTn-0008Fq-9y for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Aug 2021 09:16:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFcSq-0007RW-6R for emacs-devel@gnu.org; Mon, 16 Aug 2021 09:15:40 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36629) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mFcSn-0000BJ-I7 for emacs-devel@gnu.org; Mon, 16 Aug 2021 09:15:40 -0400 Original-Received: (Authenticated sender: lists@traduction-libre.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 15024FF807; Mon, 16 Aug 2021 13:15:32 +0000 (UTC) In-Reply-To: <87r1etblay.fsf@gnus.org> X-Mailer: Apple Mail (2.3654.120.0.1.13) Received-SPF: pass client-ip=217.70.183.199; envelope-from=lists@traduction-libre.org; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272437 Archived-At: > On Aug 16, 2021, at 21:56, Lars Ingebrigtsen wrote: >=20 > Jean-Christophe Helary writes: >=20 >>> See the "Command Modes" section in the Emacs Lisp manual. >>=20 >> It doesn't say whether there is an easy way to find which mode is a >> given function associated to... :) >=20 > There is and there isn't. :-) This stuff is about creating a way to > reliably find commands that are meant for a specific mode -- there = isn't > one today. >=20 > But in practice it's pretty easy. If you look at a random (special) > mode like tetris.el, it's pretty obvious which commands are for that > mode only (and which ones aren't), which makes tagging up the commands > easy enough. Ok, that's what I eventually guessed. So, the idea is to check whether a = function is interactive and try to guess whether it is limited to a = given mode (most probably the mode it is defined in), and if yes tag it = ? I'll give that a try for a few modes I use. Thank you for this feature! = After helpful, which-keys, it really is a nice addition. I'm always = looking for such modes/features that help with the discovery process. --=20 Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/