Mason Protter

Results 233 comments of Mason Protter

Yes, to be clear I was requesting a specific feature that I think was encompassed by this issue, but I think it's important to have a user friendly easy way...

> I wonder if this functionality could be a minor-mode on top of julia-mode itself. It seems a bit icky to special-case different string-macro names to have/not-have this behavior based...

> I am sorry, but I still don't get what a cmd macro is (ie how it is different from a string macro). The fault is probably mine. let me...

I should note that I'm personally fine with doing this for string macros as well, but I thought it might be a good idea to start with cmd macros since...

Hey @LebedevRI I’ve finally got the test suite working. Could you rebase on Master? That should get all tests passing and then I can merge.

@xgdgsc an alternative to getting `Base.active_repl` set in IJulia, would be to get this PR merged in RemoteREPL.jl: https://github.com/c42f/RemoteREPL.jl/pull/42 I've been using this locally on my machine and it works...

I think the solution to this is just having an interrupt function which does `Base.throwto(julia_snail_task, InterruptException())`. Does julia-snail already have a separate task it uses for evaluation?

Probably what you should do is launch the computation in a task, and then have another task that checks every `n` miliseconds if the task is completed, and if it...

@nnicandro I'm still being bitten by this problem, and it seems to be worse now after doing some updates to org and emacs-jupyter. when I run ```emacs-lisp (with-temp-buffer (org-mode) (insert...