Torstein Krause Johansen

Results 8 comments of Torstein Krause Johansen

FYI: Development has moved to https://github.com/emacs-eclim/emacs-eclim

@LeaveNhA : the emacs-eclim project has moved to https://github.com/emacs-eclim/emacs-eclim. Have you tried out the version from that repo?

From the sound of similar exceptions (in different pieces of software), it sounds like the `URI` class can get confused as to what elements of the passed string (the file...

ProjectMoon writes: > Having this as well. It appears toggle-maximize-buffer is not a > standard emacs function. The only thing I found for it is > https://gist.github.com/mads379/3402786. You're right. The...

zwb-ict writes: > I have another question: how to add breakpoint, and how to add debug > configure with maven? After you've started jdb with eclim-debug-attach, everything is set up...

Sounds very promising this feature. It does seem that it's only half way there in the source, though. The shortcut is registered in `emacs-eclim.el`, but the function cannot be found...

I have this problem too, so much that I have bound `yas-exit-all-snippts` to `C-]`. Wonder if this has anything to do with the yas version as it cannot be that...

Nice. I went down a different path: I wrote my own function (and removed eglot-java): https://gitlab.com/skybert/my-little-friends/-/commit/6caf437148157e3aa48074e861a22e4d2d884403 On Tue, 31 Dec 2024, 15:25 Lucartas, ***@***.***> wrote: > Have the same problem....