Guido Kraemer

Results 93 comments of Guido Kraemer

Solution 1: simply prepend `"\^H"` to each command you send to the repl, this shouldn't do any harm. Solution 2: do some matching, e.g.: ```elisp (defun julia-repl--quit-repl-mode-maybe () (interactive) (with-current-buffer...

what about a shortcut for sending something in a certain mode: `C-c C-s C-c`: send line or region in shell mode `C-c C-p C-c`: send line or region in pkg...

A DLS that is built on top of julia? For Pkg and shell you are probably right.

No solution from my side, this was from a project of a student.

still persists after `Pkg.checkout("Lint")`. Before `Pkg.status` showed it as version `0.5.2` and now `0.5.0+ (master)`

yes, the problem is that it does not work and calling `using CUDArt` produces error messages on my machine.

can you reproduce this? if you do not have an nvidia card then CUDArt should give you the same error when you try to build it.

I guess that would be the solution

sure, that's why I put them there. It didn't work on a ubuntu 14.04 machine, I get the following error, I read somewhere, that there is a bug in the...

`ess` has a really cool functionality called [`ess-remote`](https://github.com/emacs-ess/ESS/blob/0786929aaabf8ce90ad48e6e90c98d19bee9aac4/lisp/essd-els.el#L125) which basically turns any process buffer into an `ess` session. I.e. you can start your R process however you like (via ssh...