emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/show-font db0dfd7edb 08/13: Document show-font-tabulate


From: ELPA Syncer
Subject: [elpa] externals/show-font db0dfd7edb 08/13: Document show-font-tabulated and REGEXP argument
Date: Sat, 25 Jan 2025 03:58:59 -0500 (EST)

branch: externals/show-font
commit db0dfd7edbde15a5efa2ed3206c3cc0315c61a7a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Document show-font-tabulated and REGEXP argument
---
 README.org | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index eb48f24560..d85ca3f3ac 100644
--- a/README.org
+++ b/README.org
@@ -59,7 +59,15 @@ Emacs. This can be done in the following ways:
 #+findex: show-font-list
 - The command ~show-font-list~ produces a list with all the fonts
   available on the system. Each font on display is styled with its
-  given character set.
+  given character set. With an optional prefix argument (=C-u= by
+  default), it prompt for a string or regular expression to limit the
+  list of fonts to only the matching ones.
+
+#+findex: show-font-tabulated
+- The command ~show-font-tabulated~ is almost the same as
+  ~show-font-list~ except it uses the built-in Emacs framework of a
+  tabulated view. Concretely, users can sort by column and may prefer
+  the slightly more compact listing.
 
 #+findex: show-font-mode
 - The ~show-font-mode~ is a major mode that gets activated when the
@@ -177,6 +185,7 @@ Everything is in place to set up the package.
 
 (define-key global-map (kbd "C-c s f") #'show-font-select-preview)
 (define-key global-map (kbd "C-c s l") #'show-font-list)
+(define-key global-map (kbd "C-c s t") #'show-font-tabulated)
 #+end_src
 
 * Acknowledgements



reply via email to

[Prev in Thread] Current Thread [Next in Thread]