2 # main configuration file
6 # location of main configuration file
7 # default: <prefix:etc> = /opt/etc
10 # location of language data files
11 # default: <prefix:lib/aspell-0.60> = /opt/lib/aspell-0.60
14 # create dictionary aliases
17 # location of the main word list
18 # default: <data-dir> = /opt/lib/aspell-0.60
21 # encoding to expect data to be in
22 # default: !encoding = none
25 # add or removes a filter
28 # path(s) aspell looks for filters
35 # extra dictionaries to use
38 # location for personal files
39 # default: <$HOME|./> = /opt/home/leon
42 # ignore words <= n chars
45 # ignore-case (boolean)
46 # ignore case when checking words
49 # ignore-repl (boolean)
50 # ignore commands to store replacement pairs
54 # keyboard definition to use for typo analysis
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/
66 # base name of the main dictionary to use
67 # default: <lang> = en_US
70 # enable Unicode normalization
73 # norm-required (boolean)
74 # Unicode normalization required for current lang
78 # Unicode normalization form: none, nfd, nfc, comp
81 # norm-strict (boolean)
82 # avoid lossy conversions when normalization
86 # personal configuration file
87 # default: .aspell.conf
90 # personal dictionary file name
91 # default: .aspell.<lang>.pws = .aspell.en_US.pws
98 # replacements list file name
99 # default: .aspell.<lang>.prepl = .aspell.en_US.prepl
101 # run-together (boolean)
102 # consider run-together words legal
105 # run-together-limit (integer)
106 # maximum number that can be strung together
109 # run-together-min (integer)
110 # minimal length of interior words
113 # save-repl (boolean)
114 # save replacement pairs on save all
117 # set-prefix (boolean)
118 # set the prefix based on executable location
122 # size of the word list
129 # sug-edit-dist (integer)
130 # edit distance to use, override sug-mode default
133 # sug-typo-analysis (boolean)
134 # use typo analysis, override sug-mode default
137 # sug-repl-table (boolean)
138 # use replacement tables, override sug-mode default
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
149 # extra information for the word list
155 # affix-compress (boolean)
156 # use affix compression when creating dictionaries
159 # clean-affixes (boolean)
160 # remove invalid affix flags
163 # clean-words (boolean)
164 # attempts to clean words so that they are valid
167 # invisible-soundslike (boolean)
168 # compute soundslike on demand rather than storing
171 # partially-expand (boolean)
172 # partially expand affixes for better suggestions
175 # skip-invalid-words (boolean)
179 # validate-affixes (boolean)
180 # check if affix flags are valid
183 # validate-words (boolean)
184 # check if words are valid
188 # create a backup file by appending ".bak"
191 # byte-offsets (boolean)
192 # use byte offsets instead of character offsets
196 # create missing root/affix combinations
199 # keymapping (string)
200 # keymapping for check mode: "aspell" or "ispell"
204 # reverse the order of the suggest list
208 # suggest possible replacements
212 # time load time and suggest time in pipe mode
216 #######################################################################
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
231 #######################################################################
234 # filter for dealing with TeX/LaTeX documents
236 # configured as follows:
238 # f-tex-check-comments (boolean)
242 # f-tex-command (list)
246 #######################################################################
249 # filter for dealing with generic SGML/XML documents
251 # configured as follows:
253 # f-sgml-check (list)
254 # SGML attributes to always check
257 # SGML tags to always skip the contents of
260 #######################################################################
263 # filter for dealing with HTML documents
265 # configured as follows:
267 # f-html-check (list)
268 # HTML attributes to always check
271 # HTML tags to always skip the contents of
274 #######################################################################
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
289 #######################################################################
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