branch: master commit 534df41ca332efbdb1c209819bb6149323939209 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Updated info pages --- paced.info | 75 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 26 deletions(-) diff --git a/paced.info b/paced.info index c0fe663..8ac8c05 100644 --- a/paced.info +++ b/paced.info @@ -26,6 +26,7 @@ Introduction * Similar Packages:: Packages with similar goals * Installation:: How to install paced +* Basic Setup:: The simplest setup Similar Packages @@ -109,6 +110,7 @@ use for completion can be customized. * Similar Packages:: Packages with similar goals * Installation:: How to install paced +* Basic Setup:: The simplest setup File: paced.info, Node: Similar Packages, Next: Installation, Up: Introduction @@ -173,7 +175,7 @@ predictive has where it only adds a word to a dictionary if it already exists was tedious, since I didn’t need it to do that. -File: paced.info, Node: Installation, Prev: Similar Packages, Up: Introduction +File: paced.info, Node: Installation, Next: Basic Setup, Prev: Similar Packages, Up: Introduction Installation ============ @@ -195,6 +197,26 @@ async 1.9.1 (require 'paced) +File: paced.info, Node: Basic Setup, Prev: Installation, Up: Introduction + +Basic Setup +=========== + +Paced needn’t have a lot of setup to run. In fact, the simplest setup +is as follows: + + 1. Create a new dictionary, “Default” (See *note Creating a + Dictionary::) + 2. Set paced-global-dict-enable-alist to ‘((t . "Default"))’ (See + *note Selective Dictionaries::) + 3. Run ‘M-x global-paced-mode’ + 4. To add a file to the dictionary, use ‘M-x + paced-add-buffer-file-to-dictionary’ + + This will create a default dictionary and populate it from buffers +you specify. + + File: paced.info, Node: Dictionaries, Next: Population Commands, Prev: Introduction, Up: Top Dictionaries @@ -267,7 +289,7 @@ has a condition and a key. mode. • A symbol, in which case the named dictionary is active whenever the - value of that symbol is non-nil. + value of that symbol is non-nil. This includes the symbol ‘t’. • A function symbol, in which case the function is called with no arguments to determine if the given dictionary should be enabled. @@ -689,30 +711,31 @@ selecting “none” and letting one of us handle it is a good way to go. Tag Table: Node: Top228 -Node: Copying1623 -Node: Introduction2415 -Node: Similar Packages3483 -Node: pabbrev3769 -Node: predictive4912 -Node: Installation5960 -Node: Dictionaries6405 -Node: Creating a Dictionary6809 -Node: Editing a Dictionary7849 -Node: Selective Dictionaries8325 -Node: Dictionary Files9939 -Node: Population Commands11030 -Node: Built-in Commands11966 -Node: Properties12763 -Node: Custom Commands13625 -Node: Asynchronous Population16352 -Node: Example Setups17545 -Node: Org Agenda Files17727 -Node: Project Files18983 -Node: Contributing20096 -Node: Bugs20852 -Node: Development21241 -Node: Documentation22208 -Node: Working with EDE22675 +Node: Copying1675 +Node: Introduction2467 +Node: Similar Packages3587 +Node: pabbrev3873 +Node: predictive5016 +Node: Installation6064 +Node: Basic Setup6529 +Node: Dictionaries7132 +Node: Creating a Dictionary7536 +Node: Editing a Dictionary8576 +Node: Selective Dictionaries9052 +Node: Dictionary Files10701 +Node: Population Commands11792 +Node: Built-in Commands12728 +Node: Properties13525 +Node: Custom Commands14387 +Node: Asynchronous Population17114 +Node: Example Setups18307 +Node: Org Agenda Files18489 +Node: Project Files19745 +Node: Contributing20858 +Node: Bugs21614 +Node: Development22003 +Node: Documentation22970 +Node: Working with EDE23437 End Tag Table