_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-company 1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://company-mode.github.io/
Licenses: GPL 3+
Synopsis: Modular text completion framework
Description:

Company is a modular completion mechanism. Modules for retrieving completion candidates are called back-ends, modules for displaying them are front-ends. Company comes with many back-ends, e.g., company-elisp. These are distributed in separate files and can be used individually.

emacs-company-lua 0.1-2.29f6819
Propagated dependencies: emacs-company@1.0.2 emacs-s@1.13.0 emacs-f@0.21.0 emacs-lua-mode@20221027-1.d074e41
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ptrv/company-lua
Licenses: GPL 3+
Synopsis: Company backend for Lua
Description:

This package provides Company backend for Lua programming language.

emacs-company-lsp 2.1.0
Propagated dependencies: emacs-dash@2.19.1 emacs-lsp-mode@9.0.0 emacs-company@1.0.2 emacs-s@1.13.0 emacs-dash@2.19.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tigersoldier/company-lsp
Licenses: GPL 3+
Synopsis: Completion for @code{lsp-mode}
Description:

This package provides completion features that are not possible with lsp-mode and company-capf alone, including support for trigger characters and asynchronous fetching of completion candidates.

emacs-company-box 0.0.1-0.be37a9a
Propagated dependencies: emacs-company@1.0.2 emacs-dash@2.19.1 emacs-frame-local@0.0.1-0.7ee1106
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sebastiencs/company-box
Licenses: GPL 3+
Synopsis: Company front-end with icons
Description:

Company box is a Company front-end. It supports different colors for different backends, associates icons to functions, variables... and their backends, and displays candidate's documentation. It is not limited by the current window size or buffer's text properties.

This package is not compatible with a TTY.

emacs-company-coq 1.0.1
Dependencies: emacs-company@1.0.2 emacs-company-math@1.5.1 emacs-dash@2.19.1 emacs-yasnippet@0.14.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cpitclaudel/company-coq
Licenses: GPL 3+
Synopsis: Emacs extensions for Proof General's Coq mode
Description:

This package includes a collection of Company mode backends for Proof-General's Coq mode, and many useful extensions to Proof-General. It features:

  • Prettification of operators, types, and subscripts,

  • Auto-completion,

  • Insertion of cases,

  • Fully explicit intros,

  • Outlines, code folding, and jumping to definition,

  • Help with errors,

  • and more.

emacs-company-ipa 20210307.1838
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/mguzmann/company-ipa
Licenses: GPL 3
Synopsis: IPA backend for company
Description:

This package adds an easy way of inserting IPA (International Phonetic Alphabet) into a document Usage ===== To install clone this package directly and load it (load-file "PATH/company-ipa.el") To activate: (add-to-list company-backends company-ipa-symbols-unicode) To use: type ~pp and you should get completions To change the prefix, execute: (company-ipa-set-trigger-prefix "¬") For best performance you should use this with company-flx: (company-flx-mode +1)

emacs-company-web 20220115.2146
Propagated dependencies: emacs-company@1.0.2 emacs-dash@2.19.1 emacs-web-completion-data@20160318.848
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/osv/company-web
Licenses: GPL 3
Synopsis: Company version of ac-html, complete for web,html,emmet,jade,slim modes
Description:

