Alex Podolsky

Results 12 comments of Alex Podolsky

As an emacs user trying out treesitter support: Unfortunately, I think that the crufty codebases that would most benefit from tree-sitter-derived performance improvements are also those that are most likely...

Edit: well, no. The below does not work. I can see a didChangeConfiguration message getting logged, and its param JSON is identical to what I see with a known-working `eglot-workspace-configuration`,...

I looked at this a bit more, though unfortunately the result is that I'm convinced that there's no way to set "override" options for rust-analyzer without changing `lsp-mode` sources. The...

I personally did switch back to eglot, IIRC because of this and my general configurability woes. Maybe I just missed that setting, but is it possible that it doesn't apply...

> What should the error message be? Note that the contents field may be empty for several reasons, for example if you select and send a whitespace region. I'd propose...

> There are two channels available to the user for communication: the system prompt and the prompt. The "d" option is located in the system prompt menu and appends its...

> The user prompt is allowed to be empty by other models/backends. Yeah, of course. Baking in knowledge of which popular models forbid this seems solveable.

> Here is a patch for solution 1 that does _not_ account for the edge cases. You can try it out and let me know. (Use the "d" option in...

I'm seeing this too, running in foot without ssh. I can repro it intentionally 100% simply by starting emacs and then typing a key quickly. The key doesn't seem to...

Apparently, it's the xterm feature negotiation in xterm.el, which also binds the problem key sequence (and uses the same basic self-removal approach - iiuc kkp,el is based on that code)....