John Walker

Results 31 comments of John Walker

A little embarrassing, but I suspect the bug may go back to waaay back here haha. https://github.com/pixie-lang/pixie/commit/14d9e2921af591f02644a2fb521656bcbfabdafc http://stackoverflow.com/questions/19246065/python-in-emacs-shell-mode-turns-on-stty-echo-and-breaks-c-d

OK, so this is whats happening. If you want a quick fix, make the pixie program something like this. The tradeoff is that now you won't see => or whatever....

Looks reasonable to me, open up a PR and I'm happy to try it out. Thanks!

Hmm, interesting. I /think/ it's controlled here: https://github.com/clojure-emacs/inf-clojure/blob/master/inf-clojure.el#L436 I haven't used pixie in a long time. I'd be happy to make you a maintainer if you're interested!

The big thing to test is whether it breaks inf-clojure. It probably makes more sense to just copy inf-clojure's sources than it does to continue to hack into their variables....

Yeah, that's a great idea. We should also let people specify versions when they add groups of dependencies.

Yeah, that sounds awesome. No one is working on it to my knowledge.

Hmm, what does your profiles.clj look like?

Most likely you have pulled in another plugin with an outdated dependency on clj-http. If you try with only lein-plz, which uses a newer version, then this warning message will...

Hi! Would you catch this up to date with master so I can merge it?