1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 21:01:23 -08:00
emacs/lisp/textmodes
Agustín Martín ffe54a139d textmodes/flyspell.el: Don't check pre-word if buffer was switched.
If command changed the buffer, the decision may be made based on the
current buffer even though it should based on the previous one.  This
may lead to false positives and more importantly to errors since
`flyspell-pre-point' is buffer local so it may have unsanitised value
(such as nil) in previous buffer.
    
To be honest, I'm not sure how this can happen since
`flyspell-pre-point' is set in previous buffer, but nonetheless, I've
been encountering the error for quite some time and finally decided to
fix it.  Interestingly, line making `flyspell-pre-point'
a buffer-local variable has a very revealing "Why?? --Stef" comment.
    
To avoid the problem, change flyspell-check-pre-word-p so that it does
not allow checking of pre-word if command changed buffer
(ie. `flyspell-pre-buffer' is not current buffer).
2013-04-17 20:03:46 +02:00
..
.gitignore
artist.el Add bug-gnu-emacs to some specialized bug report addresses 2013-02-23 13:54:00 -08:00
bib-mode.el
bibtex-style.el
bibtex.el lisp/textmodes/bibtex.el (bibtex-search-entries): Bug fix 2013-04-13 15:45:03 -05:00
conf-mode.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
css-mode.el
dns-mode.el
enriched.el
fill.el
flyspell.el textmodes/flyspell.el: Don't check pre-word if buffer was switched. 2013-04-17 20:03:46 +02:00
ispell.el ispell.el: use `comment-normalize-vars' in ispell-add-per-file-word-list (Bug #14214). 2013-04-17 19:48:10 +02:00
makeinfo.el
nroff-mode.el
page-ext.el
page.el
paragraphs.el * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix. 2013-02-25 14:43:44 -05:00
picture.el
po.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
refbib.el
refer.el
refill.el
reftex-auc.el
reftex-cite.el * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut 2013-04-10 16:48:44 +02:00
reftex-dcr.el
reftex-global.el
reftex-index.el
reftex-parse.el
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom. 2013-04-15 09:55:05 +02:00
reftex.el * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom. 2013-04-15 09:55:05 +02:00
remember.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
rst.el
sgml-mode.el * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-function): 2013-02-28 22:43:57 -05:00
table.el
tex-mode.el Doc fixes re set-variable 2013-02-21 20:59:28 -05:00
texinfmt.el
texinfo.el
texnfo-upd.el
text-mode.el
tildify.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
two-column.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
underline.el