Daniel Mendler

Results 791 comments of Daniel Mendler

Hi, thank you for this great repository. I enjoyed it very much as a learning resource! May I suggest a separate repository plzoo-staging for the half-baked languages (instead of branches...

@Hugo-Heagren Well, I think the Embark way of solving your problem is to introduce a special target type for zoom headings. I don't think we need predicates on top for...

I would wait a bit (a week or a month). Omar just pushed bigger changes.

I recommend the following configuration if living on the edge is fine for you. ~~~ elisp (setq package-archives '(("gnu-devel" . "https://elpa.gnu.org/devel/") ("nongnu-devel" . "https://elpa.gnu.org/nongnu-devel/") ("melpa-devel" . "https://melpa.org/packages/")) package-archive-priorities '(("gnu-devel" ....

If `vertico--exhibit` is slow, the actual problem is the underlying candidate computation via `completion-all-completions`. This becomes a problem if you use a [slow completion style](https://github.com/axelf4/emacs-completion-bench), e.g., `flex`, or if you...

@brabalan Of course, it prevents the candidates from being computed if there is no input. Anyway if your M-x is slow, you may just have too many commands to handle...

@brabalan Okay, I see. 11k commands is well within the bounds of what Vertico can handle. Then the issue must be caused by some Doomism, as in the commit https://github.com/doomemacs/doomemacs/commit/2c14eff7f145040c4df923c9c6546b38fcfdc7ee.

Did you try disabling marginalia-mode? But I wonder, if the docstring loading is the reason for the slowdown then this should also be reflected in the profiles.

I did a bit of investigation: * The issue only happens for lambdas, not when binding symbols * The command hook is not put into the global post-command-hook list after...