File: cape.el.html
Let your completions fly! This package provides additional completion
backends in the form of Capfs, see completion-at-point-functions.
cape-abbrev: Complete abbreviation (add-global-abbrev, add-mode-abbrev).
cape-dabbrev: Complete word from current buffers.
cape-dict: Complete word from dictionary file.
cape-elisp-block: Complete Elisp in Org or Markdown code block.
cape-elisp-symbol: Complete Elisp symbol.
cape-emoji: Complete Emoji.
cape-file: Complete file name.
cape-history: Complete from Eshell, Comint or minibuffer history.
cape-keyword: Complete programming language keyword.
cape-line: Complete entire line from file.
cape-rfc1345: Complete Unicode char using RFC 1345 mnemonics.
cape-sgml: Complete Unicode char from SGML entity, e.g., &alpha.
cape-tex: Complete Unicode char from TeX command, e.g. \hbar.
Defined variables (22)
cape--abbrev-properties | Completion extra properties for ‘cape-abbrev’. |
cape--dabbrev-properties | Completion extra properties for ‘cape-dabbrev’. |
cape--debug-id | Completion table identifier. |
cape--debug-length | Length of printed lists in ‘cape--debug-print’. |
cape--dict-properties | Completion extra properties for ‘cape-dict’. |
cape--elisp-symbol-properties | Completion extra properties for ‘cape-elisp-symbol’. |
cape--file-properties | Completion extra properties for ‘cape-file’. |
cape--history-properties | Completion extra properties for ‘cape-history’. |
cape--line-properties | Completion extra properties for ‘cape-line’. |
cape--super-functions | List of extra functions which are handled by ‘cape-wrap-super’. |
cape--trigger-syntax-table | Syntax table used for the trigger character. |
cape-dabbrev-buffer-function | Function which returns list of buffers. |
cape-dict-case-fold | Case fold search during search. |
cape-dict-case-replace | Preserve case of input. |
cape-dict-file | Path to dictionary word list file. |
cape-dict-limit | Maximal number of completion candidates returned by ‘cape-dict’. |
cape-elisp-symbol-wrapper | Wrapper characters for symbols. |
cape-file-directory | Base directory used by ‘cape-file. |
cape-file-directory-must-exist | The parent directory must exist for file completion. |
cape-file-prefix | File completion trigger prefixes. |
cape-line-buffer-function | Function which returns list of buffers. |
cape-prefix-map | Keymap used as completion entry point. |