Tamas K. Papp

Results 542 comments of Tamas K. Papp

The printing interaction is just from`pmap`. Can you try without parallelization though?

Yes, that code predates composable parallel processing APIs. Please try with `use_threads = false`. Cf #36.

Any suggestions for implementation?

Thanks for the ideas, I will explore these.

@MasonProtter: just to clarify, you have ``` add Plots ``` in a buffer and you want to use julia-repl to send that to the inferior process?

Good to know. I will hold off this change and think about it.

@MasonProtter: could be the bracketed paste, but I am not sure.

@gdkrmr: I will think about this, but I am finding it hard to find a use case. I think of shell and pkg modes as convenience features for interactive use....

To everyone interested: #36 is an attempt to fix the most obvious case, ie clear the prompt by default by sending a `C-a C-a [backspace]`. `C-u` before should override (disable...

Perhaps there is a misunderstanding here: you are encouraged to set this variable in your `.init.el` or similar, eg this is what I do: ```emacs-lisp (setq julia-repl-executable-records '((git "/home/tamas/src/julia-git/julia") (v1.2...