Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-11 Thread Roman Maurer
Lars Gullik Bjønnes wrote: > > I have put something similar to this into CVS, > [...] > it would be nice if people could try this patch, fiddle with it > and see if it can potentially solve most of the latin-X problems. > (I belive that it can) Thanks a lot! Unfortunately I tried to reach the l

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> But the "self-insert" probably need to change a bit. Lars> "self-insert" is really only intended to insert chars of the Lars> same font-norm. "self-insert" works great for latin 1, but what Lars> happens when a Ydiaresis is set

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-11 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I took this idea a bit further and created the patch below. This | Lars> actually also uses the lfun "self-insert" the way it was | Lars> intended from the beginning (some

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I took this idea a bit further and created the patch below. This Lars> actually also uses the lfun "self-insert" the way it was Lars> intended from the beginning (some 3-4 years ago). This means Lars> that some special casing c

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | Regards, | | Roman--- src/kbsequence.C.origSun Dec 17 07:09:34 2000 | | +++ src/kbsequence.CThu May 10 00:04:44 2001 | | @@ -261,6 +261,11 @@ | | char kb_sequence::getiso() const | | { | | int const c = getsym();

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Lars Gullik Bjønnes
Roman Maurer <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > I am not excatly willing to take patches that solve this problem by | > special casing latin2. | > | > and in any event we should to this for the other latinX xkeysyms as | > well. | | Point taken. I'm attaching the

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Roman Maurer
Roman Maurer wrote: > > IMHO the patch is OK and I hope that it will be accepted; Oops! Matej Cepl says in lyx-users that the first patch makes the program segfault. :-( I'm sorry, but I don't know enough about LyX coding to help him (it works for me on two other machines and it works for Sas

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-09 Thread Roman Maurer
Lars Gullik Bjønnes wrote: > > I am not excatly willing to take patches that solve this problem by > special casing latin2. > > and in any event we should to this for the other latinX xkeysyms as > well. Point taken. I'm attaching the patch for ISO Latin 2, 3 and 9 in LyX 1.1.6fix1 - they are

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-09 Thread Lars Gullik Bjønnes
Roman Maurer <[EMAIL PROTECTED]> writes: | Hello! | | As it turns out, the LyX 1.1.6fix1 can not be used with the | Latin-2 keyboard, ie. with keyboard that actually returns | correct keysyms for ISO Latin 2 symbols (eg. ccaron, scaron, | zcaron, etc.). LyX simply ignores those keysyms as shown

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-09 Thread Sasa Janiska
On Today, +0200, Roman Maurer wrote: > I'm attaching a simple patch that enables support for Latin-2 > keysyms in LyX. It should not break anything for any other > keyboard as it just adds translation of ISO Latin-2 keysyms > to ISO Latin-2 characters as I saw them defined in > X11R6/include/X11

[PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-08 Thread Roman Maurer
Hello! As it turns out, the LyX 1.1.6fix1 can not be used with the Latin-2 keyboard, ie. with keyboard that actually returns correct keysyms for ISO Latin 2 symbols (eg. ccaron, scaron, zcaron, etc.). LyX simply ignores those keysyms as shown by "lyx -dbg key" and such problems were recently rep