]> code.delx.au - gnu-emacs/commit
(flyspell-external-point-words): Consider a misspelling as found in the string
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 13:17:38 +0000 (13:17 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 13:17:38 +0000 (13:17 +0000)
commit27e0edcdca4f14c669f68ef136ed0d0025b339c5
tree632df048b2913ce7e4ccf9adf2aad1c1b182c61d
parent116e44a12d452fa9b8ea0c5fe7bfecf86a1d30d1
(flyspell-external-point-words): Consider a misspelling as found in the string
search if: (a) misspelling and found string lengths match, or (b) misspelling
is found as element in a boundary-chars separated longer string, or
(c) ispell-program-name is really ispell and misspelling is found as part of
a TeX string.  After successful match move beginning of search region to end
of match.  Warn about not found misspellings once the process is done.
(flyspell-large-region) Do not set ispell-parser to tex if in TeX mode.
lisp/ChangeLog
lisp/textmodes/flyspell.el