Re: Keyboard handling - current cvs

2000-08-21 Thread Lars Gullik Bjønnes
Miyata Shigeru [EMAIL PROTECTED] writes: | Since the current CVS does not use XmbLookupString(), LyX only receives | raw keyboard events and there is no event processed by IM server. Hmm, not quite true? 0.88 does not use XmbLookupString and we use the LyXLookupString as we did earlier, but at

Re: Keyboard handling - current cvs

2000-08-21 Thread Miyata Shigeru
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote: Hmm, not quite true? 0.88 does not use XmbLookupString and we use the LyXLookupString as we did earlier, but at a different point in the X callback chain. In 0.89 XForms uses XmbLookupStrin internally and we only use XLookupString to get hold of

Re: Keyboard handling - current cvs

2000-08-21 Thread Lars Gullik Bjønnes
Miyata Shigeru <[EMAIL PROTECTED]> writes: | Since the current CVS does not use XmbLookupString(), LyX only receives | raw keyboard events and there is no event processed by IM server. Hmm, not quite true? 0.88 does not use XmbLookupString and we use the LyXLookupString as we did earlier, but

Re: Keyboard handling - current cvs

2000-08-21 Thread Miyata Shigeru
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote: > Hmm, not quite true? 0.88 does not use XmbLookupString and we use the > LyXLookupString as we did earlier, but at a different point in the X > callback chain. In 0.89 XForms uses XmbLookupStrin internally and we > only use XLookupString to get

Re: Keyboard handling - current cvs

2000-08-17 Thread Lars Gullik Bjønnes
Miyata Shigeru [EMAIL PROTECTED] writes: | "Garst R. Reese" [EMAIL PROTECTED] wrote: | | had no problems (and he is using 0.88 right?) | right. WM is fvwm2, libc2.1.3 | | Strange. What is the output of | nm libforms.a|grep LookupKeysym | ? | | Now Lars, just FYI on CJK. If

Re: Keyboard handling - current cvs

2000-08-17 Thread Miyata Shigeru
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote: | Now Lars, just FYI on CJK. If kinput2 (the most popular input method | server for Japanese) is used to input Japanese, then all the keyboard | event with keysym != 0 should be discarded because they are all bogus. | kinput2 always set keysym

Re: Keyboard handling - current cvs

2000-08-17 Thread Miyata Shigeru
nm libforms.a|grep LookupKeysym ? U XLookupKeysym Sorry I was confused. Regards, SMiyata

Re: Keyboard handling - current cvs

2000-08-17 Thread Lars Gullik Bjønnes
Miyata Shigeru <[EMAIL PROTECTED]> writes: | "Garst R. Reese" <[EMAIL PROTECTED]> wrote: | | > > had no problems (and he is using 0.88 right?) | > right. WM is fvwm2, libc2.1.3 | | Strange. What is the output of | nm libforms.a|grep LookupKeysym | ? | | Now Lars, just FYI on CJK. If

Re: Keyboard handling - current cvs

2000-08-17 Thread Miyata Shigeru
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote: > | Now Lars, just FYI on CJK. If kinput2 (the most popular input method > | server for Japanese) is used to input Japanese, then all the keyboard > | event with keysym != 0 should be discarded because they are all bogus. > | kinput2 always set

Re: Keyboard handling - current cvs

2000-08-17 Thread Miyata Shigeru
> nm libforms.a|grep LookupKeysym > ? U XLookupKeysym Sorry I was confused. Regards, SMiyata

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | On Tue, 15 Aug 2000, Garst R. Reese wrote: | | Baruch Even wrote: | | It doesn't work now, not at all! | | You exaggerate. File-Exit worked :) | Garst | | | Well, I don't know about you but an editor that I cannot type in, I'd call | not

RE: Keyboard handling - current cvs

