Eason Huang

Results 18 comments of Eason Huang

I have the same issue on latest Windows 10 (22H2), installed f powershell from Windows Store. Is there any workaround recently? ``` ➜ ~ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Enable-WindowsOptionalFeature: Class...

> Installing powershell from GitHub (Winget) rather than ms store should work just as well as it did before. Thanks, It works for me. ``` ➜ ~ Enable-WindowsOptionalFeature -Online -FeatureName...

> Can you say when in your LSP log you typed `C-x 4 c`? I can reproduce this issue. I think what @phst means is : execute `M-x, clone-indirect-buffer-other-window` (...

> If you install the latest stable release, does it get fixed? > > https://aka.ms/getwinget Thanks. I have the same issue. And reinstall winget fixed the issue.

Have the same issue on Windows 10. Any progress on this?

Please merge this PR On the Emacs 29.0.50, the if-let macro have been move to[ lisp/subr.el ](https://github.com/emacs-mirror/emacs/blob/ec1a14ab331c0abc57bc34972a8a6f69c6ffa17a/lisp/subr.el#L2476)

I recommend you disable `electric-pair-mode` in J You can set something like: ```emacs-lisp (add-hook 'inferior-j-mode-hook (lambda () (electric-pair-mode -1))) ```

@kalvinyuu You can set it like this: ```emacs-lisp (setq-default j-console-cmd "jconsole") ```