Nathaniel Smith wrote:
> On Mon, Jan 26, 2009 at 3:22 AM, Laurent Gautier wrote:
>> Nathaniel Smith wrote:
>>> There are a number of callbacks in rinterface that one can set to
>>> control R's console -- setWriteConsole, setReadConsole, etc. This
>>> patch fixes to limitations with the current API
On Mon, Jan 26, 2009 at 3:22 AM, Laurent Gautier wrote:
> Nathaniel Smith wrote:
>>
>> There are a number of callbacks in rinterface that one can set to
>> control R's console -- setWriteConsole, setReadConsole, etc. This
>> patch fixes to limitations with the current API:
>
> Thanks.
> Can you se
Nathaniel Smith wrote:
> There are a number of callbacks in rinterface that one can set to
> control R's console -- setWriteConsole, setReadConsole, etc. This
> patch fixes to limitations with the current API:
Thanks.
Can you sent it again ? The patch seems to have gotten eaten on the way.
> 1) I
There are a number of callbacks in rinterface that one can set to
control R's console -- setWriteConsole, setReadConsole, etc. This
patch fixes to limitations with the current API:
1) It is impossible to read out the current callback. This would be
useful for switching another callback into place