bmag
bmag
Thanks for the report, I can confirm the bug. imenu-list tries to update the index only if the cursor has moved since the last update (see `imenu-list-update`), but for some...
Hi, thanks for the feedback. `imenu-list` doesn't support a multiple frames workflow yet. The current status is that `imenu-list` assumes there's only one `imenu-list` buffer at all times. I'd like...
> Is there any simple way to directly set headline (cussor) position just for imenu-list? Regarding Prob. 2 you could have done this: ```elisp (setq imenu-list-after-jump-hook nil) (add-hook 'imenu-list-after-jump-hook (lambda...
@phyliu79 new branch named [`outline`](https://github.com/bmag/imenu-list/commits/outline) should fix this problem: > Invalid function: (#("subsection A" 0 7 (org-imenu-marker # org-imenu t)) . #) Relevant commits are https://github.com/bmag/imenu-list/commit/f188f0674d7d959b8a042758e2c734ebd2b9ab48 and https://github.com/bmag/imenu-list/commit/42f983de889bd4d71df71613bcce444c256334c1. Can you...
@phyliu79 thanks for testing, I was 99% percent sure that it would fix the invalid function bug, so it's weird it didn't work for you. I'm going to merge the...
Interesting idea. Currently, imenu-list shows the entries that it receives from imenu without changing them. We can change the displayed text of each entry by using a transformer inside of...
@lewang did you see this?
@emacs18 your resolution looks correct to me. Is there anyone that will merge this PR if I resolve the conflict?
Really? I'll try later this week to reproduce it with a minimal config
Ok, I've got a reproduction recipe. I've noticed that if `evil-move-cursor-back` is nil, or `evil-move-beyond-eol` is t, then the behavior is ok. But if `evil-move-cursor-back` is t and `evil-move-beyond-eol` is...