;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\301%\210\311\312\306\313\314\315%\207" [require company cl-lib ispell custom-declare-group company-ispell nil "Completion backend using Ispell." :group custom-declare-variable company-ispell-dictionary "Dictionary to use for `company-ispell'.\nIf nil, use `ispell-complete-word-dict'." :type (choice (const :tag "default (nil)" nil) (file :tag "dictionary" t))] 6) (defvar company-ispell-available 'unknown) (byte-code "\300\301\302\303!\203\f\303\202 \304\"\207" [defalias company-ispell--lookup-words fboundp ispell-lookup-words lookup-words] 4) (defalias 'company-ispell-available #[nil "\302=\203#\3031\304\305!\210\306\2110\210\202#\307\310\311 !\"\210\312\211)\210\207" [company-ispell-available err unknown (error) company-ispell--lookup-words "WHATEVER" t message "Company-Ispell: %s" error-message-string nil] 4]) #@49 `company-mode' completion backend using Ispell. (defalias 'company-ispell #[(command &optional arg &rest ignored) "\306\267\2021\307\310!\207\311 \2052\312 \207\313 \n\206 \"\314 \315\230\203' \202+\316 \"*\207\314\207\317\207\320\207" [command arg company-ispell-dictionary ispell-complete-word-dict completion-ignore-case words #s(hash-table size 5 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (interactive 6 prefix 10 candidates 18 sorted 45 ignore-case 47)) company-begin-backend company-ispell company-ispell-available company-grab-word company-ispell--lookup-words t "" all-completions keep-prefix nil] 3 (#$ . 993) (list 'interactive)]) (provide 'company-ispell)