Hi Andrei, I'll have a look at your pointers before further extending the TextMate bundle, particularly [2] looks promising.
Thanks, and regards, Rob J. Goedman [email protected] On Jul 8, 2014, at 2:19 PM, Andrei Zh <[email protected]> wrote: > Hi Rob, > > Thanks for your answer. I use very similar approach with Emacs and ESS > mode[1]: I've bound command "ess-eval-line-and-step" to "C-d" (CONTROL / > COMMAND + D) to be able to send single line and "ess-load-file" to "C-c C-c" > (double CONTROL / COMMAND + C) to reload the entire file. I don't like idea > of reloading REPL, though. Not because it takes 5 commands (I can actually > automate most of these keystrokes), but because this way you lose your > current state. This may be really painful, especially when your computations > took half an hour or so (which is often the case in image processing, > recommendation engines, etc.) > > I think, though, that your ideas combined with clear() function ([2]) from > Tim's comment should work pretty well. > > [1]: https://github.com/emacs-ess/ESS/wiki/Julia > [2]: https://github.com/JuliaLang/julia/pull/7487
