SavchenkoValeriy / emacs-powerthesaurus

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

Powerthesaurus Listing Only One Term #17

Closed nasanos closed 2 years ago

nasanos commented 2 years ago

Recently (as in just yesterday), the terms list from Powerthesaurus started being abbreviated down to just one term. It had been working fine for me up until then.

It may be a local issue. However, outside of Emacs, I'm working with another program that gets synonyms from Powerthesaurus, and it has continued to work as expected. I tried changing the User-Agent header, but that didn't seem to have any effect.

Here, for example, is what I get on the word examples (I'm using Helm for completions): emacs-powerthesaurus-issue

marlinstrub commented 2 years ago

I can confirm this issue. Started for me yesterday evening.

n14s commented 2 years ago

Experiencing the same.

maxchaos commented 2 years ago

Hi! Thanks for reporting. The latest version (0.2.0) should be addressing this issue. Let me know if the problem persists.

danielfleischer commented 2 years ago

The issue is fixed for me; being able to look at antonyms, definitions and sentences is a very nice addition. Thank you very much for this wonderful package!

marlinstrub commented 2 years ago

The issue is fixed for me too. Thank you very much for fixing and extending this package, it really is superb!

The only nitpick I have is that the synonyms now seem to be ordered on their length instead of their rating. Is this intentional?

danielfleischer commented 2 years ago

I don't experience it, using Helm. Maybe it's your completion framework.

marlinstrub commented 2 years ago

Good to know, thanks @danielfleischer. I'll check tomorrow.

marlinstrub commented 2 years ago

Yep seems framework-specific. I'll open an issue with Vertico.

maxchaos commented 2 years ago

@marlinstrub Could you check if you experience the same ordering issue with the latest commit?

marlinstrub commented 2 years ago

@maxchaos Nope, the issue is gone with the latest commit. Thanks a lot!