Fork me on GitHub
#spacemacs
<
2017-10-05
>
rinaldi16:10:26

Is there a way to cancel/interrupt the REPL execution without having to restart Cider? I have tried C-c C-c but it doesn't seem to work at all.

chris16:10:22

just repeated mashings of C-c C-c and C-g until it stops whatever it's doing

rinaldi16:10:47

Haha alright I am gonna try that

eggsyntax16:10:41

Noticing that recently some file saves take an inordinately long time. I've updated fairly recently, and also switched from mac to linux somewhat recently, so not at all sure yet what to track it to. Suspect it's CIDER/Lein related; I think I've only seen it on clj/s files.

eggsyntax16:10:52

But anyone else been seeing the same?

vuuvi16:10:26

I haven’t really had any problems with saves on my mac

vuuvi16:10:10

however I have noticed that when I try to close or navigate away from a file that hasn’t been saved there are a lot of problems with it hanging while emacs waits for my input to decide what to do ex: (`do you want to save this file y n etc.`)

eggsyntax16:10:48

Hmm, haven't encountered that one.

vuuvi16:10:06

it seems to be a bit of an edge case - it happens most frequently when I open up a bunch of files in emacs, then start using intellij

kasuko17:10:40

Is there a way to prevent evil-repeat from being reset when using the mouse for navigation? e.g. Going from some|thing I type out b c w else and I end up with else| if I then click on another instance of something and try to . to replace it with else evil-repeat just attempt to place my mark again.