Reuben Thomas
Reuben Thomas
Nice idea! Currently project defaults might be expressed in `.dir-locals.el` or `.editorconfig`; the effort involved particularly in the latter is so low I'm not sure there's much need for `dtrt-indent`...
> One reasonable approach could be to focus on the buffers opened within the project. When we have only one buffer open, the behavior should be the same of opening...
Enchant maintainer here: Enchant is not responsible for the UI, and it may not even be responsible for deciding what is a word (I haven't looked at the code of...
Thanks; did I miss that being documented somewhere? Also, that doesn't explain to me why VAPIs installed with the compiler (like `Posix`) are not found.
Ah yes, good point about the compiler flags. Thanks for the documentation pointers. Is there some way I can pass the compiler flags to VLS manually? (So then I could...
Something simple would be nice, like 2. In this case I would have been quite happy to write a quick per-project config file, and have that minor maintenance burden. I...
I've done some work on this without looking at either this issue (oops!) or the Ohm source code, but just patching its auto-generated types in my project. I think it...
P.S., a corollary to my willingness to hack around with Ohm's output is that I'd be very happy with a breaking change to the API. Ohm is nice and stable...
Thanks, I'll try this. It would still be nice to have an implementation on platforms where it makes sense; I think this is not the only feature that doesn't make...
Yes, your examples are exactly what I'm thinking of: accessing the file system, running processes, the sort of thing one wants to do in a server, command-line environment. The motivating...