-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Julia does not show prompt in Emacs #8580
Comments
I believe you need to use |
@pao Thanks for your reply. I tried Also I believe that there is no |
hrm, then I'm not sure...is this #5271? |
The Windows version has come a very long way, but yeah, still going to be a bit smoother on other operating systems. It doesn't appear there is a fix for this at the moment, but since this appears to duplicate #5271 I will close this issue in favor of that one. Thanks! |
I use Emacs 24.3.1 under Windows 7 x64. When I
M-x shell
andjulia
to execute julia.exe (not via ESS), there are several problems:?help
givesERROR: syntax: extra token "help" after end of expression
Here's how it looks in Emacs:
If I execute julia.exe from cmd then everything is fine:
Here is my
versioninfo(true)
:Any idea how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: