aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/flyspell.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (flyspell-get-word): Add special handling for when ispell-otherchars is empty.Richard M. Stallman1999-07-121-20/+24
|
* (flyspell-mode-on): UseKarl Heuer1999-03-091-0/+2
| | | | change-major-mode-hook.
* (make-flyspell-overlay): fix front stickiness.Richard M. Stallman1999-01-151-1/+1
|
* If local-maps work, don't putRichard M. Stallman1998-12-271-12/+19
| | | | | | | | | | flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB in flyspell-mouse-map (only). (flyspell-use-local-map): New variable. Use a different mouse-2 binding in that case, and don't add to minor-mode-map-alist. (make-flyspell-overlay, flyspell-correct-word): Test flyspell-use-local-map.
* (flyspell-check-word-p): Don't delay inside a kbd macro.Richard M. Stallman1998-12-011-1/+4
|
* (flyspell-mode-on): Make theKarl Heuer1998-09-101-6/+13
| | | | | ispell-... variables permanent locals. (flyspell-mode-off): Add autoload cookie.
* (flyspell-mode-on): fix kill-buffer-hookKarl Heuer1998-09-101-2/+2
| | | | | to make killing of ispell process work even if kill-all-local-variables has been run.
* (flyspell-mode): Do nothing if modeKarl Heuer1998-09-041-9/+12
| | | | | remains on or remains off. (flyspell-multi-language-p): Default changed to nil.
* Don't require font-lock.Richard M. Stallman1998-08-091-1/+0
|
* (flyspell-command-hook): Option deleted.Richard M. Stallman1998-08-081-34/+18
| | | | | | | | (flyspell-mode-on): Delete code to handle flyspell-command-hook. (flyspell-mode-off): Likewise. (flyspell-mark-duplications-flag): Doc fix. (flyspell-duplicate-distance): Doc fix. (flyspell-duplicate-face): Doc fix.
* (flyspell-persistent-highlight): Doc fix.Richard M. Stallman1998-08-081-1/+3
|
* (flyspell-duplicate-distance): Doc fix; change default to 10000.Richard M. Stallman1998-08-031-42/+59
| | | | | | | | | | | | | | | | | | | (flyspell-mode-on): Fix the welcome message to deal with how the binding for flyspell-auto-correct-word is now made. (flyspell-delay, flyspell-delayed-commands): Doc fixes. (flyspell-mode-off): Kill Ispell only if it is per-buffer. (flyspell-mode-map): Explicitly bind M-TAB. (flyspell-auto-correct-binding): Variable deleted. (flyspell-incorrect-face, flyspell-duplicate-face): Fix typos. (flyspell-check-pre-word-p): Check for word syntax in previous char. (flyspell-word): Set process-kill-without-query for Ispell. (flyspell-region): Put region args in order; use right percantage. (flyspell-properties-at-p): Rename arg to POS; doc fix. (flyspell-highlight-incorrect-region): Check flyspell-highlight-properties first. (flyspell-highlight-duplicate-region): Likewise. (flyspell-auto-correct-word): Doc fix.
* (flyspell-emacs-popup): Renamed from flyspell-gnuemacs-popup. Callers changed.Richard M. Stallman1998-07-291-140/+87
| | | | | | | | | | | | | | | | (push): Macro deleted. Callers changed to do it explicitly. (flyspell-incorrect-face, flyspell-duplicate-face): Use defface. (flyspell-incorrect-color): Variable deleted. (flyspell-duplicate-color): Variable deleted. (flyspell-underline-p): Variable deleted. (flyspell-font-lock-make-face): Function deleted. (flyspell-mark-duplications-flag): Renamed from flyspell-doublon-as-error-flag. (flyspell-mode-on): Delete the debugging message. (flyspell-mode-off): Delete the debugging message. (flyspell-mode-on): Set flyspell-generic-check-word-p from the flyspell-mode-predicate property. (texinfo-mode, mail-mode, message-mode): Set flyspell-mode-predicate property.
* *** empty log message ***Dan Nicolaescu1998-06-301-1/+2
|
* Delete defcustom definition.Richard M. Stallman1998-06-261-144/+31
| | | | | | | (flyspell-auto-correct-binding): Fix custom type. (mail-mode-flyspell-verify): Check for `Subject:'. (flyspell-mouse-map): Use cond, not if. (flyspell-region): Update message only every 100 actions.
* Initial revisionRichard M. Stallman1998-06-261-0/+1415