Fork me on GitHub
#cider
<
2015-09-06
>
michal18:09:35

@bozhidar: after last packages update in emacs cider (20150906.638) totally blew up. i can’t connect neither to existing repl (via cider-connect) nor start a new one (cider-jack-in). both based on boot (instead of lein). "cider-nrepl-sync-request:eval: Wrong type argument: stringp, nil”. cider-nrepl is 0.10.0-SNAPSHOT. is it something on my side only or may I start creating a ticket? simple_smile

michal18:09:23

hm.. sorry, looks like a false alarm. deleting cider and reinstalling again fixed the problem. big relief simple_smile

ebaxt19:09:13

After installing cider/cider-nrepl 0.9.1 and nrepl 0.2.10 the nrepl-server buffer is no longer available after running cider-jack-in. Anyone had the same problem? I managed to open it by running list-processes and clicking on the nrepl-server buffer.

malabarba19:09:34

ebaxt: the server buffer is not displayed to the user (because it's usually not useful), but it is created and you can switch to it like any other buffer

malabarba19:09:50

I think there's an option to display it if you want

ebaxt19:09:25

@malabarba: Shouldn’t it be available in Buffer List then?

malabarba19:09:52

yes it shouldn't

malabarba19:09:59

yes it should :)

malabarba19:09:09

When you say “Buffer List”, do you mean C-x C-b or the Buffers entry on the menu-bar?

ebaxt19:09:32

M-x list-buffers

ebaxt19:09:41

It’s not there so I can’t switch to it without first running M-x list-processes and then clicking the nrepl-server buffer

malabarba19:09:47

let me check

malabarba19:09:59

It does show up at the bottom of the buffer list for me

malabarba19:09:22

Could you file a bug report with more information?

ebaxt19:09:37

Hmm… fixed it by setting (setq nrepl-hide-special-buffers nil)

ebaxt19:09:05

Sorry, my bad. After upgrading to Emacs 24.5.1 I got a warning that I needed to move custom functions to a subfolder (not .emacs.d/). In the process I enabled a cider-setup.el file I found once but never used. It set (nrepl-hide-special-buffers t) 😒

ebaxt19:09:44

Thanks for being my rubber duck @malabarba 😉