hajovonta

Results 10 comments of hajovonta

Hi! I use https://docs.microsoft.com/en-us/sysinternals/downloads/ctrl2cap which may or may not satisfy your needs. I'm personally happy with it, it closely mimics what I got used to on Linux.

Hi @kourosh2, Unfortunately not: I had never felt the need to remap my Enter. I followed this: https://www.emacswiki.org/emacs/MovingTheCtrlKey Look around, there may be some solution that you can use for...

This file below produces the error for me if I save it as 'test.groovy' and open it in Emacs. Sensitive data redacted. ``` import com.company.ci.common.Context import static com.company.ci.common.Params.* import com.company.ci.common.jobname.CommonJobs...

The problem is that the error prevents the mode to run properly, e.g. some hooks and minor modes are not loaded

Strange, but I could make a workaround by evaluating these: ``` (add-hook 'groovy-mode-hook #'company-mode-hook) (add-hook 'groovy-mode-hook #'company-mode) ``` This way it complains about company-mode-hook, but then loads company-mode fine, and...

I tried this, but I don't get a Backtrace window. The error is shown in the minibuffer and in the *Messages* but that's it.

groovy-mode-hook contains: `(inf-groovy-keys company-mode company-mode-hook groovy-mode)` and prog-mode-hook is nil. I tried the procedure you insisted, but got the following error when trying to load groovy-mode.el: `*** Eval error ***...

Can you confirm the very same git command works for you from outside Portacle?

I see. Is it possible you are using two different git clients here? What does ```which git``` say when you are issuing it in M-x shell?

Works in Ubuntu 18 LTS VM (hosted in Windows 10) SBCL 1.5.1.39-28a185035