2000-08-16 Thread Juergen Vigna
If you find something that does not work, please run LyX with '-dbg key' and post the part that shows the errors. Keyboard handling seems to work again, did you change something for xforms-0.88 or did you restore the former behaviour, with your last commit? Jürgen --

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | | If you find something that does not work, please run LyX with '-dbg | key' and post the part that shows the errors. | | Keyboard handling seems to work again, did you change something for | xforms-0.88 or did you restore the former behaviour, with

Re: Keyboard handling - current cvs

2000-08-16 Thread Juergen Vigna
I enabled the new behaviour, it was a #ifdef that should not be there. The keyboard handling is completely different, did you try the compose key and dead-keys? I cannot test dead-keys as I don't have them but compose key works! Jürgen --

Re: Keyboard handling - current cvs

2000-08-16 Thread Baruch Even
On 16 Aug 2000, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | | If you find something that does not work, please run LyX with '-dbg | key' and post the part that shows the errors. | | Keyboard handling seems to work again, did you change something for |

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Baruch Even wrote: On 16 Aug 2000, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | | If you find something that does not work, please run LyX with '-dbg | key' and post the part that shows the errors. | | Keyboard handling seems to work again, did you

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | Mostly everything works, but when I try to do LeftAlt-x in order to enter | commands in the mini-buffer it just doesn't work anymore. Strange... did you run LyX with "-dbg key" to see if LyX sees this at all? It could be some WM problem. I take it that

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: Baruch Even [EMAIL PROTECTED] writes: | Mostly everything works, but when I try to do LeftAlt-x in order to enter | commands in the mini-buffer it just doesn't work anymore. Strange... did you run LyX with "-dbg key" to see if LyX sees this at all? It

Re: Keyboard handling - current cvs

2000-08-16 Thread Miyata Shigeru
"Garst R. Reese" [EMAIL PROTECTED] wrote: had no problems (and he is using 0.88 right?) right. WM is fvwm2, libc2.1.3 Strange. What is the output of nm libforms.a|grep LookupKeysym ? Now Lars, just FYI on CJK. If kinput2 (the most popular input method server for Japanese) is used

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Miyata Shigeru wrote: "Garst R. Reese" [EMAIL PROTECTED] wrote: had no problems (and he is using 0.88 right?) right. WM is fvwm2, libc2.1.3 Strange. What is the output of nm libforms.a|grep LookupKeysym ? U XLookupKeysym Garst

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | On Tue, 15 Aug 2000, Garst R. Reese wrote: | | > Baruch Even wrote: | > > | > > It doesn't work now, not at all! | > > | > You exaggerate. File->Exit worked :) | > Garst | > | | Well, I don't know about you but an editor that I cannot type in, I'd

RE: Keyboard handling - current cvs

2000-08-16 Thread Juergen Vigna
> > If you find something that does not work, please run LyX with '-dbg > key' and post the part that shows the errors. Keyboard handling seems to work again, did you change something for xforms-0.88 or did you restore the former behaviour, with your last commit? Jürgen --

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > | > If you find something that does not work, please run LyX with '-dbg | > key' and post the part that shows the errors. | | Keyboard handling seems to work again, did you change something for | xforms-0.88 or did you restore the former behaviour,

Re: Keyboard handling - current cvs

2000-08-16 Thread Juergen Vigna
> > I enabled the new behaviour, it was a #ifdef that should not be there. > The keyboard handling is completely different, did you try the compose > key and dead-keys? I cannot test dead-keys as I don't have them but compose key works! Jürgen --

Re: Keyboard handling - current cvs

2000-08-16 Thread Baruch Even
On 16 Aug 2000, Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > > | > > | > If you find something that does not work, please run LyX with '-dbg > | > key' and post the part that shows the errors. > | > | Keyboard handling seems to work again, did you change something

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Baruch Even wrote: > > On 16 Aug 2000, Lars Gullik Bjønnes wrote: > > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > > > | > > > | > If you find something that does not work, please run LyX with '-dbg > > | > key' and post the part that shows the errors. > > | > > | Keyboard handling seems to

