Re: [Rd] dev.interactive() changes

2007-05-21 Thread Prof Brian Ripley
Thanks, it should work now. On Mon, 21 May 2007, Deepayan Sarkar wrote: > On 5/5/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > > [...] > >> You meam as in >> >> o dev.interactive() regards devices with the displaylist enabled >> as interactive, and packages can register the nam

[Rd] dev.interactive() changes

2007-05-21 Thread Deepayan Sarkar
On 5/5/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: [...] > You meam as in > > o dev.interactive() regards devices with the displaylist enabled > as interactive, and packages can register the names of their > devices as interactive via deviceIsInteractive(). > > ? Quick