Results 884 comments of Ivan Yonchovski

I am not JDT LS developer but only a user but I think that the following configuration might support what you want: One workspace and each of the clients will...

> And see if the problem persists? It still persists. FTR this fixes smartparens (it may be expected). ``` (define-key java-mode-map "(" nil) ``` > It might related to another...

Actually, seems like this is causing the issue: When I remove the let block smartparens work fine. ``` emacs-lisp (let (post-self-insert-hook) ; The only way to get defined functionality ;...

> As @yyoncho pointed out "unbinding" the commands works and that's what I personally do in my configuration. I will do that but IMO this must be fixed in the...

I reported the issue in emacs and it was fixed https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38406 - I am yet to test with ToT whether it works.

Thank you for pointing this out. I will revisit some decisions to figure out how to proceed from this point. The issue is that all nimble projects refer to nim...

> We can just set up an alias: https://github.com/nim-lang/packages#renaming-packages (so that `compiler` points to the new `nim` package). That is what I am working on.

> > We can just set up an alias: https://github.com/nim-lang/packages#renaming-packages (so that `compiler` points to the new `nim` package). > > That is what I am working on. Actually, I...

> You shouldn't need any changes in Nimble for this afaik. Aliases are already supported. Yeah. But I had to redo my nimble PR if we add an alias nim...

Here is the corresponding change in packages repo: https://github.com/nim-lang/packages/pull/2317/