The Wayback Machine - https://web.archive.org/web/20220429044402/https://github.com/topics/auto-complete
Skip to content
#

auto-complete

Here are 90 public repositories matching this topic...

c4eater
c4eater commented Feb 19, 2021

Hi,
Looks like auto-complete ignores completion-styles when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion.

To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)

; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key
question good first issue
jcs090218
jcs090218 commented Sep 24, 2020

This thread is a special thread to let other users to report the company backends that isn't working properly with this package. Please report any company backend that isn't working properly with this package.


These backends are special backends that have to implemented individually.

🔍 Backends must take it's own prefix

good first issue

Improve this page

Add a description, image, and links to the auto-complete topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auto-complete topic, visit your repo's landing page and select "manage topics."

Learn more