Daniel Mendler

Results 792 comments of Daniel Mendler

In the case of documentation strings, I don't think you get something usable with the available infrastructure (annotators, ivy filtering, completion style filtering). This is better solved by (rip)grepping over...

@a13 Of course it is handy to search documentation and metadata during completion. All I am claiming is that it won't be fast, as long as you don't add some...

> well, ivy supports dynamic collections, so I don't think it's a big issue. You are right that one could implement a command which performs the search in the background....

@borysn This issue is an upstream issue and should be fixed in Emacs itself. You can write a mail to the Emacs bug tracker asking for status updates there (https://bugs.gnu.org/48995)....

@bdarcus > FWIW, I believe this is a current limitation of completing-read. > In Helm, and I think also Ivy, they support this via the notion of display transforms, which...

@mato In #341 I just did what you proposed and dropped to BPF. The solution I have there seems to pass basic tests.

I would try to avoid libc in the solo5 spt tender if feasible. This would avoid the complications of unloading stuff. In my prototype in #343 I am avoiding libc....

@mohkale Note that the project-file completion category is defined by project.el (not projectile). Marginalia will internally use project.el to resolve the project root directory instead of projectile, which is not...

There is a value distinguishing them if the projectile project root and the project.el project roots do not coincide due to the different resulting file paths. If the roots always...

I believe this is a bug of the pcomplete backend used by Eshell since it also occurs if you use default completion or Corfu. I remember that I read about...