julia-shell-mode
julia-shell-mode copied to clipboard
Emacs major mode for an interactive Julia shell.
Hi, With recent versions of julia, the package doesn't work: after run-julia, julia fails with a "load error" for the module EmacsTools. This patch fixes it. But I don't know...
Hi, Sorry for posting an issue for this silly question. Couldn't think of a better way. What is the emacs theme in the screenshot? The color theme, the look of...
I tried to follow the example in the readme with julia 0.5.0, emacs 24.4.1 on debian jessie and julia-shell-mode 20161125.1110 installed via melpa ``` julia> y + Δ ``` if...
Even having removed the reference to awk, the julia> prompt never shows up, however it does evaluate simple expressions such as 1+1
Consequently, libraries that need interactive functionality won't work. Eg ``` julia Version 0.5.0-rc4 julia> using Gallium julia> @enter 1+1 ERROR: MethodError: Cannot `convert` an object of type Base.REPL.BasicREPL to an...
I cloned the repository to ~/.emacs.d and added following config to init.el ``` lisp (add-to-list 'load-path "~/.emacs.d/julia-shell-mode") (require 'julia-shell) ``` but I get error ``` lisp Warning (initialization): An error...
Wondering how hard would it be to create a keyboard shortcut like `C-c C-d` that would call `@doc()` and show the output in a new window. To show the docstring...
First of all thanks a lot guys for the much needed plugin.. it's awesome. My question is unrelated to the plugin, I wanted to know how the emacs was configured...
In the standard Julia shell, pressing `?` at an empty prompt changes the prompt to `help?>`, and entering a word followed by a newline gives help on that word. This...
Hello, I am new to Julia (but not emacs) and whenever I `run-julia` it crashes with a load error related with the EmacsTools module ```` julia ERROR: LoadError: ArgumentError: Package...