[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pabbrev b1ba1dae89 6/7: Use description from the docs i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/pabbrev b1ba1dae89 6/7: Use description from the docs in readme. |
Date: |
Fri, 9 Feb 2024 06:58:43 -0500 (EST) |
branch: externals/pabbrev
commit b1ba1dae894bf6736966400d91342f359ab48907
Author: Arthur Miller <arthur.miller@live.com>
Commit: Arthur Miller <arthur.miller@live.com>
Use description from the docs in readme.
---
README.org | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/README.org b/README.org
index c356e05611..86b89add32 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+title: pabbrev - Predictive Abbreviation Expansions for Emacs
+#+title: Pabbrev - Predictive Abbreviation Expansions for Emacs
#+author: Phillip Lord
#+language: en
#+export_file_name: pabbrev.texi
@@ -12,21 +12,24 @@
Pabbrev provides predictive abbreviation expansion with no configuration needed
and works with any mode.
-Pabbrev is a small package, which analyzes buffer text in the buffer and
-collects usage statistics to rank most used words highest. Pabbrev is
-un-intrusive and out of the way. It does not provide any user interface on its
-own other than TAB-based insertion on demand. Pabbrev can be used with Emacs
-completion facilities and packages such as Companry or Corfu, for the user
-interaction and user interface.
+Pabbrev is another abbreviation expansion mode somewhat like
+dabbrev-expand, in that it looks through the current buffer for
+symbols that can complete the current symbol. Unlike dabbrev-expand,
+it does this by discovering the words during the Emacs idle time, and
+places the results into data structures which enable very rapid
+extraction of expansions. The upshot of this is that it can offer
+suggestions as you type, without causing an unacceptable slow down.
-For more details see pabbrev.el
+Pabbrev is a small package, un-intrusive and out of the way. Pabbrev
+can be used with Emacs completion facilities and packages such as Company
+or Corfu, for the user interaction and user interface.
* Features
- Timer-based auto-suggestions (does not block main user-interface)
- In-buffer color-coded display of best candidate
-- Suggestions by usage frequency or shortest-prefix
-- The current candidate is inserted with =TAB=
+- Suggestions ranked by usage frequency or shortest-prefix
+- The best suggestion is inserted with TAB, on demand
- List of all available suggestions
* Installation and Configuration
- [elpa] externals/pabbrev updated (0c281401b4 -> ded62c9c21), ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev 7bdb74afcd 5/7: Change to inlined comparitor function., ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev bb4b9d154f 4/7: Remove emacs badge, ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev f574655c89 2/7: Remove old readme.md, ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev 4af893a600 3/7: Fix typos and remove elpa/devel button, ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev c54a59cf4b 1/7: New Readme file in Org-mode., ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev ded62c9c21 7/7: Merge branch 'pabbrev-new-readme', ELPA Syncer, 2024/02/09
- [elpa] externals/pabbrev b1ba1dae89 6/7: Use description from the docs in readme.,
ELPA Syncer <=