;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 tempo custom-declare-group company-tempo nil "Tempo completion backend." :group custom-declare-variable company-tempo-expand "Whether to expand a tempo tag after completion." :type (choice (const :tag "Off" nil) (const :tag "On" t))] 6) (defalias 'company-tempo-lookup #[(match) "\301\302 \"A\207" [match assoc tempo-build-collection] 3]) (byte-code "\300\301\302\303#\304\301\305\306#\207" [function-put company-tempo-lookup speed -1 put byte-optimizer byte-compile-inline-expand] 5) #@49 Replace MATCH with the expanded tempo template. (defalias 'company-tempo-insert #[(match) "\301!\210\302\224b\210\303\304!\210\305\306\307 \"A)!\207" [match search-backward 0 replace-match "" call-interactively assoc tempo-build-collection] 4 (#$ . 708)]) (defalias 'company-tempo-meta #[(match) "\303\304 \"A)\305\211\205\306\n\307\"\211\205\310 \311\307#@*\207" [match doc templ assoc tempo-build-collection nil documentation t split-string "\n"] 5]) (byte-code "\300\301\302\303#\304\301\305\306#\207" [function-put company-tempo-meta speed -1 put byte-optimizer byte-compile-inline-expand] 5) #@46 `company-mode' completion backend for tempo. (defalias 'company-tempo #[(command &optional arg &rest ignored) "\306\267\202G\307\310!\207\311 !@\206H\312\207\313\n\314 \"\207\n\211\315 \314 \"A)\316\211\205:\317 \320\"\211\205:\321\f\322\320#@+\207\205H\323\n!\207\320\207\316\207" [command tempo-match-finder arg match doc templ #s(hash-table size 6 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (interactive 6 prefix 10 candidates 19 meta 25 post-completion 60 sorted 69)) company-begin-backend company-tempo tempo-find-match-string "" all-completions tempo-build-collection assoc nil documentation t split-string "\n" company-tempo-insert company-tempo-expand] 5 (#$ . 1325) (list 'interactive)]) (provide 'company-tempo)