Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicates in the candidates #384

Closed
stakemori opened this issue Jan 31, 2015 · 1 comment
Closed

Duplicates in the candidates #384

stakemori opened this issue Jan 31, 2015 · 1 comment

Comments

@stakemori
Copy link

Hi. Thanks for writing this great program. There is an issue. In recent versions of auto-complete-mode, there is a duplicate in the return value of ac-candidates.

Please try the following code to reproduce it:

(progn (pop-to-buffer (get-buffer-create "*ac-duplicate-test*"))
       (setq ac-source-duplicate-test1
             '((candidates . (lambda () '("foo1" "foo2" "foooooooooo3"))))
             ac-source-duplicate-test2 ac-source-duplicate-test1)
       (setq ac-sources '(ac-source-duplicate-test1 ac-source-duplicate-test2))
       (auto-complete-mode 1)
       (insert "fo")
       (call-interactively 'auto-complete))
m2ym added a commit that referenced this issue Jan 31, 2015
@m2ym
Copy link
Contributor

m2ym commented Jan 31, 2015

Thank you for great bug report. I have fixed this problem.

@m2ym m2ym closed this as completed Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants