auto-complete icon indicating copy to clipboard operation
auto-complete copied to clipboard

Emacs auto-complete package

Results 107 auto-complete issues
Sort by recently updated
recently updated
newest added

In the previous PR (#476) the author deleted the source repository and left us with raw patches only. I made a branch and applied the changeset from that PR. I'm...

[`auto-complete`](https://github.com/auto-complete/auto-complete), [`popup-el`](https://github.com/auto-complete/popup-el) and [`fuzzy-el`](https://github.com/auto-complete/fuzzy-el) are looking for new maintainers. If you are interested, then please say so. Currently I am the "owner" of these repositories but I have only volunteered...

discussion

I have MELPA package repository added to my Emacs; however, I am not seeing `auto-complete` as one of the packages. When I attempt to run `package-install-file` for manual installation, I...

question

I used to use it a year ago but seeing people switching to company-mode makes me feel uncomfortable. What is it that auto-complete isn't providing because of which people are...

discussion

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) ```lisp ;...

question
good first issue

I have a database of symbols used in a language. I want to have an auto-completion based on those words as well. Is there any way to achieve this using...

question

Type `B' key on Dired on auto-complete-config.el line. Display warning **auto-complete-config.el:204:23:Warning: Unknown slot 'prefix'** `(let* ((tag (car (last (oref (semantic-analyze-current-context) prefix))))` symbol `prefix` is unused?

question

Hello, Since fews days, my "autocomplete-mode" is broken... When I enable the mode, that say "Error running timer 'ac-update-greedy': (error "Keyword argument :max-width not one of [...]"... Same error for...

bug

![15090072643ha](https://user-images.githubusercontent.com/8845650/32043208-b871933e-ba42-11e7-9829-c97ecdfd16fb.gif) I have been experiencing this ever since I updated to Emacs 26.05

question

just as the title. If auto-complete does not do this? I think this might should be implement in `auto-complete-yasnippet` ?

enhancement