18:43:31jackdanielcmack: re start-text-input, having in mind that I may misremember things (!), -- it was the case that each character was proposed as a separate IME sequence
18:44:29jackdanielthe patch for search path for osx is trivial, I'll apply it now
18:48:42jackdanielcalsys: re lispworks refusing to open a stream -- we shouldn't open the stream at all
18:48:55jackdanielso I think that this should be fixed in ensure-truetype-font
18:49:23jackdanielsomething like (unless (streamp source) (setf source (open ...)))