auto-complete / popup-el

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

company-quickhelp is not available in this emacs version or frame #115

Closed mhcerri closed 6 years ago

mhcerri commented 6 years ago

Hi,

I'm getting the following error when trying to use it on a terminal:

Error running timer `company-quickhelp--show': (error "company-quickhelp is not available in this emacs version or frame") 

It works fine with the GTK version. I'm using emacs 24.5.1.

articuluxe commented 6 years ago

You are reporting this on the wrong repo, it should be reported at:

https://github.com/expez/company-quickhelp

Also, note that company-quickhelp relies on pos-tip, due to supposed glitches in popup; it’s authors conveniently ignore that pos-tip doesn’t work in the terminal. So I think what you trying to do will not work.

On Mar 18, 2018, at 1:40 PM, Marcelo Cerri notifications@github.com wrote:

Hi,

I'm getting the following error when trying to use it on a terminal:

Error running timer `company-quickhelp--show': (error "company-quickhelp is not available in this emacs version or frame") It works fine with the GTK version. I'm using emacs 24.5.1.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mhcerri commented 6 years ago

I totally mixed up the projects. Thank you.