Function: ispell-get-extended-character-mode
ispell-get-extended-character-mode is a byte-compiled function defined
in ispell.el.gz.
Signature
(ispell-get-extended-character-mode)
Documentation
Return extended character mode of a dictionary.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defun ispell-get-extended-character-mode ()
"Return extended character mode of a dictionary."
(if ispell-really-hunspell ;; hunspell treats ~word as ordinary words
nil ;; in pipe mode. Disable extended-char-mode
(nth 6 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
(assoc ispell-current-dictionary ispell-dictionary-alist)))))