rndblnch

Results 5 comments of rndblnch

Tcl_DoOneEvent calls Tcl_WaitForEvent which is platform specific (see macosx/tclMacOSXNotify.c at http://core.tcl.tk/tcl/artifact/c699f984689dd959 ). You will need help from people knowing tcl and macosx internals…

I tried to resolve this by myself, but my knowledge of beamer internals is weak. commenting this line: https://github.com/josephwright/beamer/blob/main/base/beamerbasenotes.sty#L110 solves this issue for the minimal example I reported, but produce...

this looks very similar to the old #271

the fix for #271 is specific to NSData, it can be found in this commit: bf601d4

> @rndblnch: #271 is relevant, I'm tweaking that workaround to be more general. Thanks for the tip, that made finding a workaround a lot easier. glad it helped, it's pure...