Hi, Tamas Papp <tkp...@gmail.com> writes: > Hi Julia & Emacs users,
I'm one of those :-) > I wrote a minor mode for starting and interacting with a Julia REPL from > Emacs. It basically uses term, and defers to the Julia REPL for almost > everything. The main reason for using this instead of ESS is that some > packages, in particular Gallium and ASTinterpreter, require a more > capable terminal. You get completion and other extras of the Julia REPL > for free. when I have time I will try it, but just curious to know what julia-repl will give me than I cannot do now. My setting involves running an ansi-term inside Emacs, then running a screen session in it, and then starting julia. I have a nice REPL environment there, with auto-completion, arrow keys, reverse search, etc. plus being able to change from line mode to char mode when I want to copy-paste stuff from/to other buffers. What I miss from the ansi-term is that I cannot keep the whole interaction in the buffer, which I grew accustomed to rely on when running a regular shell inside Emacs. To illustrate, when running something that generates a lot of output inside ansi-term, this gets truncated, as you can see below, where the output starts with -----0.1-----, etc., but most of the output is gone and only the last parts remain (so I end up having a regular shell for long outputs and an ansi-term for nice REPL interaction, but obviously it is not ideal). If julia-repl solves that I'll buy it. :-) ,---- | • Powerful. Do more with less. Complex visualizations become easy. | | • Intuitive. Stop reading so much documentation. Commands should "just work". | | [3.18637,-9.2635,4.9458] | [13.3777,3.68877,-17.3378] | ----------------------------- | ------------9.6----------------- | [0.989822,2.2296,0.101944] | [0.654825,-0.0280955,3.54596] | [-3.3894,18.8551,-15.2289] | [9.50161,16.0473,-15.8163] | [-1.53928,3.43175,5.02399] | [11.1929,-10.6255,0.369727] | [18.9342,13.1419,-10.4816] | [0.790022,1.74249,0.842619] | [3.22621,-9.36619,5.00161] | [13.5345,3.73192,-17.5406] | ----------------------------- `---- Cheers, -- Ángel de Vicente http://www.iac.es/galeria/angelv/