all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#66335: 29.1.50; Additional known keywords for finder
@ 2023-10-04 10:20 Daniel Mendler
  2023-10-04 17:21 ` Eli Zaretskii
  2023-10-06  8:21 ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Mendler @ 2023-10-04 10:20 UTC (permalink / raw)
  To: 66335

Hello,

I propose to add a few more commonly used keywords to finder.el. For
example "tree-sitter" is used by all the newly introduced major modes.
Besides that the following additional keywords might be useful and could
be added to `finder-known-keywords':

(accessibility . "Features improving accessibility")
(completion    . "Minibuffer and code completion")
(network       . "Features accessing the network")
(theme         . "Themes and styling")
(tree-sitter   . "Modes based Tree-Sitter")

For reference, a list of unknown keywords sorted by usage can be
obtained as follows:

(seq-sort-by
 #'cdr #'>
 (seq-filter (lambda (x) (> (cdr x) 1))
             (finder-unknown-keywords)))

Thanks!

In GNU Emacs 29.1.50 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.18.0, Xaw scroll bars) of 2023-10-03
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: Debian GNU/Linux trixie/sid





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-06  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 10:20 bug#66335: 29.1.50; Additional known keywords for finder Daniel Mendler
2023-10-04 17:21 ` Eli Zaretskii
2023-10-04 18:43   ` Stefan Kangas
2023-10-04 18:53     ` Daniel Mendler
2023-10-04 20:33       ` Stefan Kangas
2023-10-05  5:34         ` Eli Zaretskii
2023-10-06  8:21 ` Rudolf Adamkovič via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.