mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
|
# Aspell configuration for proof reading Org documentation.
|
|||
|
|
|||
|
# Org documentation is written in American...
|
|||
|
|
|||
|
master en_US-w_accents
|
|||
|
lang en_US
|
|||
|
|
|||
|
# Assume the Org specific word and replacement lists are in the doc
|
|||
|
# directory and that any spell check is also run from there. Specify
|
|||
|
# this file when running aspell by some command like:
|
|||
|
#
|
|||
|
# $ aspell check --per-conf=".aspell.org.conf" org.texi
|
|||
|
|
|||
|
personal ./.aspell.org.pws
|
|||
|
repl ./.aspell.org.prepl
|
|||
|
|
|||
|
# Checking options. See man aspell.
|
|||
|
|
|||
|
save-repl true
|
|||
|
sug-mode normal
|
|||
|
ignore-case false
|
|||
|
ignore-accents false
|
|||
|
|
|||
|
# Filters
|
|||
|
|
|||
|
# For some reason the following doesn't seem to work which stuffs up
|
|||
|
# trying to use Ispell mode from an Emacs buffer (at least I cannot
|
|||
|
# make it work) but aspell seems abot to recognise texinfo files
|
|||
|
# automatically when checking from the command line so it doesn't
|
|||
|
# matter much.
|
|||
|
|
|||
|
# mode texinfo
|
|||
|
|
|||
|
lset-filter tex:url
|
|||
|
|
|||
|
# Let's be clear about what we choose to ignore.
|
|||
|
|
|||
|
clear-f-texinfo-ignore
|
|||
|
|
|||
|
add-f-texinfo-ignore c
|
|||
|
add-f-texinfo-ignore code
|
|||
|
add-f-texinfo-ignore command
|
|||
|
add-f-texinfo-ignore documentencoding
|
|||
|
add-f-texinfo-ignore email
|
|||
|
add-f-texinfo-ignore env
|
|||
|
add-f-texinfo-ignore file
|
|||
|
add-f-texinfo-ignore kbd
|
|||
|
add-f-texinfo-ignore macro
|
|||
|
add-f-texinfo-ignore option
|
|||
|
add-f-texinfo-ignore printindex
|
|||
|
add-f-texinfo-ignore samp
|
|||
|
add-f-texinfo-ignore set
|
|||
|
add-f-texinfo-ignore setfilename
|
|||
|
add-f-texinfo-ignore syncode
|
|||
|
add-f-texinfo-ignore url
|
|||
|
add-f-texinfo-ignore value
|
|||
|
add-f-texinfo-ignore var
|
|||
|
add-f-texinfo-ignore verb
|
|||
|
add-f-texinfo-ignore verbatiminclude
|
|||
|
add-f-texinfo-ignore vskip
|
|||
|
|
|||
|
# Utility options
|
|||
|
|
|||
|
backup true
|
|||
|
guess true
|
|||
|
suggest true
|
|||
|
|
|||
|
# Miscellaneous
|
|||
|
#
|
|||
|
# Org documentation uses a lot of compound words. Try and ignore them
|
|||
|
# rather than including them in a specfic word list.
|
|||
|
|
|||
|
run-together-limit 2
|
|||
|
run-together-min 2
|
|||
|
|
|||
|
#
|
|||
|
|
|||
|
# Local variables:
|
|||
|
# fill-column: 72
|
|||
|
# mode: conf
|
|||
|
# End:
|