Daniel Mendler
Daniel Mendler
Ah okay, now I looked at your code. This is different than what I had in mind. If it works well, why not? But maybe my idea is worth exploring...
> It works correctly, but is super slow. By the time you start grepping a well-indexed document, you are pretty desperate, so it might be acceptable, though. In any case,...
So the results will come in live. That's nice. But I would still go with another solution. I am not sure if devdocs should invent its own search command, given...
> Can you ripgrep HTML files without seeing garbage in the output? I believe there is a ripgrep wrapper which can do that, also search pdfs etc. But I already...
For more background - the problem is that Corfu has some logic to check if the `:exit-function` should be called or if completion is supposed to continue (e.g., file path...
if you are affected by this issue you can use the following patched `lsp-completion-at-point` function for now: ~~~ elisp ;;;###autoload (defun lsp-completion-at-point () "Get lsp completions." (when (or (--some (lsp--client-completion-in-comments?...
Interesting. There is clearly something wrong if these `-cmhh` functions take 2% each. Can you please post your full profile as a file? The `-cmhh` (change major mode hook) functions...
For reference - this is the definition of the `-cmhh` function in the `define-globalized-minor-mode` macro. There is nothing expensive going on. ~~~ elisp (defun ,MODE-cmhh () (add-to-list ',MODE-buffers (current-buffer)) (add-hook...
The Consult issue is closed since I am not tracking upstream developments closely, changes are still possible and things may just go away again. This will definitely be fixed as...
The "big change" here is the name change of the dll. I am not sure if we want to include the version number in the name. This is the job...