Re: [Rpy] [patch] enhance console callback API

2009-01-27 Thread Laurent Gautier
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

Re: [Rpy] [patch] enhance console callback API

2009-01-26 Thread Nathaniel Smith
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

Re: [Rpy] [patch] enhance console callback API

2009-01-26 Thread Laurent Gautier
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

[Rpy] [patch] enhance console callback API

2009-01-26 Thread Nathaniel Smith
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