.aspell.org.conf (1851B)
1 # Aspell configuration for proof reading Org documentation. 2 3 # Org documentation is written in American... 4 5 master en_US-w_accents 6 lang en_US 7 8 # Assume the Org specific word and replacement lists are in the doc 9 # directory and that any spell check is also run from there. Specify 10 # this file when running aspell by some command like: 11 # 12 # $ aspell check --per-conf=".aspell.org.conf" org.texi 13 14 personal ./.aspell.org.pws 15 repl ./.aspell.org.prepl 16 17 # Checking options. See man aspell. 18 19 save-repl true 20 sug-mode normal 21 ignore-case false 22 ignore-accents false 23 24 # Filters 25 26 # For some reason the following doesn't seem to work which stuffs up 27 # trying to use Ispell mode from an Emacs buffer (at least I cannot 28 # make it work) but aspell seems abot to recognise texinfo files 29 # automatically when checking from the command line so it doesn't 30 # matter much. 31 32 # mode texinfo 33 34 lset-filter tex:url 35 36 # Let's be clear about what we choose to ignore. 37 38 clear-f-texinfo-ignore 39 40 add-f-texinfo-ignore c 41 add-f-texinfo-ignore code 42 add-f-texinfo-ignore command 43 add-f-texinfo-ignore documentencoding 44 add-f-texinfo-ignore email 45 add-f-texinfo-ignore env 46 add-f-texinfo-ignore file 47 add-f-texinfo-ignore kbd 48 add-f-texinfo-ignore macro 49 add-f-texinfo-ignore option 50 add-f-texinfo-ignore printindex 51 add-f-texinfo-ignore samp 52 add-f-texinfo-ignore set 53 add-f-texinfo-ignore setfilename 54 add-f-texinfo-ignore syncode 55 add-f-texinfo-ignore url 56 add-f-texinfo-ignore value 57 add-f-texinfo-ignore var 58 add-f-texinfo-ignore verb 59 add-f-texinfo-ignore verbatiminclude 60 add-f-texinfo-ignore vskip 61 62 # Utility options 63 64 backup true 65 guess true 66 suggest true 67 68 # Miscellaneous 69 # 70 # Org documentation uses a lot of compound words. Try and ignore them 71 # rather than including them in a specific word list. 72 73 run-together-limit 2 74 run-together-min 2 75 76 # 77 78 # Local variables: 79 # fill-column: 72 80 # mode: conf 81 # End: