gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Starting Snail collides with existing Eat buffer #133

Closed berquist closed 7 months ago

berquist commented 7 months ago

I had an Eat session open with the default name of *eat*. Starting Snail picked it up, changed the name, and started sending strings to it: Screenshot from 2023-11-11 15-34-18

It looks like the behavior is to find an existing Eat session rather than always creating a new one. A better behavior would be to look for the buffer named julia-snail-repl-buffer.

I am willing to try fixing this.

gcv commented 7 months ago

Oh my 🤦. I think that's an Eat default behavior, but I'm pretty sure it could be easily worked around. It would be great if you could send me a PR for this!