Fork me on GitHub
#cider
<
2015-08-21
>
ericnormand16:08:20

I have a question about cider-connect

ericnormand16:08:55

it's asking for my ssh password

ericnormand16:08:03

does anyone know what this means?

ericnormand16:08:25

or even where to start figuring out why?

bozhidar16:08:26

if you try to connect to a host you’ve connected to via ssh in the past

bozhidar16:08:40

it will try to establish an ssh tunnel to it

bozhidar16:08:45

for security reasons

bozhidar16:08:53

we were supposed to document this simple_smile

bozhidar16:08:21

some historical context

jrotenberg19:08:49

i’ve somehow broken C-j in cider-scratch

jrotenberg19:08:53

Symbol's function definition is void: clojure-backward-logical-sexp

pandeiro19:08:29

what is cider-scratch?

pandeiro19:08:14

i mean, it creates a scratch buffer in clojure-mode? and ... something else?

jrotenberg19:08:30

yeah, i guess thats basically it

jrotenberg19:08:39

but it sticks around through cider-restarts

jrotenberg19:08:09

i dunno, might be a better way but i got used to having it be my emacs session scratch buffer for stuff i wanted to toy with

jrotenberg19:08:25

but i broke it somehow i think

jrotenberg19:08:30

it works, but i can’t eval from it

malabarba21:08:53

@jrotenberg: Make sure your clojure-mode package is up to date

malabarba21:08:42

That function it's complainning about is relatively new, so you might be running an older clojure-mode

jrotenberg22:08:20

aahhh, that fixed it

jrotenberg22:08:31

just blew away a bunch of packages and reinstalled

jrotenberg22:08:50

and finally fixed it so i can have paredit-mode on and still use C-j to eval