samth
2017-10-23 01:39:55

I’ve just developed a very odd problem. After a few seconds (or sometimes immediately) the slideshow keybindings stop working


samth
2017-10-23 01:43:23

No slides switch, and I can’t quit (have to kill the program). Any thoughts on how to debug this issue are welcome, since I have to give a talk in a few days.


samth
2017-10-23 01:43:35

cc @mflatt @robby


robby
2017-10-23 01:44:21

You could put a printf down inside the low level key handling routine and see if that shows up


robby
2017-10-23 01:44:53

I don’t have any good ideas, in case that wasn’t obvious from the above. :grinning:


samth
2017-10-23 01:46:15

@robby Do you know offhand which file I should look in? Otherwise I’ll find it


robby
2017-10-23 01:50:04

not offhand; I would have to poke around to recall


samth
2017-10-23 01:50:15

Ok, thanks, I’ll have a look


robby
2017-10-23 01:50:16

(But Matthew did a lot more than I ever did.


robby
2017-10-23 01:50:19

)


samth
2017-10-23 02:13:29

Well, further investigation (thanks for the suggestion Robby) tells me that do-key-event in mred/private/wx/window.rkt is never called when the bad behavior happens


samth
2017-10-23 02:14:52

Which I think means that somehow the connection to GTK has gone wrong