branch: master
commit b95b016972310a44c9ae7f55c27be6f0b239d63c
Author: Ian Dunn <[email protected]>
Commit: Ian Dunn <[email protected]>
Pushed updated info pages
---
paced.info | 75 ++++++++++++++++++++++++--------------------------------------
1 file changed, 29 insertions(+), 46 deletions(-)
diff --git a/paced.info b/paced.info
index 73ba38b..9de6668 100644
--- a/paced.info
+++ b/paced.info
@@ -24,7 +24,6 @@ Paced
Introduction
-* Terminology:: To avoid confusion
* Similar Packages:: Packages with similar goals
* Installation:: How to install paced
@@ -106,32 +105,18 @@ population commands and sort method.
‘paced-save-named-dictionary’ or ‘paced-save-all-dictionaries’.
Population commands tell a dictionary how it should refresh its usage
-table. The different types of populators are documented in
-‘paced--populator-alist’.
+table.
No completion frontend is provided, but a function for
‘completion-at-point-functions’ is given.
* Menu:
-* Terminology:: To avoid confusion
* Similar Packages:: Packages with similar goals
* Installation:: How to install paced
-File: paced.info, Node: Terminology, Next: Similar Packages, Up:
Introduction
-
-Terminology
-===========
-
-Dictionary
- A collection of words and their usage counts.
-
-Population Command
- A method of loading data into a dictionary.
-
-
-File: paced.info, Node: Similar Packages, Next: Installation, Prev:
Terminology, Up: Introduction
+File: paced.info, Node: Similar Packages, Next: Installation, Up:
Introduction
Similar Packages
================
@@ -200,8 +185,8 @@ Installation
*Requirements*
-Emacs 25.3
-async 1.9.2
+Emacs 25.1
+async 1.9.1
Right now, the only way to install paced is from source.
@@ -211,7 +196,6 @@ async 1.9.2
After that, add the following to your init file (typically .emacs):
- ;; Only necessary if installing from source
(add-to-list 'load-path "/full/path/to/paced/")
(require 'paced)
@@ -265,8 +249,8 @@ In order to edit a dictionary, paced provides
‘paced-edit-named-dictionary’ and ‘paced-edit-current-dictionary’.
The edit buffer provides the options to change the population
-commands, case sensitivity, dictionary storage name, and sort method.
-Each of these is documented in the edit buffer.
+commands, case handling, dictionary storage name, and sort method. Each
+of these is documented in the edit buffer.
File: paced.info, Node: Selective Dictionaries, Next: Dictionary Files,
Prev: Editing a Dictionary, Up: Dictionaries
@@ -676,30 +660,29 @@ following after making any changes:
Tag Table:
Node: Top228
-Node: Copying1491
-Node: Introduction2283
-Node: Terminology3508
-Node: Similar Packages3749
-Node: pabbrev4055
-Node: predictive5129
-Node: Installation6177
-Node: Dictionaries6671
-Node: Creating a Dictionary7075
-Node: Editing a Dictionary8115
-Node: Selective Dictionaries8593
-Node: Dictionary Files10192
-Node: Population Commands11283
-Node: Built-in Commands12219
-Node: Properties13016
-Node: Custom Commands13638
-Node: Asynchronous Population16365
-Node: Example Setups17558
-Node: Org Agenda Files17740
-Node: Project Files18996
-Node: Contributing20109
-Node: Bugs20593
-Node: Development20982
-Node: Documentation21949
+Node: Copying1439
+Node: Introduction2231
+Node: Similar Packages3321
+Node: pabbrev3607
+Node: predictive4681
+Node: Installation5729
+Node: Dictionaries6174
+Node: Creating a Dictionary6578
+Node: Editing a Dictionary7618
+Node: Selective Dictionaries8094
+Node: Dictionary Files9693
+Node: Population Commands10784
+Node: Built-in Commands11720
+Node: Properties12517
+Node: Custom Commands13139
+Node: Asynchronous Population15866
+Node: Example Setups17059
+Node: Org Agenda Files17241
+Node: Project Files18497
+Node: Contributing19610
+Node: Bugs20094
+Node: Development20483
+Node: Documentation21450
End Tag Table