SendKeys and Python 2.7

Jakson A. Aquino jaksonaquino at gmail.com
Fri Sep 10 12:49:00 EDT 2010


On Fri, Sep 10, 2010 at 6:26 AM, Lawrence D'Oliveiro
<ldo at geek-central.gen.new_zealand> wrote:
> In message <mailman.600.1284026879.29448.python-list at python.org>, Jakson A.
> Aquino wrote:
>
>> I would like to send code from Vim [1] to R [2] on Microsoft Windows.
>
> Why such a roundabout way? Why not just run R in a subprocess and feed it a
> script to run?

Emacs with ESS runs R in a subprocess (at least I think it does). Vim
can't do that.

The plugin doesn't simply send code to R. It has many other features
that make it easier to edit R scripts.

Best,

Jakson



More information about the Python-list mailing list