On Tuesday 10 December 2002 10:15 am, Jean-Marc Lasgouttes wrote:
> But it does the compose key preprocessing first.

Not totally true. It passes all FL_KEYPRESS events to the XWorkArea handler. 
It just so happens that during composition the passed "key" is null. That's 
why this can be made to work. It gets all the "ev"s it needs.

#if FL_VERSION < 1 && (FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL 
< 5))
                // XForms < 0.89.5 does not have compose support
                // so we are using our own compose support
                LyXLookupString(ev, dummy, 1, &keysym);
#else

Angus

Reply via email to