Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working with describe-function or helpful-callable #121

Open
mooseyboots opened this issue May 21, 2022 · 2 comments
Open

not working with describe-function or helpful-callable #121

mooseyboots opened this issue May 21, 2022 · 2 comments
Labels

Comments

@mooseyboots
Copy link

ivy-prescient isn't working for me describe-function, or helpful-callable/helpful-function, or also counsel-describe-function.

ivy-prescient-sort-commands is set to the default: (:not swiper swiper-isearch ivy-switch-buffer). i tried setting it to t also, but no change.

but my feeling is that it should work out of the box, right?

i'm on emacs 28.1, and my config looks like

(use-package prescient
  :after (ivy counsel))

(use-package ivy-prescient
  :after (ivy counsel)
  :config
  (ivy-prescient-mode)
  (prescient-persist-mode)
  (setq ivy-prescient-retain-classic-highlighting t)

installed via melpa.

if you have any suggestions as to how to work it out it would be appreciated.

@raxod502 raxod502 added the ivy label May 22, 2022
@raxod502
Copy link
Member

It doesn't surprise me that this has broken; the Ivy integration hasn't been updated for several years despite upstream changes (see #65). Sorry for the inconvenience.

@jacksondm33
Copy link

I had the same issue and found that Ivy will disable sorting completely if there are more items (in this case, functions defined) than ivy-sort-max-size which is 30,000 by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants