SavchenkoValeriy / emacs-powerthesaurus

Powerthesaurus integration for Emacs
GNU General Public License v3.0
269 stars 11 forks source link

minibuffer doesn't expand #10

Closed Xunius closed 4 years ago

Xunius commented 4 years ago

Hi, I noticed that when issuing M-x powerthesaurus-lookup-word when a word is selected, my minibuffer won't expand to show the candidates as illustrated in the demo gif, but only showing the choose a synonym prompt. I have to type ? to manually expand it. How could I let it auto expand? Thanks.

SavchenkoValeriy commented 4 years ago

Hi, can you please attach a screenshot of such behavior?

Xunius commented 4 years ago

Screenshot from 2020-02-28 17-31-48 Hi, thanks for the prompt reply. This is how it looks like after I do M-x powerthesaurus-lookup-word-at-point. I noticed that both ? and TAB will trigger the completion list. So maybe that's the expected behavior and I just did not see that in the demo gif. I'm perfectly fine with the TAB trigger. Can consider close this.

SavchenkoValeriy commented 4 years ago

What completion system do you use? I guess that if it's not Helm or Ivy, it would indeed look like this

Xunius commented 4 years ago

I was not using Helm nor Ivy. Quickly tried ivy-mode, this time completion list auto expanded. Thanks!

SavchenkoValeriy commented 4 years ago

Yeah, I use whatever completion system is currently set up by the user. The default one doesn't show candidates (without TAB) for anything (files, buffers, functions, etc.). I'm glad we resolved it :)