Go to file
Robby Findler 6c173c19e9 avoid using separate events to send keystrokes in a hope of avoiding
intermittent failures in these tests

The guess that motivates this commit about what's going wrong is that
under some conditions that have to do with parallel tests that might
grab the OS-level focus, racket/gui is deciding that some of the two
keystroke combinations count as separate keystrokes, instead of being
combined in the search for the keymap handler. For example, if the
test suite tries to type c:c and then c:l, that will come in as two
separate events. If unlucky timing coincidence happens, then
racket/gui will decide that those should not count together in the
search for a keymap entry, but count as two separate ones (so we'd get
c:l centering the view instead of c:c;c:l inserting let-ans).
2017-02-03 10:24:30 -06:00
gui Remove extra directories. 2014-12-02 02:33:07 -05:00
gui-doc add-function's parameter's result is ignored so it may return multiple values safely 2017-01-28 10:50:03 -06:00
gui-lib treat dots with pairs inside properly 2017-01-30 21:40:49 -06:00
gui-test avoid using separate events to send keystrokes in a hope of avoiding 2017-02-03 10:24:30 -06:00
tex-table some more updates to follow TeX better for \var vs non-\var greek letters 2016-03-10 21:54:30 -06:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:34 -05:00