auto-complete / popup-el

Visual Popup Interface Library for Emacs
GNU General Public License v3.0
446 stars 96 forks source link

popup-complete #77

Closed fommil closed 9 years ago

fommil commented 10 years ago

I found a brilliantly useful function called popup-complete here http://www.emacswiki.org/emacs/PopUp which references your project.

But I can't find it here. Assuming you have something to do with it, where is popup-complete distributed? It would be really fantastic if it were available on MELPA.

syohex commented 9 years ago

Sorry late reply.

I have packaged it(https://github.com/syohex/emacs-popup-complete). Please pull-request that package to MELPA if you want to install it from MELPA.

fommil commented 9 years ago

thank you!

syohex commented 9 years ago

NOTE I recommend you to use company-mode or auto-complete-mode if you want to use completion with popup tooltip.

fommil commented 9 years ago

@syohex cool, thanks for the tip. Is there a tutorial on how to do that? If I can use ac/cm instead of the emacs-popup-complete script then that solves a problem.

syohex commented 9 years ago

Sorry I don't know those tutorials.

Documents are here.

fommil commented 9 years ago

ok, I'd already had a skim of those but I can't work out how to get those to provide popups for things like a completion-in-region. That's why the popup-complete was so useful.