Fork me on GitHub
#cider
<
2015-09-19
>
ibcoleman15:09:35

hi, I hate to be that guy, but does anyone know how to even start debugging a "Stack overflow in regexp matcher" error when I start eshell?

ibcoleman15:09:53

nevermind... 😉

nooga18:09:51

how do I work with two different projects in emacs?

nooga18:09:59

I have several unrelated projects and every time I want to switch from one to another, I kill all buffers, cider and then open the other project, start cider etc.

nooga18:09:55

becuase even if I had several repls started, I have to check modeline constantly to be sure that I’m talking to the right one

malabarba18:09:22

In the current Cider snapshots that should be automatic

malabarba18:09:41

(the REPL detection)

malabarba18:09:41

As for the buffers, there are some packages that let you switch between projects, each project having its own group of buffers

malabarba18:09:51

I forget the name now...

malabarba19:09:45

There are probably others.

malabarba19:09:58

I can't seem to remember which one I used years ago :P

zentrope19:09:34

I don't often do that, but sometimes I just open a different frame to keep windows together.

malabarba19:09:25

My workflow is just to leave every buffer open until I'm done it

malabarba19:09:43

Across multiple projects

malabarba19:09:55

Accumulating dozens of buffers doesn't usually bother me