Same as ac-html, but for `company completion framework. Configuration: (add-to-list company-backends company-web-html) (add-to-list company-backends company-web-jade) (add-to-list company-backends company-web-slim) or, for example, setup web-mode-hook: (define-key web-mode-map (kbd "C-'") company-web-html) (add-hook web-mode-hook (lambda () (set (make-local-variable company-backends) (company-web-html company-files)) (company-mode t))) When you use `emmet-mode (with `web-mode and `html-mode') you may autocomplete as well as regular html complete. P.S: You may be interested in next packages: `ac-html-bootstrap - Twitter:Bootstrap completion data for company-web (and ac-html as well) `ac-html-csswatcher - Watch your project CSS/Less files for classes and ids `ac-html-angular - Angular 1.5 completion data;

emacs-company-tern 0.3.0
Propagated dependencies: emacs-company@1.0.2 emacs-tern@0.21.0 emacs-dash@2.19.1 emacs-s@1.13.0
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/proofit404/company-tern
Licenses: GPL 3+
Synopsis: Tern backend for company-mode
Description:

This package provides Tern backend for Company.

emacs-company-jedi 0.04
Propagated dependencies: emacs-jedi@0.2.8 emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-company-jedi
Licenses: GPL 3+
Synopsis: Provides Python completion in @code{company-mode}
Description:

This package provides a Company backend for Python.

emacs-company-flow 0.1.0-1.76ef585
Propagated dependencies: emacs-company@1.0.2 emacs-dash@2.19.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/aaronjensen/company-flow/
Licenses: GPL 3+
Synopsis: Flow backend for @code{company-mode}
Description:

This package provides completion for JavaScript files utilizing Flow.

emacs-company-math 1.5.1
Propagated dependencies: emacs-company@1.0.2 emacs-math-symbol-lists@1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/vspinu/company-math
Licenses: GPL 3+
Synopsis: Completion backends for math symbols and @code{LaTeX} tags
Description:

This package provides a backend for use with Company mode allowing for completion of common math symbols.

emacs-company-ebdb 1.1
Propagated dependencies: emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/company-ebdb.html
Licenses: GPL 3+
Synopsis: Company completion backend for EBDB in Message mode
Description:

company-ebdb provides Company mode integration for EBDB. It is copied more or less intact from company-bbdb, originally by Jan Tatarik.

emacs-company-plisp 20200531.1927
Propagated dependencies: emacs-s@1.13.0 emacs-company@1.0.2 emacs-dash@2.19.1
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://gitlab.com/sasanidas/company-plisp
Licenses: GPL 3
Synopsis: Company mode backend for PicoLisp language
Description:

Backend for company mode for the PicoLisp programming language

emacs-company-emoji 3.0.0
Propagated dependencies: emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/egirl/company-emoji
Licenses: GPL 3+
Synopsis: Company completion back-end for emoji
Description:

This library is a Company back-end providing auto-completion for emoji.

emacs-company-irony 1.1.1
Dependencies: emacs-company@1.0.2 emacs-irony-mode@1.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Sarcasm/company-irony
Licenses: GPL 3+
Synopsis: C++ completion backend for Company using Irony mode
Description:

This backend for Company allows for C++ code completion with Irony mode using Clang tooling.

emacs-company-cabal 0.3.0-1.62112a7
Propagated dependencies: emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iquiw/company-cabal/
Licenses: GPL 3+
Synopsis: Company completion for Haskell Cabal files
Description:

This package allows for completion of field names, section names, field values, and more within haskell-cabal-mode.

emacs-company-auctex 0.1-1.48c42c5
Propagated dependencies: emacs-auctex@14.0.9 emacs-company@1.0.2 emacs-yasnippet@0.14.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alexeyr/company-auctex/
Licenses: GPL 3+
Synopsis: Completion for @code{AUCTeX}
Description:

This package provides a group of backends permitting auto-completion for AUCTeX.

emacs-company-reftex 0.1.0
Propagated dependencies: emacs-company@1.0.2 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/TheBB/company-reftex
Licenses: GPL 3+
Synopsis: RefTeX backends for company-mode
Description:

This package provides company-mode backends for completing label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.

emacs-company-ledger 20210910.250
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/debanjum/company-ledger
Licenses: GPL 3
Synopsis: Fuzzy auto-completion for Ledger & friends
Description:

`company-mode backend for `ledger-mode', `beancount-mode and similar plain-text accounting modes. Provides fuzzy completion for transactions, prices and other date prefixed entries. See Readme for detailed setup and usage description. Detailed Description -------------------- - Provides auto-completion based on words on current line - The words on the current line can be partial and in any order - The candidate entities are reverse sorted by location in file - Candidates are paragraphs starting with YYYY[-/]MM[-/]DD Minimal Setup ------------- (with-eval-after-load company (add-to-list company-backends company-ledger)) Use-Package Setup ----------------- (use-package company-ledger :ensure company :init (with-eval-after-load company (add-to-list company-backends company-ledger)))

emacs-company-posframe 0.7.0
Propagated dependencies: emacs-company@1.0.2 emacs-posframe@1.4.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tumashu/company-posframe
Licenses: GPL 3+
Synopsis: Use a posframe for @code{emacs-company}'s candidate menu
Description:

Allows emacs-company to use child frames for its candidate menus.

emacs-company-posframe is fast enough for daily use and supports CJK languages.

emacs-company-wordfreq 20220405.2000
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/johannes-mueller/company-wordfreq.el
Licenses: GPL 3
Synopsis: Company backend for human language texts
Description:

`company-wordfreq is a company backend intended for writing texts in a human language. The completions it proposes are words already used in the current (or another open) buffer and matching words from a word list file. This word list file is supposed to be a simple list of words ordered by the frequency the words are used in the language. So the first completions are words already used in the buffer followed by matching words of the language ordered by frequency. `company-wordfreq does not come with the word list files directly, but it can download the files for you for many languages from <https://github.com/hermitdave/FrequencyWords>. I made a fork of that repo just in case the original changes all over sudden without my noticing. The directory where the word list files reside is determined by the variable `company-wordfreq-path', default `~/.emacs.d/wordfreq-dicts'. Their names must follow the pattern `<language>.txt where language is the `ispell-local-dictionary value of the current language. You need =grep= in your =$PATH= as =company-wordfreq= uses it to grep into the word list files. Should be the case by default on any UNIX like systems. On windows you might have to tweak it somehow. `company-wordfreq is supposed to be the one and only company backend and `company-mode should not transform or sort its candidates. This can be achieved by setting the variables `company-backends and `company-transformers buffer locally in `text-mode buffers by (add-hook text-mode-hook (lambda () (setq-local company-backends (company-wordfreq)) (setq-local company-transformers nil))) Usually you don't need to configure the language picked to get the word completions. `company-wordfreq uses the variable `ispell-local-dictionary'. It should work dynamically even if you use `auto-dictionary-mode'. To download a word list use M-x company-wordfreq-download-list You are presented a list of languages to choose. For some languages the word lists are huge, which can lead to noticeable latency when the completions are build. Therefore you are asked if you want to use a word list with only the 50k most frequent words. The file will then be downloaded, processed and put in place.

emacs-company-org-block 0.3-1.115af0a
Propagated dependencies: emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xenodium/company-org-block
Licenses: GPL 3+
Synopsis: Emacs @code{company-complete} for Org blocks
Description:

Insert Emacs Org blocks with completion via company mode.

emacs-company-quickhelp 2.3.0
Propagated dependencies: emacs-pos-tip@0.4.7 emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/expez/company-quickhelp
Licenses: GPL 3+
Synopsis: Popup documentation for completion candidates
Description:

company-quickhelp shows documentation for the completion candidate when using the Company text completion framework.

emacs-company-org-block 20230115.1202
Propagated dependencies: emacs-company@1.0.2 emacs-org@9.7.25
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/xenodium/company-org-block
Licenses: GPL 3
Synopsis: Org blocks company backend
Description:

`company-complete org blocks using "<" as a trigger. To enable, add `company-org-block to `company-backends'. Configure edit style via `company-org-block-edit-style'. Completion candidates are drawn from `org-babel-load-languages'.

Page: 12
Total results: 27