Henrik Lissner

Results 443 comments of Henrik Lissner

As of 916180a this issue should be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

@deirn's issue is unrelated to this one. Theirs is related to `C-i` not being bound to the correct command (see https://github.com/doomemacs/doomemacs/issues/8269). ----- In any case, I suspect this has to...

If it is failing to render, there are likely errors. [Check the \*Messages\* buffer](https://discourse.doomemacs.org/t/how-to-debug-issues/55) for errors/warnings.

In a buffer where it's happened, could you report the value of `mode-line-format`? Type `C-h v mode-line-format` to see its value.

I haven't been able to reproduce this, but I'll assume eae2529ed8147ab85cb5e433021ebdd7670d19dc and 13b64229a01c8dae74177299147156b7ac85094d fixed this issue.

If notmuch doesn't provide its own completion-at-point backend, then we could use [Cape](https://github.com/minad/cape?tab=readme-ov-file#company-adapter) (included in the corfu module) to write an adapter for its company-backend. I don't use notmuch to...

The next time this happens, type `C-h e` to open the \*Messages\* buffer and check for errors/warnings. Vertico should emit an error if ripgrep is failing, but since it isn't,...

Can you offer any additional information? LSP's lookup docs handler depends heavily on what major mode (language) and LSP server you're using. `K` seems perfectly functional in `emacs-lisp-mode`, `php-mode` (w/...

Which LSP client are you using in python-mode? Pylsp, pyright, jedi, ruff, etc?

Sorry for the late response; I haven't had time to look into deeply into this and likely won't get around to this soon, but: The issue is that evil-mc takes...