Bozhidar Batsov
Bozhidar Batsov
Hmm, I'm really puzzled how what you describe could be possible and not trigger the focus-out hook. How do you switch focus between those buffers normally?
I have no idea what this `lv-message` is (I assume it's not a built-in) and most likely it does moves focus between buffers, otherwise it should be triggering `super-save`. Seems...
I guess we can add some extra config with ignored commands and some check for the current command here https://github.com/bbatsov/super-save/blob/master/super-save.el#L92 That should be pretty simple. #37 already proposed making the...
That'd be trivial to add. We can just add something similar to the auto-save for a single file as shown here https://github.com/bbatsov/super-save/blob/master/super-save.el#L103 That being said I don't quite get the...
I guess this just re-emerged in the context of RuboCop - see https://github.com/rubocop-hq/rubocop/issues/5989 Perhaps on Windows you can just fallback automatically to the pure Ruby version?
I'm not an OCaml expert, but I know a thing or two about building Emacs packages and I think basic functionality like Eldoc should be bundled with development environments like...
So, do we have consensus that we should merge `merlin-eldoc` in the main Merlin package?
Yeah, that's just a matter of turning on/off `eldoc-mode` or removing the setup function. Basically my idea is to just copy the existing `merlin-eldoc` package inside the `merlin` repo and...
That shouldn't be a big deal - we can keep the old package as some placeholder that just requires `merlin` (+ a deprecation warning) and the name of the setup...
> ~Two~ Three years later Better late than never. ;-)