cape

Homepage: https://github.com/minad/cape

Author: Daniel Mendler

Updated:

Summary

Completion At Point Extensions

Commentary

Let your completions fly! This package provides additional completion
backends in the form of Capfs (completion-at-point-functions).

cape-dabbrev: Complete word from current buffers
cape-file: Complete file name
cape-history: Complete from Eshell, Comint or minibuffer history
cape-keyword: Complete programming language keyword
cape-symbol: Complete Elisp symbol
cape-abbrev: Complete abbreviation (add-global-abbrev, add-mode-abbrev)
cape-ispell: Complete word from Ispell dictionary
cape-dict: Complete word from dictionary file
cape-line: Complete entire line from file
cape-tex: Complete unicode char from TeX command, e.g. \hbar.
cape-sgml: Complete unicode char from Sgml entity, e.g., &alpha.
cape-rfc1345: Complete unicode char using RFC 1345 mnemonics.

Dependencies