# conf (string) # main configuration file # default: aspell.conf # conf-dir (string) # location of main configuration file # default: /etc # data-dir (string) # location of language data files # default: = /usr/lib/aspell-0.60 # dict-alias (list) # create dictionary aliases # dict-dir (string) # location of the main word list # default: = /usr/lib/aspell-0.60 # encoding (string) # encoding to expect data to be in # default: !encoding = UTF-8 # filter (list) # add or removes a filter # filter-path (list) # path(s) aspell looks for filters # mode (string) # filter mode # default: url # extra-dicts (list) # extra dictionaries to use # home-dir (string) # location for personal files # default: <$HOME|./> = /user/spion/home home-dir ../../../Manual_tools/aspell # ignore (integer) # ignore words <= n chars # default: 1 # ignore-case (boolean) # ignore case when checking words # default: false # ignore-repl (boolean) # ignore commands to store replacement pairs # default: false # keyboard (string) # keyboard definition to use for typo analysis # default: standard # lang (string) # language code # default: = en_US # local-data-dir (string) # location of local language data files # default: = /usr/lib/aspell-0.60/ # master (string) # base name of the main dictionary to use # default: = en_US # normalize (boolean) # enable Unicode normalization # default: true # norm-required (boolean) # Unicode normalization required for current lang # default: false # norm-form (string) # Unicode normalization form: none, nfd, nfc, comp # default: nfc # norm-strict (boolean) # avoid lossy conversions when normalization # default: false # per-conf (string) # personal configuration file # default: .aspell.conf # personal (string) # personal dictionary file name # default: .aspell..pws = .aspell.en_US.pws # prefix (string) # prefix directory # default: /usr # repl (string) # replacements list file name # default: .aspell..prepl = .aspell.en_US.prepl # run-together (boolean) # consider run-together words legal # default: false # run-together-limit (integer) # maximum number that can be strung together # default: 2 # run-together-min (integer) # minimal length of interior words # default: 3 # save-repl (boolean) # save replacement pairs on save all # default: true # set-prefix (boolean) # set the prefix based on executable location # default: true # size (string) # size of the word list # default: +60 # sug-mode (string) # suggestion mode # default: normal # sug-edit-dist (integer) # edit distance to use, override sug-mode default # default: 1 # sug-typo-analysis (boolean) # use typo analysis, override sug-mode default # default: true # sug-repl-table (boolean) # use replacement tables, override sug-mode default # default: true # sug-split-char (list) # characters to insert when a word is split # use-other-dicts (boolean) # use personal, replacement & session dictionaries # default: true # variety (list) # extra information for the word list # warn (boolean) # enable warnings # default: true # affix-compress (boolean) # use affix compression when creating dictionaries # default: false # clean-affixes (boolean) # remove invalid affix flags # default: true # clean-words (boolean) # attempts to clean words so that they are valid # default: false # invisible-soundslike (boolean) # compute soundslike on demand rather than storing # default: false # partially-expand (boolean) # partially expand affixes for better suggestions # default: false # skip-invalid-words (boolean) # skip invalid words # default: true # validate-affixes (boolean) # check if affix flags are valid # default: true # validate-words (boolean) # check if words are valid # default: true # backup (boolean) # create a backup file by appending ".bak" # default: true # byte-offsets (boolean) # use byte offsets instead of character offsets # default: false # guess (boolean) # create missing root/affix combinations # default: false # keymapping (string) # keymapping for check mode: "aspell" or "ispell" # default: aspell # reverse (boolean) # reverse the order of the suggest list # default: false # suggest (boolean) # suggest possible replacements # default: true # time (boolean) # time load time and suggest time in pipe mode # default: false ####################################################################### # # Filter: tex # filter for dealing with TeX/LaTeX documents # # configured as follows: # f-tex-check-comments (boolean) # check TeX comments # default: false # f-tex-command (list) # TeX commands # LaTeX environments are not properly supported. # This causes problems with \begin{ccRefClass}{Toto} to be spell-checked. # "begin" is only for ccRefClass, but it can't see a better way # (see attemps below at context filters) #add-tex-command begin pp #add-tex-command figure o add-tex-command RCSdef pp add-tex-command RCSdefDate pp add-tex-command ccSetThreeColumns ppp add-tex-command ccSetTwoColumns pp add-tex-command ccThree ppp add-tex-command ccTwo pp add-tex-command ccStyle p add-tex-command ccGlobalFunction p add-tex-command ccGlobalEnum p add-tex-command ccTypedef pP add-tex-command ccNestedType p add-tex-command ccConstructor pP add-tex-command ccFunction pP add-tex-command ccMethod pP add-tex-command ccMemberFunction pP add-tex-command ccFunctionTemplate ppP add-tex-command ccc p add-tex-command ccCreationVariable p add-tex-command ccRef op add-tex-command ccRefPage p add-tex-command ccRefConceptPage p add-tex-command ccRefIdfierPage p add-tex-command ccChapterAuthor p add-tex-command ccPkgHowToCiteCgal p add-tex-command ccPkgIllustration pp add-tex-command ccIncludeExampleCode p add-tex-command ccInclude p add-tex-command ccTexHtml PP add-tex-command ccIndexSubitem opp add-tex-command ccIndexSubitemBegin pp add-tex-command ccIndexSubitemEnd pp ####################################################################### # # Filter: texinfo # filter for dealing with Texinfo documents # # configured as follows: # f-texinfo-ignore (list) # Texinfo commands to ignore the parameters of # f-texinfo-ignore-env (list) # Texinfo environments to ignore ####################################################################### # # Filter: email # filter for skipping quoted text in email messages # # configured as follows: # f-email-quote (list) # email quote characters # f-email-margin (integer) # num chars that can appear before the quote char # default: 10 ####################################################################### # # Filter: html # filter for dealing with HTML documents # # configured as follows: # f-html-check (list) # HTML attributes to always check # f-html-skip (list) # HTML tags to always skip the contents of ####################################################################### # # Filter: context # experimental filter for hiding delimited contexts # # configured as follows: # f-context-delimiters (list) # context delimiters (separated by spaces) # Note : the following does not work, so I disable all begin, see the above # "tex-command begin" # add-context-delimiters \begin{ccRefClass} } # \begin{ccRefClass}{Delaunay_triangulation_3} # add-context-delimiters # f-context-visible-first (boolean) # swaps visible and invisible text # default: false ####################################################################### # # Filter: sgml # filter for dealing with generic SGML/XML documents # # configured as follows: # f-sgml-check (list) # SGML attributes to always check # f-sgml-skip (list) # SGML tags to always skip the contents of