Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I belive I have fixed this bug now. Please test.
|
| It still does not work with 0.88.1
Works in 0.89 so looks like a problem with lyxlookup.
Override-X-deadkey?
|
| Lars> For all I know, KP_x have also been fixed by this.
|
| Yes, these work.
Good.
| PS: here is the output when typing dead_acute and 'e'.
|
| Workarea event: KEYBOARD
| XLookupBoth ´
| WorkArea: Key is `acute' [180]
| WorkArea: Keysym is `dead_acute' [65105]
| Workarea Diff: 8749
| KeySym is dead_acute[65105] State is [0]
this looks like lyxlookup is not doing its job.
| action first set to [-1]
| meta_fake_bit is [0]
| action now set to [-1]
| Key [-1][dead_acute]
and dead_acute is not bound to any lyx_func.
| Empty argument!
| Workarea event: KEYBOARD
| XLookupBoth e
| WorkArea: Key is `e' [101]
| WorkArea: Keysym is `e' [101]
| Workarea Diff: 108
| KeySym is e[101] State is [0]
| action first set to [-1]
| meta_fake_bit is [0]
| action now set to [-1]
| Key [-1][e]
so you get what you ask for...
This is my output from dead_grave and 'e':
Workarea event: KEYBOARD
WorkArea: Key is `' [0]
WorkArea: Keysym is `dead_grave' [65104]
Workarea event: KEYBOARD
WorkArea: Key is `' [0]
WorkArea: Keysym is `' [0]
Workarea event: KEYBOARD
WorkArea: Key is `egrave' [232]
WorkArea: Keysym is `' [0]
Using keysym [B]
Workarea Diff: 8942
KeySym is egrave[232] State is [0]
action first set to [-1]
meta_fake_bit is [0]
action now set to [-1]
Key [-1][egrave]
Lgb