When reporting an issue, please provide
- the Emacs version (
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
- the Julia version (
VERSION)
v"1.1.1"
- the version of
julia-repl (something like “latest master” is fine).
MELPA 20190420.1455
- self-contained steps to replicate the issue.
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 customize julia-repl-executable-records and point it directly to Julia, but that is defvar not defcustom. It would be nice if it was customizable.
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-basediris failing to spawn Julia in the first place. I'd be happy enough to customizejulia-repl-executable-recordsand point it directly to Julia, but that is defvar not defcustom. It would be nice if it was customizable.