-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow running multiple instances #2
Comments
Thanks Ramon. I'm experimenting with exactly that -- and also using the ugd() interface available in R. Watch this space! hope you are keeping well, its been a while! |
I'm hoping the perl script can soon be replaced by a pure elisp solution. |
Hi Stephen,
Neat!! I'll be watching this closely. |
Just to keep track of a quick silly experiment. With v2, I can have different Emacs sessions use essgd. However, if I launch two different R sessions from the same Emacs session, they steal the essgd buffer from each other (i.e., the inferior R where I last issued This might all be obvious and expected. Close as needed, of course. |
Yes, it is as expected for now. I hope to get it such that one Emacs session can have multiple essgd buffers, just like you can have multiple R buffers. One step forward is however that the port and token are not hardcoded now. |
I think this is not currently possible, because the port is hardwired in the code. Would it be possible to run
hgd(token = FALSE)
in R, grab the URL (including port) generated by the call to R in the inferior R process, and then pass that to the Perl script?(Anyway, this is of course just a wish list. This is already great! Thanks!!)
The text was updated successfully, but these errors were encountered: