• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/

Lines Matching defs:ispell

49 ;;   The commands `checkdoc' and `checkdoc-ispell' are the top-level
100 ;; interactive functions `checkdoc-ispell-*' to check the spelling of
104 ;; running. Use `ispell-kill-ispell' to make checkdoc restart it with
265 (defvar checkdoc-ispell-lisp-words
328 '("ispell" "xemacs" "emacs" "lisp")
546 (checkdoc-interactive-ispell-loop start-here))))
566 (checkdoc-message-interactive-ispell-loop start-here))))
736 (defun checkdoc-interactive-ispell-loop (start-here)
752 (checkdoc-ispell-docstring-engine
756 (defun checkdoc-message-interactive-ispell-loop (start-here)
772 (checkdoc-ispell-docstring-engine
1051 (defun checkdoc-ispell (&optional take-notes)
1060 (defun checkdoc-ispell-current-buffer (&optional take-notes)
1069 (defun checkdoc-ispell-interactive (&optional take-notes)
1078 (defun checkdoc-ispell-message-interactive (&optional take-notes)
1087 (defun checkdoc-ispell-message-text (&optional take-notes)
1096 (defun checkdoc-ispell-start (&optional take-notes)
1105 (defun checkdoc-ispell-continue (&optional take-notes)
1114 (defun checkdoc-ispell-comments (&optional take-notes)
1123 (defun checkdoc-ispell-defun (&optional take-notes)
1184 (define-key pmap "X" 'checkdoc-ispell-defun)
1186 (define-key pmap "~" 'checkdoc-ispell-continue)
1188 (define-key pmap "S" 'checkdoc-ispell-start)
1190 (define-key pmap "D" 'checkdoc-ispell)
1192 (define-key pmap "B" 'checkdoc-ispell-current-buffer)
1195 (define-key pmap "M" 'checkdoc-ispell-message-text)
1197 (define-key pmap "C" 'checkdoc-ispell-comments)
1215 ["Interactive Buffer Style and Spelling Check" checkdoc-ispell t]
1217 ["Check and Spell Buffer" checkdoc-ispell-current-buffer t]
1220 ["Interactive Style and Spelling Check" checkdoc-ispell-interactive t]
1222 ["Find First Style or Spelling Error" checkdoc-ispell-start t]
1224 ["Next Style or Spelling Error" checkdoc-ispell-continue t]
1227 checkdoc-ispell-message-interactive t]
1229 ["Check and Spell Message Text" checkdoc-ispell-message-text t]
1231 ["Check Comment Style and Spelling" checkdoc-ispell-comments
1236 ["Check and Spell Defun" checkdoc-ispell-defun t]
1861 (checkdoc-ispell-docstring-engine e)
2084 (eval-when-compile (require 'ispell))
2086 (defun checkdoc-ispell-init ()
2088 The words used are from `checkdoc-ispell-lisp-words'. If `ispell'
2091 (require 'ispell)
2092 (if (not (symbol-value 'ispell-process)) ;Silence byteCompiler
2095 (ispell-buffer-local-words)
2096 ;; This code copied in part from ispell.el Emacs 19.34
2097 (let ((w checkdoc-ispell-lisp-words))
2101 (symbol-value 'ispell-process)
2106 (defun checkdoc-ispell-docstring-engine (end)
2116 (checkdoc-ispell-init)
2143 (ispell-word nil t)
2359 (checkdoc-ispell-docstring-engine e)))))
2517 (checkdoc-ispell-docstring-engine (save-excursion (forward-sexp 1)