[Rd] getGraphicsEvent() questions, minor feature/tweak request, and patch(es).

2016-09-16 Thread Richard Bodewits
lp, or an interpretation error on my side? Whatever it is, I've also included a minor patch for the help file to at least indicate support for 'prompt = NA'. Apologies if I'm doing this all wrong, or if I'm missing obvious reasons

[Rd] Handlers in setGraphicsEventHandlers() can recursively call getGraphicsEvent(). Intended behavior?

2016-09-17 Thread Richard Bodewits
e recursions? I've included a small patch as attachment that removes the offending lines. - Richard Bodewits Index: src/main/gevents.c === --- src/main/gevents.c (revision 71293) +++ src/main/gevents.c (working copy) @@ -211,

Re: [Rd] getGraphicsEvent() questions, minor feature/tweak request, and patch(es).

2016-09-18 Thread Richard Bodewits
Attached a minor revision of the previous patch, to avoid NA_character_ prompt values from being printed as NA. - Richard Bodewits On 09/16/2016 06:01 PM, Richard Bodewits wrote: > Hey all, new R user and first timer here. > > I've been using getGraphicsEvent() on an X11-Xl

[Rd] getGraphicsEvent() and setTimeLimit() bug and compatibility patch.

2016-09-18 Thread Richard Bodewits
an implementation. So short version; this patch builds on my do_getGraphicsEvent() recursion patch, and will fix getGraphicsEvent() choking on setTimeLimit() timing out. - Richard Bodewits Index: src/main/engine.c === --- src/main/engine.

Re: [Rd] Handlers in setGraphicsEventHandlers() can recursively call getGraphicsEvent(). Intended behavior?

2016-09-21 Thread Richard Bodewits
e months. After 12 years of this code being in place I doubt I'll be able to cover every imaginable usecase scenario by myself though. But thanks for replying. Was starting to think I was screaming into the void. ;-) - Richard Bodewits On 09/21/2016 03:42 AM, Paul Murrell wrote: > H