Fork me on GitHub
#cider
<
2015-10-28
>
pbostrom14:10:31

just solved a head-scratcher: cider-jump-to-var has a dependency on having the unzip command available on the system if the var is inside a jar

bozhidar17:10:26

likely some Emacs command we internally uses unzip

bozhidar17:10:38

as I don’t remember us explicitly shelling out to it

malabarba17:10:57

@pbostrom: what's your emacs version?

malabarba17:10:26

I think on 24.5 emacs started using libzip for that stuff, so it doesn't rely on external commands anymore

pbostrom18:10:20

I'm on 24.5.1

pandeiro20:10:41

how can i make cider-connect always accept the first option in "Do you want to associate the new connection with a local project?" prompt? 100% of the time the first option is what i want.

pandeiro20:10:53

unfortunately the default-value is broken on that question (i use ido), and it suggests the directory path concatted on itself, which is an invalid path

pandeiro20:10:05

since the answer is always the first option, can i somehow automate this?