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

it seems that auto-complete doesn't support the behavor like popup-menu* #148

Closed
jixiuf opened this issue Sep 2, 2012 · 2 comments · May be fixed by #185
Closed

it seems that auto-complete doesn't support the behavor like popup-menu* #148

jixiuf opened this issue Sep 2, 2012 · 2 comments · May be fixed by #185
Assignees
Milestone

Comments

@jixiuf
Copy link

jixiuf commented Sep 2, 2012

(popup-menu* (list
   (popup-make-item "foofoo" :value 'foo)
   (popup-make-item "barbar" :value 'bar)
   ))

================ this works

(defun value-candidates()
  (list
   (popup-make-item "foofoo" :value 'foo)
   (popup-make-item "barbar" :value 'bar)
   )
  )
(ac-define-source tmp-keywords
  '((candidates . (value-candidates))))
(setq ac-sources  (list 'ac-source-tmp-keywords))

======================but this does not

@m2ym
Copy link
Contributor

m2ym commented Sep 2, 2012

Your formatting is ugly. Anyway, we should add display property or view property for that purpose.

@tkf
Copy link
Contributor

tkf commented Mar 24, 2013

I am closing this as I think my PR #185 solves problem if it is merged. #185 has some issues but let's discuss them here.

In case it is not relevant to #185, please reopen it.

@tkf tkf closed this as completed Mar 24, 2013
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

Successfully merging a pull request may close this issue.

3 participants