Re: [Rd] Embedded R and x11

2005-04-20 Thread Thomas Friedrichsmeier
> I think you are barking up the wrong tree. If you want to use an > event-driven sub-system you need to run an event loop. Well, but I only want part of R's event loop, namely handling of some specific X11-events. Of course, I do have a sort of event-loop, except that the main category of "event

Re: [Rd] Embedded R and x11

2005-04-20 Thread Prof Brian Ripley
I think you are barking up the wrong tree. If you want to use an event-driven sub-system you need to run an event loop. There is a lot of new information in 2.1.0 on building a front-end. Please read it. On Wed, 20 Apr 2005, Thomas Friedrichsmeier wrote: I'm working on a frontend for R. I have R