Fork me on GitHub
#editors
<
2016-04-04
>
urbanslug08:04:24

Has anyone here gotten flycheck to work with emacs-live?

urbanslug08:04:32

or for emacs-live to work with elpa?

urbanslug08:04:20

Also are you guys able to switch namespaces in production grade code using nrepl(cider)?

urbanslug08:04:02

I keep getting "CompilerException java.lang.ClassNotFoundException"

otfrom09:04:05

urbanslug: there is a #C0617A8PQ channel where you might find more people who can help you with your questions

urbanslug09:04:46

@otfrom: Due to my clj inexperience I was making a bad call to in-ns

otfrom09:04:53

though I've not had that problem when switching namespaces

urbanslug09:04:07

(in-ns ā€˜<namespace>) not (in-ns <namespace>)

urbanslug09:04:14

quote macro issues.

otfrom09:04:55

I use C-c M-n to switch namespaces in the repl using cider

urbanslug09:04:15

Wow thanks, let me try that.

otfrom09:04:51

and don' t worry about being new. With the size of emacs I'm always finding something new (and I've been using it for 18 years)

otfrom09:04:03

(and I still can't type)

urbanslug09:04:14

haha I meant new to clj

urbanslug09:04:25

Though Iā€™m also relatively new to emacs

urbanslug09:04:46

18 years? LOL I feel like a kid.

urbanslug09:04:21

@otfrom: Do you use emacs-live?

urbanslug09:04:00

C-c M-n wins!!!!

otfrom09:04:33

I did for a while, but not at the moment. I'm using this now https://github.com/otfrom/home-lightsaber-kit

otfrom09:04:28

emacs-live is pretty cool. I've gone through a number of emacs configs though, then declare config bankruptcy and do it all over again. I get a bit better each time and learn new tricks (I once had about 6kloc of emacs config, though a lot of that was c++ templates in skeleton-mode)

urbanslug11:04:49

Jesus, 6k lines of config.

otfrom13:04:13

urbanslug: yeah, well, most of the lines were in those skeleton-mode templates. I also had something that generated java classes from horrible oracle stored procedure interfaces. It was a grim time. šŸ˜‰