_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-company-solidity 20200113.1721
Propagated dependencies: emacs-company@20240926.2127 emacs-solidity-mode@20230628.1637
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ethereum/emacs-solidity
Licenses:
Synopsis: Company-mode back-end for solidity-mode
Description:

Documentation at https://melpa.org/#/company-solidity

emacs-company-phpactor 20240407.1015
Propagated dependencies: emacs-company@20240926.2127 emacs-phpactor@20240916.1427
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-php/phpactor.el
Licenses:
Synopsis: A company-mode backend for Phpactor
Description:

Documentation at https://melpa.org/#/company-phpactor

emacs-company-inf-ruby 20140805.2054
Propagated dependencies: emacs-company@20240926.2127 emacs-inf-ruby@20240925.49
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/company-mode/company-inf-ruby
Licenses:
Synopsis: company-mode completion back-end for inf-ruby
Description:

Documentation at https://melpa.org/#/company-inf-ruby

emacs-company-try-hard 20200417.1603
Propagated dependencies: emacs-company@20240926.2127 emacs-dash@20240510.1327
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Wilfred/company-try-hard
Licenses:
Synopsis: get all completions from company backends
Description:

Documentation at https://melpa.org/#/company-try-hard

emacs-company-posframe 0.7.0
Propagated dependencies: emacs-company@0.10.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@0.10.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-prescient 20240803.2320
Propagated dependencies: emacs-prescient@20240803.2320 emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/raxod502/prescient.el
Licenses:
Synopsis: prescient.el + Company
Description:

Documentation at https://melpa.org/#/company-prescient

emacs-company-quickhelp 20231026.1714
Propagated dependencies: emacs-company@20240926.2127 emacs-pos-tip@20240209.837
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://www.github.com/expez/company-quickhelp
Licenses:
Synopsis: Popup documentation for completion candidates
Description:

Documentation at https://melpa.org/#/company-quickhelp

emacs-company-terraform 20220509.1759
Propagated dependencies: emacs-company@20240926.2127 emacs-terraform-mode@20240801.921
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/rafalcieslak/emacs-company-terraform
Licenses:
Synopsis: A company backend for terraform
Description:

Documentation at https://melpa.org/#/company-terraform

emacs-company-sourcekit 20210430.2155
Propagated dependencies: emacs-company@20240926.2127 emacs-dash@20240510.1327 emacs-sourcekit@20210430.2155
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nathankot/company-sourcekit
Licenses:
Synopsis: company-mode completion backend for SourceKit
Description:

Documentation at https://melpa.org/#/company-sourcekit

emacs-company-c-headers 20190825.1631
Propagated dependencies: emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Company mode backend for C/C++ header files
Description:

Documentation at https://melpa.org/#/company-c-headers

emacs-company-org-block 20230115.1202
Propagated dependencies: emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xenodium/company-org-block
Licenses:
Synopsis: Org blocks company backend
Description:

Documentation at https://melpa.org/#/company-org-block

emacs-company-org-block 0.3-1.115af0a
Propagated dependencies: emacs-company@0.10.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@0.10.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@0.10.2 emacs-org@9.7.11
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'.

emacs-company-c-headers 20190825.1631
Propagated dependencies: emacs-company@0.10.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Synopsis: Company mode backend for C/C++ header files
Description:

This library enables the completion of C/C++ header file names using Company. To initialize it, just add it to `company-backends': (add-to-list company-backends company-c-headers) When you type an #include declaration within a supported major mode (see `company-c-headers-modes'), company-c-headers will search for header files within predefined search paths. company-c-headers can search "system" and "user" paths, depending on the type of #include declaration you type. You will probably want to customize the `company-c-headers-path-user and `company-c-headers-path-system variables for your specific needs.

emacs-company-restclient 20190426.1312
Propagated dependencies: emacs-company@20240926.2127 emacs-know-your-http-well@20240726.1649 emacs-restclient@20231010.1327
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/iquiw/company-restclient
Licenses:
Synopsis: company-mode completion back-end for restclient-mode
Description:

Documentation at https://melpa.org/#/company-restclient

emacs-company-statistics 20170210.1933
Propagated dependencies: emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/company-mode/company-statistics
Licenses:
Synopsis: Sort candidates using completion history
Description:

Documentation at https://melpa.org/#/company-statistics

emacs-company-restclient 0.3.0
Propagated dependencies: emacs-company@0.10.2 emacs-know-your-http-well@0.6.0 emacs-restclient@0-4.1fb5706
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iquiw/company-restclient
Licenses: GPL 3+
Synopsis: Company-mode completion back-end for restclient-mode
Description:

company-mode back-end for restclient-mode.

It provides auto-completion for HTTP methods and headers in restclient-mode. Completion source is given by know-your-http-well.

emacs-company-nand2tetris 20171201.1813
Propagated dependencies: emacs-nand2tetris@20171201.1813 emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/CestDiego/nand2tetris.el/
Licenses:
Synopsis: Company backend for nand2tetris major mode
Description:

Documentation at https://melpa.org/#/company-nand2tetris

emacs-company-emacs-eclim 20180911.1121
Propagated dependencies: emacs-eclim@20181108.1134 emacs-company@20240926.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Eclim company backend
Description:

Documentation at https://melpa.org/#/company-emacs-eclim

emacs-company-nixos-options 20160215.857
Propagated dependencies: emacs-company@20240926.2127 emacs-nixos-options@20160209.1841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/travisbhartwell/nix-emacs/
Licenses:
Synopsis: Company Backend for nixos-options
Description:

Documentation at https://melpa.org/#/company-nixos-options

emacs-company-native-complete 20240816.1648
Propagated dependencies: emacs-company@20240926.2127 emacs-native-complete@20240816.1648
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/CeleritasCelery/emacs-native-shell-complete
Licenses:
Synopsis: Company completion using native-complete
Description:

Documentation at https://melpa.org/#/company-native-complete

emacs-company-irony-c-headers 20151018.909
Propagated dependencies: emacs-company@20240926.2127 emacs-irony@20231018.1915
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/hotpxl/company-irony-c-headers
Licenses:
Synopsis: Company mode backend for C/C++ header files with Irony
Description:

Documentation at https://melpa.org/#/company-irony-c-headers

Page: 12345
Total results: 98