The Wayback Machine - https://web.archive.org/web/20210817162958/https://github.com/topics/completion
Skip to content
#

completion

Here are 245 public repositories matching this topic...

picocli

Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
  • Updated Aug 17, 2021
  • Java
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 completion 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 completion topic, visit your repo's landing page and select "manage topics."

Learn more