Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constantly disconnecting and reconnecting #70

Open
egelja opened this issue Jul 21, 2022 · 8 comments
Open

Constantly disconnecting and reconnecting #70

egelja opened this issue Jul 21, 2022 · 8 comments
Labels

Comments

@egelja
Copy link

egelja commented Jul 21, 2022

So, this is pretty much the same issue as #48.

However, I am not using Spacemacs, just regular Emacs 28.1
I also am on Windows with the .NET 6.0 SDK, so I have a C# compiler.
Running Powershell -NoProfile -ExecutionPolicy Bypass ./stdpipe.ps1 works.

@Mstrodl
Copy link
Owner

Mstrodl commented Jul 22, 2022

If you run that powershell script inside emacs (e.g. in M-x term) does it work? Could be that emacs has a different PATH or something

@egelja
Copy link
Author

egelja commented Aug 6, 2022

I had to use M-x eshell, but yes, it does work.

image

@egelja
Copy link
Author

egelja commented Jan 7, 2023

Ok so I may have figured something out

The path to stdpipe.ps1 has spaces in it. Could that be causing the problem?

This is the error on Emacs 28.2
image

@Mstrodl
Copy link
Owner

Mstrodl commented Jan 13, 2023

Maybe... Try without? I'm really not sure though sorry, I'm not a windows person :(
If you can find a workaround I can probably fix the underlying issue though!

@egelja
Copy link
Author

egelja commented Jan 13, 2023

I can't really try without, my home dir has a space in it and I can't change it.

@egelja
Copy link
Author

egelja commented Jan 13, 2023

Oh never mind fixed it

elcord.el.patch

This just adds ' quotes around the path, and then prefixes with & to run the string as a command.

@egelja
Copy link
Author

egelja commented Jun 26, 2023

Hey, any update on this?

@Mstrodl
Copy link
Owner

Mstrodl commented Jun 27, 2023

If you submit it as a pull request I'd be happy to merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants