ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / aspell / aspell.conf
blobcd85b764acd9f7d81838b68e8d143f5d52bab55f
1 # conf (string)
2 #   main configuration file
3 # default: aspell.conf
5 # conf-dir (string)
6 #   location of main configuration file
7 # default: <prefix:etc> = /opt/etc
9 # data-dir (string)
10 #   location of language data files
11 # default: <prefix:lib/aspell-0.60> = /opt/lib/aspell-0.60
13 # dict-alias (list)
14 #   create dictionary aliases
16 # dict-dir (string)
17 #   location of the main word list
18 # default: <data-dir> = /opt/lib/aspell-0.60
20 # encoding (string)
21 #   encoding to expect data to be in
22 # default: !encoding = none
24 # filter (list)
25 #   add or removes a filter
27 # filter-path (list)
28 #   path(s) aspell looks for filters
30 # mode (string)
31 #   filter mode
32 # default: url
34 # extra-dicts (list)
35 #   extra dictionaries to use
37 # home-dir (string)
38 #   location for personal files
39 # default: <$HOME|./> = /opt/home/leon
41 # ignore (integer)
42 #   ignore words <= n chars
43 # default: 1
45 # ignore-case (boolean)
46 #   ignore case when checking words
47 # default: false
49 # ignore-repl (boolean)
50 #   ignore commands to store replacement pairs
51 # default: false
53 # keyboard (string)
54 #   keyboard definition to use for typo analysis
55 # default: standard
57 # lang (string)
58 #   language code
59 # default: <language-tag> = en_US
61 # local-data-dir (string)
62 #   location of local language data files
63 # default: <actual-dict-dir> = /opt/lib/aspell-0.60/
65 # master (string)
66 #   base name of the main dictionary to use
67 # default: <lang> = en_US
69 # normalize (boolean)
70 #   enable Unicode normalization
71 # default: true
73 # norm-required (boolean)
74 #   Unicode normalization required for current lang
75 # default: false
77 # norm-form (string)
78 #   Unicode normalization form: none, nfd, nfc, comp
79 # default: nfc
81 # norm-strict (boolean)
82 #   avoid lossy conversions when normalization
83 # default: false
85 # per-conf (string)
86 #   personal configuration file
87 # default: .aspell.conf
89 # personal (string)
90 #   personal dictionary file name
91 # default: .aspell.<lang>.pws = .aspell.en_US.pws
93 # prefix (string)
94 #   prefix directory
95 # default: /opt
97 # repl (string)
98 #   replacements list file name
99 # default: .aspell.<lang>.prepl = .aspell.en_US.prepl
101 # run-together (boolean)
102 #   consider run-together words legal
103 # default: false
105 # run-together-limit (integer)
106 #   maximum number that can be strung together
107 # default: 2
109 # run-together-min (integer)
110 #   minimal length of interior words
111 # default: 3
113 # save-repl (boolean)
114 #   save replacement pairs on save all
115 # default: true
117 # set-prefix (boolean)
118 #   set the prefix based on executable location
119 # default: true
121 # size (string)
122 #   size of the word list
123 # default: +60
125 # sug-mode (string)
126 #   suggestion mode
127 # default: normal
129 # sug-edit-dist (integer)
130 #   edit distance to use, override sug-mode default
131 # default: 1
133 # sug-typo-analysis (boolean)
134 #   use typo analysis, override sug-mode default
135 # default: true
137 # sug-repl-table (boolean)
138 #   use replacement tables, override sug-mode default
139 # default: true
141 # sug-split-char (list)
142 #   characters to insert when a word is split
144 # use-other-dicts (boolean)
145 #   use personal, replacement & session dictionaries
146 # default: true
148 # variety (list)
149 #   extra information for the word list
151 # warn (boolean)
152 #   enable warnings
153 # default: true
155 # affix-compress (boolean)
156 #   use affix compression when creating dictionaries
157 # default: false
159 # clean-affixes (boolean)
160 #   remove invalid affix flags
161 # default: true
163 # clean-words (boolean)
164 #   attempts to clean words so that they are valid
165 # default: false
167 # invisible-soundslike (boolean)
168 #   compute soundslike on demand rather than storing
169 # default: false
171 # partially-expand (boolean)
172 #   partially expand affixes for better suggestions
173 # default: false
175 # skip-invalid-words (boolean)
176 #   skip invalid words
177 # default: true
179 # validate-affixes (boolean)
180 #   check if affix flags are valid
181 # default: true
183 # validate-words (boolean)
184 #   check if words are valid
185 # default: true
187 # backup (boolean)
188 #   create a backup file by appending ".bak"
189 # default: true
191 # byte-offsets (boolean)
192 #   use byte offsets instead of character offsets
193 # default: false
195 # guess (boolean)
196 #   create missing root/affix combinations
197 # default: false
199 # keymapping (string)
200 #   keymapping for check mode: "aspell" or "ispell"
201 # default: aspell
203 # reverse (boolean)
204 #   reverse the order of the suggest list
205 # default: false
207 # suggest (boolean)
208 #   suggest possible replacements
209 # default: true
211 # time (boolean)
212 #   time load time and suggest time in pipe mode
213 # default: false
216 #######################################################################
218 # Filter: email
219 #   filter for skipping quoted text in email messages
221 # configured as follows:
223 # f-email-quote (list)
224 #   email quote characters
226 # f-email-margin (integer)
227 #   num chars that can appear before the quote char
228 # default: 10
231 #######################################################################
233 # Filter: tex
234 #   filter for dealing with TeX/LaTeX documents
236 # configured as follows:
238 # f-tex-check-comments (boolean)
239 #   check TeX comments
240 # default: false
242 # f-tex-command (list)
243 #   TeX commands
246 #######################################################################
248 # Filter: sgml
249 #   filter for dealing with generic SGML/XML documents
251 # configured as follows:
253 # f-sgml-check (list)
254 #   SGML attributes to always check
256 # f-sgml-skip (list)
257 #   SGML tags to always skip the contents of
260 #######################################################################
262 # Filter: html
263 #   filter for dealing with HTML documents
265 # configured as follows:
267 # f-html-check (list)
268 #   HTML attributes to always check
270 # f-html-skip (list)
271 #   HTML tags to always skip the contents of
274 #######################################################################
276 # Filter: context
277 #   experimental filter for hiding delimited contexts
279 # configured as follows:
281 # f-context-delimiters (list)
282 #   context delimiters (separated by spaces)
284 # f-context-visible-first (boolean)
285 #   swaps visible and invisible text
286 # default: false
289 #######################################################################
291 # Filter: texinfo
292 #   filter for dealing with Texinfo documents
294 # configured as follows:
296 # f-texinfo-ignore (list)
297 #   Texinfo commands to ignore the parameters of
299 # f-texinfo-ignore-env (list)
300 #   Texinfo environments to ignore