Fork me on GitHub
#spacemacs
<
2017-10-23
>
jumar06:10:14

The main two reasons why I still occasionally use IDEA are: 1. Database explorer 2. Java Interop I absolutely love Spacemacs, but I think the db interaction is more pleasant with IntelliJ's Databse Navigator (I tried ejc-sql) and Emacs/Cider still lacks a good support for quick navigation to Java sources (especially lack of the possibility to automatically download sources of 3rd party libs) I'm wondering what are your thoughts about this issues and how do you deal with them.

jeff.terrell13:10:24

I don't really do #2. #1 is not something that I do in emacs, nor do I hear of anybody doing that. So sounds like a fair criticism to me.

jeff.terrell13:10:47

You could always ask on Reddit or something. Might get some good responses.

chris14:10:37

I was looking into the possibility of #2 awhile back using a combination of cider and meghanada server, but it wasn't going to be as easy as I was hoping, so I sorta gave up

ag18:10:02

anyone else having trouble updating packages? I can't download bunch of packages

eggsyntax18:10:47

I haven't myself (but haven't updated packages very recently), but have heard a few folks say the same thing.

ag18:10:26

dammit... my work has come to stalemate ;(

ag21:10:49

okay... apparently it was due my own thing in one of my layers. I have noticed a bug a few days ago - basically gg wasn't working anymore in dired buffer. I've trying "fixing" it, but that was upstream bug that when they've fixed it, that made my "workaround" not just obsolete, but completely wrong.

ag21:10:10

god... sometimes Emacs's error messages sooo obscure

ag21:10:32

better than Clojure stacktraces, yet quite obscure

jeff.terrell21:10:30

Glad you figured it out, but that does sound like a pain.

ag21:10:52

oh yeah... I have freaked out... TBH - it's completely my own fault. I really have to stop updating stuff first thing in the morning. But I can't. My OCD just wants everything latest.

ag21:10:34

that taught me the lesson I have forgotten. I haven't had issues like this for very, very long time. I've been using Spacemacs for maybe like more than 3 years. The lesson is: whenever there's something wrong, disable all the layers, and if that works - try adding them one by one, until you find the culprit

jeff.terrell21:10:16

Bisection by layers, good idea, I like it. 👍