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

auto-complete

Here are 85 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

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