Michał Krzywkowski

Results 31 comments of Michał Krzywkowski

@joaotavora Nice, I will test those macros later. From what I see, one thing that I think would be nice to have, is multiple bindings in one call to `eglot--dbind`,...

> It can probably be enhanced to honor `eglot-strict-mode`. I will try to implement that.

@joaotavora I pushed a commit which implements the `pcase` macro. It's messy... please take a look if you can. Right now, the macro honors only `disallow-non-standard-keys` of `eglot-strict-mode` by not...

For now, I brought back the old `eglot--dbind` and `eglot--call-with-interface`, because I realised I broke the old behavior.

> This should probably be a generic function on the server right? Hmm, what's wrong with having an alist, like you suggested? I think it would be more user friendly....

> The generic function would return an alist. A generic function makes sense, I'm just in favor of a variable because, at least for me, they're easier to use. With...

> But are these variables intended to be set by the user regularly per-project? Or are they properties/quirks of the servers themselves that we sometimes handle in eglot.el? Oh, I...

Thanks for the PR, but I don't understand why it's necessary - isn't it possible to achieve the same thing by modifying `display-buffer-alist`? I have this in my `init.el` for...

Thanks for the feature request. I don't use speedbar myself, but I will try it out and see if it can be extended to support our mu4e hierarchy. At the...

I just pushed 673fe69adf82802b1bf39ef8ae40eb265ff68a15 which adds a public function to get the folder hierarchy and the total/unread counts. That makes it possible for users to implement alternative views for the...