[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master b95b016 38/62: Pushed updated info pages
From: |
Ian Dunn |
Subject: |
[elpa] master b95b016 38/62: Pushed updated info pages |
Date: |
Sat, 9 Dec 2017 14:34:03 -0500 (EST) |
branch: master
commit b95b016972310a44c9ae7f55c27be6f0b239d63c
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>
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
- [elpa] master dada473 19/62: Push of info page, (continued)
- [elpa] master dada473 19/62: Push of info page, Ian Dunn, 2017/12/09
- [elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-dictionary-async, Ian Dunn, 2017/12/09
- [elpa] master ce7a2be 20/62: Changed case-sensitivity to case-handling, Ian Dunn, 2017/12/09
- [elpa] master 35ba53b 26/62: Autoload paced-repopulate-named-dictionary-async, Ian Dunn, 2017/12/09
- [elpa] master 6e8acdf 09/62: Added documentation, Ian Dunn, 2017/12/09
- [elpa] master 0d17d8d 25/62: Warn before resetting dictionary during population, Ian Dunn, 2017/12/09
- [elpa] master 6aefb0b 05/62: Made dictionary names strings, Ian Dunn, 2017/12/09
- [elpa] master bda0995 36/62: Remove inaccurate comment about completion in case-handling slot, Ian Dunn, 2017/12/09
- [elpa] master 7c9a342 39/62: Fixed paced-global-dict-enable-alist value type, Ian Dunn, 2017/12/09
- [elpa] master 8f1860a 37/62: Documentation fixes, Ian Dunn, 2017/12/09
- [elpa] master b95b016 38/62: Pushed updated info pages,
Ian Dunn <=
- [elpa] master 964eb48 42/62: Fixed bug in completion, Ian Dunn, 2017/12/09
- [elpa] master 23c4a65 48/62: Mention common variables in population commands settings, Ian Dunn, 2017/12/09
- [elpa] master e293378 50/62: Fix completion falling back to other backend, Ian Dunn, 2017/12/09
- [elpa] master 3cd1147 45/62: Add IDs and descriptions for Contributing section, Ian Dunn, 2017/12/09
- [elpa] master 158ff71 56/62: Fixed internal links in documentation, Ian Dunn, 2017/12/09
- [elpa] master e611e61 33/62: Changed Emacs requirement to 25.1, Ian Dunn, 2017/12/09
- [elpa] master 75e9490 30/62: Account for case handling in completion, Ian Dunn, 2017/12/09
- [elpa] master a96701c 34/62: Fixed up paced-dictionary comments, Ian Dunn, 2017/12/09
- [elpa] master 5f9ddc6 35/62: Mention case handling in paced-dictionary-completions, Ian Dunn, 2017/12/09
- [elpa] master 56129ca 27/62: Updated docstrings, Ian Dunn, 2017/12/09