Re: Keyboard handling - current cvs

2000-08-16 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Mostly everything works, but when I try to do LeftAlt-x in order to enter | commands in the mini-buffer it just doesn't work anymore. Strange... did you run LyX with "-dbg key" to see if LyX sees this at all? It could be some WM problem. I take it that

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Baruch Even <[EMAIL PROTECTED]> writes: > > | Mostly everything works, but when I try to do LeftAlt-x in order to enter > | commands in the mini-buffer it just doesn't work anymore. > > Strange... did you run LyX with "-dbg key" to see if LyX sees this at >

Re: Keyboard handling - current cvs

2000-08-16 Thread Miyata Shigeru
"Garst R. Reese" <[EMAIL PROTECTED]> wrote: > > had no problems (and he is using 0.88 right?) > right. WM is fvwm2, libc2.1.3 Strange. What is the output of nm libforms.a|grep LookupKeysym ? Now Lars, just FYI on CJK. If kinput2 (the most popular input method server for Japanese) is

Re: Keyboard handling - current cvs

2000-08-16 Thread Garst R. Reese
Miyata Shigeru wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> wrote: > > > > had no problems (and he is using 0.88 right?) > > right. WM is fvwm2, libc2.1.3 > > Strange. What is the output of > nm libforms.a|grep LookupKeysym > ? U XLookupKeysym Garst

Keyboard handling - current cvs

2000-08-15 Thread Lars Gullik Bjønnes
I'd really like some xforms 0.88 users to test the keyboard handling in current cvs. I have changed the handling from using a raw event callback to use the regular freee object handler. For XForms 0.89 this seems to be working just perfect, but I need some input for 0.88 too. Things to look

Re: Keyboard handling - current cvs

2000-08-15 Thread Baruch Even
It doesn't work now, not at all! I started to test for hebrew, nothing, it displays nothing and inserts nothing to the document (when viewing dvi file, the latex log says no output pages), I then tested english, and it is the same, nothing is entered into the document. Using Alt modifier to use

Re: Keyboard handling - current cvs

2000-08-15 Thread Garst R. Reese
Baruch Even wrote: It doesn't work now, not at all! You exaggerate. File-Exit worked :) Garst

Re: Keyboard handling - current cvs

2000-08-15 Thread Baruch Even
On Tue, 15 Aug 2000, Garst R. Reese wrote: Baruch Even wrote: It doesn't work now, not at all! You exaggerate. File-Exit worked :) Garst Well, I don't know about you but an editor that I cannot type in, I'd call not working :-) -- Baruch Even

Keyboard handling - current cvs

2000-08-15 Thread Lars Gullik Bjønnes
I'd really like some xforms 0.88 users to test the keyboard handling in current cvs. I have changed the handling from using a raw event callback to use the regular freee object handler. For XForms 0.89 this seems to be working just perfect, but I need some input for 0.88 too. Things to look

Re: Keyboard handling - current cvs

2000-08-15 Thread Baruch Even
It doesn't work now, not at all! I started to test for hebrew, nothing, it displays nothing and inserts nothing to the document (when viewing dvi file, the latex log says no output pages), I then tested english, and it is the same, nothing is entered into the document. Using Alt modifier to use

Re: Keyboard handling - current cvs

2000-08-15 Thread Garst R. Reese
Baruch Even wrote: > > It doesn't work now, not at all! > You exaggerate. File->Exit worked :) Garst

Re: Keyboard handling - current cvs

2000-08-15 Thread Baruch Even
On Tue, 15 Aug 2000, Garst R. Reese wrote: > Baruch Even wrote: > > > > It doesn't work now, not at all! > > > You exaggerate. File->Exit worked :) > Garst > Well, I don't know about you but an editor that I cannot type in, I'd call not working :-) -- Baruch Even