Searched refs:flyspell (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dflyspell.el0 ;;; flyspell.el --- on-the-fly spell checker
32 ;; To enable Flyspell minor mode, type M-x flyspell-mode.
36 ;; M-x flyspell-prog-mode.
42 ;; Some user variables control the behavior of flyspell. They are
52 (defgroup flyspell nil function
55 :prefix "flyspell-"
62 (defcustom flyspell-highlight-flag t
65 :group 'flyspell
68 (defcustom flyspell-mark-duplications-flag t
71 \"large\" regions; see `flyspell
[all...]
H A Dtable.el566 ;; Resolve conflict with flyspell
628 (defvar flyspell-mode)
5379 ((and (boundp 'flyspell-mode)
5380 flyspell-mode
5381 (not (get 'table-disable-incompatibility-warning 'flyspell)))
5382 (put 'table-disable-incompatibility-warning 'flyspell t)
5388 package. The flyspell version 1.5d at http://kaolin.unice.fr/~serrano
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-spelling.el1 ;;; erc-spelling.el --- use flyspell in ERC
28 ;; This is an ERC module to enable flyspell mode in ERC buffers. This
29 ;; ensures correct behavior of flyspell, and even sets up a
35 (require 'flyspell)
39 "Enable flyspell mode in ERC buffers."
47 (with-current-buffer buffer (flyspell-mode 0)))))
62 "Enable flyspell mode in an ERC buffer.
75 (setq flyspell-generic-check-word-p 'erc-spelling-flyspell-verify)
76 (flyspell
[all...]

Completed in 196 milliseconds