Re: [Rd] getGraphicsEvent on X11 and event queuing

2016-06-07 Thread frederik
... I just realized that setGraphicsEventHandlers or getGraphicsEvent could have an 'onIdle' callback, to be called somewhere in the polling loop of gevents.c:163 - I think this would solve my problem #2 in a minimally disruptive way. On Mon, Jun 06, 2016 at 06:38:45PM -0700, frede...@ofb.net wrot

[Rd] Small mistake in ?raw

2016-06-07 Thread Mikko Korpela
In ?raw (src/library/base/man/raw.Rd), the final line of Examples seems to be off: isASCII("\x9c25.63") # false (in Latin-1, this is an amount in UK pounds) The character "\x9c" is a control character in Latin-1. Maybe the example should use "\xa3" instead: > iconv("\x9c25.63", from = "lat