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?
- start helm use a clear environment.
- run helm-mini, and filter by a keyword, the matched result both on
Buffers
andRecentf
source. - keeping move down
- when reach the last on in
Buffers
source, it can move down toRecentf
source. - 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
thierryvolpiatto commented
"Billy.Zheng" ***@***.***> writes:
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
How?
4. when reach the last on in Buffers source, it can move down to
Recentf source.
It can or can't?
5. But, if the matched result only exists on Recentf, it works.
What works?
Thanks.
…--
Thierry
thierryvolpiatto commented
"Billy.Zheng" ***@***.***> writes:
What happened?
This issue only happen on newest master 4ea8631, not happen when use version release 3.9.5
Oh I think what you mean is that when using C-n you can't move to next
source.
Some default have changed in Helm, see
`helm-move-to-line-cycle-in-source` which is now `t` by default.
So now when you are at end of a source you have to switch to next source
explicitely with helm-next-source.
…--
Thierry
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