Re: [PATCH libxkbcommon 1/4] compose: add xkbcommon-compose - API

2014-09-15 Thread David Herrmann
Hi On Mon, Sep 15, 2014 at 1:48 PM, Ran Benita wrote: > On Mon, Sep 15, 2014 at 08:41:37AM +0200, David Herrmann wrote: >> Hi > > Hi David > >> On Sun, Sep 14, 2014 at 11:05 PM, Ran Benita wrote: > [snip] >> > +/** >> > + * @page compose-cancellation Cancellation Behavior >> > + * @parblock >> >

Re: [PATCH libxkbcommon 1/4] compose: add xkbcommon-compose - API

2014-09-15 Thread Ran Benita
On Mon, Sep 15, 2014 at 08:41:37AM +0200, David Herrmann wrote: > Hi Hi David > On Sun, Sep 14, 2014 at 11:05 PM, Ran Benita wrote: [snip] > > +/** > > + * @page compose-cancellation Cancellation Behavior > > + * @parblock > > + * > > + * What should happen when a sequence is cancelled? For exa

Re: [PATCH libxkbcommon 1/4] compose: add xkbcommon-compose - API

2014-09-14 Thread David Herrmann
Hi On Sun, Sep 14, 2014 at 11:05 PM, Ran Benita wrote: > xkbcommon-compose is a Compose implementation for xkbcommon. It mostly > behaves like libX11's Compose, but the support is somewhat low-level and > is not transparent like in libX11. The user must add some supporting code > in order to util

[PATCH libxkbcommon 1/4] compose: add xkbcommon-compose - API

2014-09-14 Thread Ran Benita
xkbcommon-compose is a Compose implementation for xkbcommon. It mostly behaves like libX11's Compose, but the support is somewhat low-level and is not transparent like in libX11. The user must add some supporting code in order to utilize it. The intended audience are users who use xkbcommon but no