SavchenkoValeriy / emacs-powerthesaurus

Powerthesaurus integration for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candidate selection breaks with Company mode

ntrocado opened this issue · comments

While using company mode with the ispell backend, I followed these steps:

  1. write "foo" and wait;
  2. the company completion box appears;
  3. call M-x powerthesaurus-lookup-dwim RET RET RET;
  4. a candidate list will appear in the minibuffer, but it's not possible to use the arrow keys (or C-n C-p) to move the selection up or down. There's also a message: funcall-interactively: Wrong type argument: number-or-marker-p, nil.

Oh wow, that's a very interesting case.
Thank you so much for taking your time and reporting it!

Thanks for a detailed description, I managed to reproduce it and I believe I have a fix. Cheers!