emacs-helm/helm

helm-mini can't select the matched candidate which in recentf source.

zw963 opened this issue · 3 comments

zw963 commented

What happened?

This issue only happen on newest master 4ea8631, not happen when use version release 3.9.5

How to reproduce?

  1. start helm use a clear environment.
  2. run helm-mini, and filter by a keyword, the matched result both on Buffers and Recentf source.
  3. keeping move down
  4. when reach the last on in Buffers source, it can move down to Recentf source.
  5. But, if the matched result only exists on Recentf, it works.

Helm Version

Master branch

Emacs Version

Emacs-29.1

OS

GNU/Linux

Relevant backtrace (if possible)

No

Minimal configuration

  • I agree using a minimal configuration
zw963 commented

It can or can't?

Sorry, Can't, i fixed it.

Oh I think what you mean is that when using C-n you can't move to next
source.

Yes, haha

Thank you very much, (setq helm-move-to-line-cycle-in-source nil) reverted to previous behavior