doomemacs / doomemacs/core

better jump marker are not properly set for vertico

Open
#5,386 0 comments 3 reactions 0 assignees View on GitHub
is:bug needs-triage
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

### What did you expect to happen?

When I search with vertico package using `+default/search-project`, it cannot properly go back to the previous marker. Please kindly investigate this. I'm not sure which function is the best one I should add advice, maybe `+vertico-file-search`. But I'm just using something like this to prevent such issue.

```
;; Fix jump issue for vertico
(dolist (func '(+default/search-project))
(advice-add func :around #'doom-set-jump-a))
```

### What actually happened?

jump list is messed up under vertico

### Describe your attempts to resolve the issue

_No response_

### Steps to reproduce

pretty easy to reproduce by search with `+default/search-project` under vertico. And go back and forth with `C-o` and `C-i`. Note, you might need to jump couple time before this in order to add something in the jump stack.

### System Information

https://pastebin.com/Rr5RNRvw

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.