[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
- [elpa] externals/show-font b5cfcb6ca2 06/13: Implement the show-font-display-buffer-action-alist everywhere, (continued)
- [elpa] externals/show-font b5cfcb6ca2 06/13: Implement the show-font-display-buffer-action-alist everywhere, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 2f3caa15d9 01/13: Simplify show-font--get-pangram, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font d84c7a1dfd 02/13: Make show-font-list start counting from 1, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font e5a6b9cab4 03/13: Add a tabulated list view of fonts; command is show-font-tabulated, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font f057e48c7d 04/13: Rename the tabulated mode to avoid confusion, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font af941f3eaf 13/13: Bump version to include the backronym fix, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 634cf985eb 12/13: Fix typo in the backronym..., ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 99b6c1a9cd 05/13: Make it possible to get list/tabulated view of only the fonts matching REGEXP, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 1274efa472 07/13: Update the copyright years, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 4c8b5ed84b 10/13: Use a better backronym, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font db0dfd7edb 08/13: Document show-font-tabulated and REGEXP argument,
ELPA Syncer <=
- [elpa] externals/show-font 2c260c81cf 11/13: Update to show-font version 0.2.0, ELPA Syncer, 2025/01/25
- [elpa] externals/show-font 682459b5b6 09/13: Document show-font-display-buffer-action-alist, ELPA Syncer, 2025/01/25