Re: LyXLookupString

2002-12-19 Thread Kuba Ober
On czwartek 19 grudzień 2002 10:29 am, Angus Leeming wrote: > On Thursday 19 December 2002 12:57 pm, Angus Leeming wrote: > > > > - for (ch = keybuf; ch < (keybuf + kbuflen) && keyform; ch++) > > > > - fl_handle_form(keyform, formevent, *ch, xev); > > > > > > that is, Input Method server migh

Re: LyXLookupString

2002-12-19 Thread Angus Leeming
On Thursday 19 December 2002 12:57 pm, Angus Leeming wrote: > > > - for (ch = keybuf; ch < (keybuf + kbuflen) && keyform; ch++) > > > - fl_handle_form(keyform, formevent, *ch, xev); > > > > that is, Input Method server might send an event with multibyte string > > in keybuf and kbuflen > 1 to

Re: LyXLookupString

2002-12-19 Thread Angus Leeming
On Thursday 19 December 2002 8:40 am, Shigeru Miyata wrote: > Angus Leeming <[EMAIL PROTECTED]> wrote: > > As an aside, I also believe that this could be made to work with cghan's > > stuff because every composed char has a unique keysym. (Am I right here?) > > That means fl_XLookupString could be

Re: LyXLookupString

2002-12-19 Thread Shigeru Miyata
Angus Leeming <[EMAIL PROTECTED]> wrote: (B (B> As an aside, I also believe that this could be made to work with (Bcghan's (B> stuff because every composed char has a unique keysym. (Am I right (Bhere?) (B> That means fl_XLookupString could be modified to work with far eastern (B (B> langua

Re: LyXLookupString

2002-12-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, did you ever pass this on to Rod? Any feedback? No I did not. I've been pretty busy with 1.2.2 and real work recently. I'll try to do that tomorrow. Or maybe you could do it :) JMarc

Re: LyXLookupString

2002-12-17 Thread Angus Leeming
On Thursday 12 December 2002 7:09 pm, Angus Leeming wrote: > On Thursday 12 December 2002 2:43 pm, Jean-Marc Lasgouttes wrote: > > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > > > Angus> Yes, I was thinking about this myself last night. I think > > Angus> do_keyboard should be lik

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 3:33 pm, Juergen Vigna wrote: > Lars Gullik Bjønnes wrote: > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > | only 1.0 version of xforms (then I will have the time to use only qt > > | version of LyX as I need 0.88 version of xforms still for some other > > | old program

Re: LyXLookupString

2002-12-13 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: Juergen Vigna <[EMAIL PROTECTED]> writes: | only 1.0 version of xforms (then I will have the time to use only qt | version of LyX as I need 0.88 version of xforms still for some other old | programs. For compiling them, or running them? For compiling them.

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Thursday 12 December 2002 8:10 pm, Garst R. Reese wrote: > Angus Leeming wrote: > > I'm going to cc the lyx-devel list with this. If I can find anyone > > willing to test this stuff out, I'll be very happy indeed. > > Hi Angus, > I'd be happy to test x86, linux. If you have specific tests you wa

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Lars> (what are the differences between 0.89.5 and 0.89.6?) Jean-Marc> I think that 0.89.6 is a bug fix over 0.89.6 only. Hmmpf. Make that ``I think that 0.89.6 is only a bug fix over 0.89.5.'' Actually, the file lib/Change s

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 2:44 pm, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | > | Angus> Having said that, did we come to a consensual view on what > | Angus> version of xforms to support in LyX 1.

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Lars> | Angus> Having said that, did we come to a consensual view on Lars> what | Angus> version of xforms to suppo

Re: LyXLookupString

2002-12-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> Having said that, did we come to a consensual view on what | Angus> version of xforms to support in LyX 1.3? I'd prefer to throw | Angus> out both 0.88 and 0.89. The former becau

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Friday 13 December 2002 12:06 pm, Andre Poenitz wrote: >> PS: > $ grep -n "#if" *.[Ch] | sed -n '/FL_/p' >> >> Too much sed lately? Angus> Perhaps not enough grep. I dunno why I dodn't use this: Angus> grep -n '#if' *.[Ch] | g

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 12:06 pm, Andre Poenitz wrote: > PS: > > $ grep -n "#if" *.[Ch] | sed -n '/FL_/p' > > Too much sed lately? Perhaps not enough grep. I dunno why I dodn't use this: grep -n '#if' *.[Ch] | grep 'FL_' Perhaps becuase I was trying to do it as a single command for matc

Re: LyXLookupString

2002-12-13 Thread Andre Poenitz
On Fri, Dec 13, 2002 at 12:13:00PM +, Angus Leeming wrote: > > How much of the cruft would remain if we settle at 0.89.5 as minimum? > > 1 #ifdef block only and 1 piece of combox.C that should have a #if > FL_VERSION < 1 but doesn't. I'll strip all but this block out and we can > make a decisi

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 11:23 am, Andre Poenitz wrote: > On Fri, Dec 13, 2002 at 11:24:45AM +, Angus Leeming wrote: > > Having said that, did we come to a consensual view on what version of > > xforms to support in LyX 1.3? I'd prefer to throw out both 0.88 and 0.89. > > The former because i

Re: LyXLookupString

2002-12-13 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | only 1.0 version of xforms (then I will have the time to use only qt | version of LyX as I need 0.88 version of xforms still for some other old | programs. For compiling them, or running them? -- Lgb

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Having said that, did we come to a consensual view on what Angus> version of xforms to support in LyX 1.3? I'd prefer to throw Angus> out both 0.88 and 0.89. The former because it's really old and Angus> doesn't have image support.

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 11:28 am, Juergen Vigna wrote: > Other than that I have still 0.88 installed and compile with > it ;) as surely have other people too. I would like to release 1.3.0 which > still suports all version but announce that the next version will support > only 1.0 version of xfo

Re: LyXLookupString

2002-12-13 Thread Juergen Vigna
Angus Leeming wrote: Agreed. Lars is suggesting setting up an entirely separate tree. I anticipate having #ifdefs in LyX's xforms frontend for the foreseeable future. Having said that, did we come to a consensual view on what version of xforms to support in LyX 1.3? I'd prefer to throw out both

Re: LyXLookupString

2002-12-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 13 December 2002 11:01 am, Jean-Marc Lasgouttes wrote: >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> >> Angus> You saw my posting to the xforms list in which I asked how the >> Angus> future would pan out. I think that it can

Re: LyXLookupString

2002-12-13 Thread Andre Poenitz
On Fri, Dec 13, 2002 at 11:24:45AM +, Angus Leeming wrote: > Having said that, did we come to a consensual view on what version of > xforms to support in LyX 1.3? I'd prefer to throw out both 0.88 and 0.89. > The former because it's really old and doesn't have image support. The > latter becau

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 11:01 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> You saw my posting to the xforms list in which I asked how the > Angus> future would pan out. I think that it can be summarised as > Angus> "interested but no tim

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> You saw my posting to the xforms list in which I asked how the Angus> future would pan out. I think that it can be summarised as Angus> "interested but no time for active development". That means Angus> also that anyone interested i

Re: LyXLookupString

2002-12-13 Thread Angus Leeming
On Friday 13 December 2002 9:29 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Thursday 12 December 2002 9:50 pm, Lars Gullik Bjønnes wrote: > | > Angus Leeming <[EMAIL PROTECTED]> writes: > | > | Incidentally, I have patches for many of the xforms bugs that > | >

Re: LyXLookupString

2002-12-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Incidentally, I have patches for many of the xforms bugs that Angus> currently affect LyX. I really think that rolling out an xforms Angus> tree is a good idea. Once we've proved they work, it'll be easy Angus> to get them rolled in

Re: LyXLookupString

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 8:10 pm, Garst R. Reese wrote: > Angus Leeming wrote: > > I'm going to cc the lyx-devel list with this. If I can find anyone > > willing to test this stuff out, I'll be very happy indeed. > > Hi Angus, > I'd be happy to test x86, linux. If you have specific tests you wa

Re: LyXLookupString

2002-12-12 Thread Angus Leeming
On Thursday 12 December 2002 2:43 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Yes, I was thinking about this myself last night. I think > Angus> do_keyboard should be like this: > > Yes, this seems fine. Did you try it? If you have a patch

Re: LyXLookupString

2002-12-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus>Their behavior when a client passes a KeyRelease event Angus> is undefined. Angus> At present XmbLookupString is definitely being invoked on Angus> KeyRelease events. Might this be messing up solaris? Angus This seems to be

Re: LyXLookupString

2002-12-11 Thread Angus Leeming
that would make sense, since it used the keysym. Alos, that means that it's an irrelevant difference as far as xforms is concerned, since xforms should expect X's dead keys to be working correctly. One other difference between xforms and lyx that I've found. LyXLookupString has this at

Re: LyXLookupString

2002-12-11 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> One glaring difference is this in LyXLookupString: if (xic) { Angus> #if 1 // somehow it is necessary to do the lookup. Why? (JMarc) Angus> XLookupString(&event->xkey, buffer_return,

Re: LyXLookupString

2002-12-11 Thread Angus Leeming
On Wednesday 11 December 2002 1:45 pm, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> JMarc, you mentioned that xforms' version of LyXLookupString > Angus> was broken on solaris. Can you su

Re: LyXLookupString

2002-12-11 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> JMarc, you mentioned that xforms' version of LyXLookupString Angus> was broken on solaris. Can you supply me with more information? What I know is that the code in xforms is derived fro

LyXLookupString

2002-12-11 Thread Angus Leeming
JMarc, you mentioned that xforms' version of LyXLookupString was broken on solaris. Can you supply me with more information? Angus