-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make julia-repl-executable-records
customizable
#59
Comments
Perhaps there is a misunderstanding here: you are encouraged to set this variable in your (setq julia-repl-executable-records
'((git "/home/tamas/src/julia-git/julia")
(v1.2 "/home/tamas/src/julia-1.2/julia")
(v1.1 "/home/tamas/src/julia-1.1.1/bin/julia"))) |
The same error on Windows after setting the variable: "Spawning child process: invalid argument." |
Does the same executable run outside Emacs, eg in the terminal? |
Yes, it runs in the terminal. The terminal emulator seems to have raised the error. |
When reporting an issue, please provide
M-x emacs-version [RET]
, will also appear in the buffer*Messages*
),GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2018-05-30
VERSION
)v"1.1.1"
julia-repl
(something like “latest master” is fine).MELPA 20190420.1455
Even with Julia on PATH, Emacs on Windows fails to start Julia with "Spawning child process: invalid argument". It looks like
julia-repl--capture-basedir
is failing to spawn Julia in the first place. I'd be happy enough to customizejulia-repl-executable-records
and point it directly to Julia, but that is defvar not defcustom. It would be nice if it was customizable.The text was updated successfully, but these errors were encountered: