[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.2.2.3 Check Mode Compatibility
The interface used by Aspell when checking individual files is
slightly different than Ispell’s. In particular the default
keymappings are not the same as the ones Ispell uses. However Aspell
supports using the Ispell keymappings via the ‘keymapping’
option. To use the Ispell keymappings set the ‘kepmapping’
option to ispell
. This can be done on the command line by
adding using the command:
aspell check --keymapping=ispell … or with the Ispell compatibility script ispell --keymapping=ispell … |
The Ispell keymapping can always be used when the Ispell compatibly
script is called by uncommenting the indicated line in the
ispell
script.