Henrik Lissner

Results 312 comments of Henrik Lissner

Adding mu4e to your `load-path` should no longer be necessary after 2bc6dd2a96fca93202404726a2c24c67418fcf8b, so long as you remember to run `doom sync` after installing [mu](https://github.com/hlissner/dotfiles/blob/55194e703d1fe82e7e0ffd06e460f1897b6fc404/modules/editors/emacs.nix#L59) and [mu4e](https://github.com/hlissner/dotfiles/blob/55194e703d1fe82e7e0ffd06e460f1897b6fc404/modules/editors/emacs.nix#L16) via nixpkgs: ```nix environment.systemPackages...

I am unable to reproduce this. Are you still experiencing this issue? If you are: 1. [Check \*Messages\* for any other errors or warnings](https://discourse.doomemacs.org/t/how-to-debug-issues/55) that might've been emitted besides `'org-element--parse-to':...

This should be fixed (or at least made obsolete) by https://github.com/doomemacs/doomemacs/commit/0d9e188b26ca1d01a57598e37171e5333272cad7, so I'll consider this resolved. Thanks for bringing it to my attention, in any case!

> By the way, I _cannot_ reproduce this on [517daa4](https://github.com/doomemacs/doomemacs/commit/517daa4ed9168855c202ba2fd28920f6ee17249f) on my config. When selecting headings in the minibuffer during `consult-org-agenda`, I still see the incomplete buffers in the preview....

Could you see if [one of these snippest](https://github.com/doomemacs/doomemacs/issues/5411#issuecomment-2201994306) fix the issue for you?

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

Does `(setq ansi-color-for-compilation-mode 'filter)` fix this? If not, try adding this as well: ```elisp (after! compile (remove-hook 'compilation-filter-hook #'doom-apply-ansi-color-to-compilation-buffer-h) (add-hook 'compilation-filter-hook #'ansi-color-compilation-filter)) ```

Can you share what errors you see when `doom-apply-ansi-color-to-compilation-buffer-h` fails? Check your *Messages* buffer for them (`C-h e` to open it), or even better: [produce a backtrace](https://discourse.doomemacs.org/t/what-is-a-backtrace-how-to-produce-them/85#how-to-produce-a-backtrace-3) from the error....

`doom-apply-ansi-color-to-compilation-buffer-h` was removed in 2f7171bf8a5f76c1fbb3b9c91921be270b09c0b5, and replaced with `ansi-color-compilation-filter`, so you only need to remove that. I haven't been able to reproduce this yet, however.

Since these are evil-magit defaults, perhaps it makes more sense to suggest this [upstream](https://github.com/emacs-evil/evil-magit). This will likely require a `evil-magit-dispatch`, ala [magit-dispatch](https://github.com/magit/magit/blob/master/lisp/magit.el#L225).