Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 08:07:10PM +0200, Lars Gullik Bjønnes wrote: > There are bugs in the gcc 2.* versions of libstc++, but I have only > encountered them then using a stringstream both as input and output at > the same time. That's more or less my experience, so I am a bit surprised, too...

Bibliography whitespace

2002-04-15 Thread Henry Pfister
Hi Guys, I've fixed a slight (but very annoying) bug in Lyx-1.1.6fix4 involving the reading of biliography keys. The only kind of whitespace being stripped from the start of a key was spaces, (i.e. tabs were not stripped). This is easily fixed by changing line 309 of src/insets/insetbib

RE: Compile error in pre3.

2002-04-15 Thread cghan
On Mon, 15 Apr 2002, Juergen Vigna wrote: > > Well which packages did you upgrade then? It still has to be a problem of > your local installation as it is not on my RH 7.2 installation. Anyway you I've just found out that the upgraded "autoconf-2.52" was the faulty. I've downgraded to "autoco

Re: configure is screwed!

2002-04-15 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: >> The idea I had is that you should use ac2.13+am2.15 for now, and jump >> to ac2.53+am1.6 when we have removed the old constructs in our >> configure script (in 1.3.0). >> >> JMarc | ac2.50 and am1.4p4 came with slackware8.0, I upgraded to 2.53 and

Re: [PATCH] Re: biblio.C: another parsing bug

2002-04-15 Thread Jürgen Spitzmüller
Herbert Voss wrote: > why do you write the accents and umlauts in texmode? This is Pybliographer's work. Juergen

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 08:19:04PM +0200, Lars Gullik Bjønnes wrote: > | No, it's a real file that gets compiled written with own two fair hands > | .. > > ok, where is the emptytable_moc.h comming from then? Oh, hmm, don't know. I'll look what's going on when I can. john -- "I never underst

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 05:12:49PM +0200, Lars Gullik Bjønnes wrote: > >> | This is just a normal source file, I'm not sure why you want it in >> | EXTRA_DIST ?? >> >> Is it a normal source file that gets compiled or is it only used to >> create the empty

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I think we could use > | string ls = "("; | string rs = ")"; > | instead of > | string ls; | string rs; and I think we should use: string ls("("); string rs(")"); but that is just me I guess... -- Lgb

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: >> I still fails for me, probably because I am using lyxstring and either >> (1) our use of istringstream is wrong > | I bet a sixpack of beer on that. > >> or (2) there is a bug in l

Re: lyx 1.1.6 fix 4

2002-04-15 Thread Kuba Ober
On środa 10 kwiecień 2002 11:48 pm, you wrote: > On Wed, 10 Apr 2002, Juergen Vigna wrote: > > On 09-Apr-2002 Kuba Ober wrote: > > > Hi, > > > is lyx 1.1.6fix4 supposed to work on a 486 machine? > > > I've recompiled from source rpm (on a 686 machine so as not to wait > > > ages) using xforms-0.89

showLockedInsetCursor etc

2002-04-15 Thread Andre Poenitz
When I call this function with (0,0) I get the cursor displayed on a y-coordinate corresponding to the baseline of my formula, but at the very left edge of the screen (something that looks like "absolute x-coord 0"). So what am I supposed to do here? Does 'everything is relative' not hold? Or is

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 05:12:49PM +0200, Lars Gullik Bjønnes wrote: > | This is just a normal source file, I'm not sure why you want it in > | EXTRA_DIST ?? > > Is it a normal source file that gets compiled or is it only used to > create the emptytable_moc.h file? No, it's a real file that get

Re: [PATCH] Re: Graphics: file loading problems

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 5:37 pm, R. Lahaye wrote: > > Excuse me a momement, but why is that: > > (image_.height() - params.bb.yt) > > not > > params.bb.yb > > ? > > Ah, took me also some time to realize. > The picture is stored in memory from upper-left to lower-right > (see attach

[PATCH] Re: biblio.C: another parsing bug

2002-04-15 Thread Herbert Voss
Juergen Spitzmueller wrote: > The following entry is parsed wrong in the citation dialog (as "Reichardt, > Rolf, {" and nothing more), This happens to all my entries where I use two > commas as opening quotation marks (I use this in pybliographer, because it's > the only way to insert german o

Re: [PATCH] Re: Graphics: file loading problems

2002-04-15 Thread R. Lahaye
Angus Leeming wrote: > > On Monday 15 April 2002 4:22 pm, R. Lahaye wrote: > > Angus Leeming wrote: > > > Bingo! xforms 0.88 has noimage support. You're using the image loader I > > > wrote based on the libXpm library. The relevant code is to be found in > > > src/graphics/GraphicsImageXPM.C. >

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 06:28:37PM +0200, Jean-Marc Lasgouttes wrote: > Andre> I see the first line, but not the second. And it inserts () and > Andre> []. I just removed the spurious message. > > What did you change to the code? What is the meaning of this () stuff? > Shall I keep it? Or set arg

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> When trying to use M-m [ or M-m (, I get respectively >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters >> from '[ ]' Andre> I see th

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 06:20:29PM +0200, Jean-Marc Lasgouttes wrote: > Andre> PS: Not that we use istringstream a second time in that file > Andre> and probably in a few more cases... > > I've seen that. Do you think I should adapt this code too? I think these parts are never used, but I am not

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: >> Works for me too. (I mean, now the math-Dialog with parenthesis, >> which was not working for me before) Andre> Ok, then bugger Jean-Marc to commit it, I have curren

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:05:31PM +0100, Angus Leeming wrote: > I think you mean "bug" here, not "bugger". That would be a rather extreme > way of convincing a happy father to do anything. I guess you are right. Andre' -- Those who desire to give up Freedom in order to gain Security, will not

Re: Mathed delimiters bug

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:53 pm, Andre Poenitz wrote: > On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > > Works for me too. (I mean, now the math-Dialog with parenthesis, which > > was not working for me before) > > Ok, then bugger Jean-Marc to commit it, I have currently the xo/yo

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:53, Andre Poenitz wrote: > On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > > Works for me too. (I mean, now the math-Dialog with parenthesis, which > > was not working for me before) > > Ok, then bugger Jean-Marc to c

Re: [PATCH] Re: Graphics: file loading problems

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:22 pm, R. Lahaye wrote: > Angus Leeming wrote: > > Bingo! xforms 0.88 has noimage support. You're using the image loader I > > wrote based on the libXpm library. The relevant code is to be found in > > src/graphics/GraphicsImageXPM.C. > > $Bingo^2$ !! Thanks for your hin

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > Works for me too. (I mean, now the math-Dialog with parenthesis, which > was not working for me before) Ok, then bugger Jean-Marc to commit it, I have currently the xo/yo in my local tree that makes committing formulabase.C a bit dif

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: > I still fails for me, probably because I am using lyxstring and either > (1) our use of istringstream is wrong I bet a sixpack of beer on that. > or (2) there is a bug in lyxstring. Actually I rather think the istringstream

Re: natbib citations

2002-04-15 Thread Angus Leeming
On Sunday 14 April 2002 5:17 pm, Herbert Voss wrote: > a diff which > - gives wysiwyg natbib labels and standard behaviour >without natbib. > - supports the "before" input textfield in the gui > - fixes another bug with familyName in biblio.C > > > the citation-string looks like: > > \citet[..

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:09, Jean-Marc Lasgouttes wrote: > Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes > > Andre> wrote: > >> When trying to use M-m [ or M-m (, I get respectively > >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 03:52:57PM +0200, Juergen Vigna wrote: > I don't know about that you have to see it. Where do you get the absolute > postions from? The absolute positions are cached from the last drawing. That has been the main source of mathed specific redrawing problems, so I'd be more

[PATCH] Re: Graphics: file loading problems

2002-04-15 Thread R. Lahaye
Angus Leeming wrote: > > Bingo! xforms 0.88 has noimage support. You're using the image loader I > wrote based on the libXpm library. The relevant code is to be found in > src/graphics/GraphicsImageXPM.C. $Bingo^2$ !! Thanks for your hints and help. Instead of dimension const * start_row

Re: configure is screwed!

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:04 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Sign... Yes, I'm running with ac 2.52. Should I downgrade to > Angus> 2.13? Angus > > This is the reason why I was not in favor of using AC_LANG_C for > xforms stuff

Re: natbib citations

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:06 pm, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> a diff which - gives wysiwyg natbib labels and standard > Herbert> behaviour without natbib. - supports the "before" input > Herbert> textfield in the gui - fixes

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these | Lars> should no longer be present after I "make | maintainer-clean"... >>> | Lars> | Angus >>> | Lars> | li

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: >> and emptytable.h (++) should the me named in EXTRA_DIST? > | This is just a normal source file, I'm not sure why you want it in | EXTRA_DIST ?? Is it a normal source file that gets compiled or is it only used to create the emptytable_moc.h file? >> | Pl

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> When trying to use M-m [ or M-m (, I get respectively >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters >> from '[ ]' Andre> I see th

Re: natbib citations

2002-04-15 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> a diff which - gives wysiwyg natbib labels and standard Herbert> behaviour without natbib. - supports the "before" input Herbert> textfield in the gui - fixes another bug with familyName in Herbert> biblio.C Herbert, could you

Re: configure is screwed!

2002-04-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Sign... Yes, I'm running with ac 2.52. Should I downgrade to Angus> 2.13? Angus This is the reason why I was not in favor of using AC_LANG_C for xforms stuff, since every function detection will fail. And switching to C for all f

compiling latest cvs

2002-04-15 Thread Herbert Voss
can somebody tell me what's going on here??? Herbert running ./autogen.sh: [...] Building Makefile templates... . src/Makefile.am:12: LIBS was set with `+=' and is now set with `=' src/frontends/Makefile.am:12: LIBS was set with `+=' and is now set with `=' lib/reLyX

Re: make maintainer-clean

2002-04-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these Lars> should no longer be present after I "make | maintainer-clean"... >> Lars> | Angus >> Lars> | lib/xfonts: | cmex10.pfb@ cmr10.pfb@ eufm10.pfb@ fonts.scale Lar

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 04:01:43PM +0200, Lars Gullik Bjønnes wrote: > >> | src/frontends/qt2/moc: > >> | FileDialog_private_moc.C emptytable_moc.C > >> | Qt2Base_moc.C lengthcombo_moc.C > >> > | Not since you nuked them. They are necessary for a build however. > > so they should

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 03:41:56PM +0200, Lars Gullik Bjønnes wrote: > >> | src/frontends/qt2/moc: >> | FileDialog_private_moc.C emptytable_moc.C >> | Qt2Base_moc.C lengthcombo_moc.C >> >> And these files are used? > | Not since you nuked t

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 Andre Poenitz wrote: > On Mon, Apr 15, 2002 at 03:14:19PM +0200, Juergen Vigna wrote: >> Well yes it works on Buffer change now, but the values are still wrong, >> you just compensate them in the edit() call now! > > Aehm, since this 'fixes' this case now, should I commit it? It

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 Andre Poenitz wrote: >> I try it with other words a math inset in the middle of a row (which say >> starts at x position 200) will have as x position in the call to edit AND >> insetButtonPress 0 if I press BEFORE the first character INSIDE the inset. > > Does this mean, mathed c

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 03:41:56PM +0200, Lars Gullik Bjønnes wrote: > | src/frontends/qt2/moc: > | FileDialog_private_moc.C emptytable_moc.C > | Qt2Base_moc.C lengthcombo_moc.C > > And these files are used? Not since you nuked them. They are necessary for a build however. Pleas

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these should no longer be present after I "make | maintainer-clean"... > | Angus > | lib/xfonts: | cmex10.pfb@ cmr10.pfb@eufm10.pfb@ fonts.scale msbm10.pfb@ | cmmi10.pfb@ cmsy10.pfb@ fonts.dir msam10.pfb@ So: DISTCLEAN

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 11:51:32AM +0100, Angus Leeming wrote: > src/frontends/qt2/moc: > FileDialog_private_moc.C emptytable_moc.C > Qt2Base_moc.C lengthcombo_moc.C You're right, but I haven't had time to try upgrading automake or whatever so I can actually even attempt to build

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 03:14:19PM +0200, Juergen Vigna wrote: > Well yes it works on Buffer change now, but the values are still wrong, > you just compensate them in the edit() call now! Aehm, since this 'fixes' this case now, should I commit it? Andre' -- Those who desire to give up Freedom

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 03:14:19PM +0200, Juergen Vigna wrote: > Well yes it works on Buffer change now, but the values are still wrong, > you just compensate them in the edit() call now! Practically you would > have to use the x/y code you use in ::insetButtonPress()! So if I get > edit(bv, 0, 0,

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 Andre Poenitz wrote: > > Could you check whether the attached patch makes a difference? Well yes it works on Buffer change now, but the values are still wrong, you just compensate them in the edit() call now! Practically you would have to use the x/y code you use in ::insetButton

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
Could you check whether the attached patch makes a difference? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) Index: formulabase.C === RCS

Re: Entering parenthesis in math-mode does not display as expected

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 02:07:33PM +0200, Kornel Benko wrote: > Is there a more convenient vysiwyg way? Only by using the math panel. The problem with 'direct input' is that you need to ensure that \left's and \right's are balanced. Andre' -- Those who desire to give up Freedom in order to

Entering parenthesis in math-mode does not display as expected

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- Current CVS. If I enter the parenthesis I get the attached picture. Reload the file. Then it looks as expected. (in math-mode entered as "\left\{" and "\right." .) Is there a more convenient vysiwyg way? Kornel - -- Kornel Benko [EMAIL PROTECTED] ---

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 Andre Poenitz wrote: > Of course mathed has ignored the x and y parameters of edit(bv, x, y, ...) > from the Beginning of the World. > > So these are important? It seems so ;) Anyway I don't think you ignore them completely otherwise you couldn't see if you entered from behind o

biblio.C: another parsing bug

2002-04-15 Thread Juergen Spitzmueller
Herbert, The following entry is parsed wrong in the citation dialog (as "Reichardt, Rolf, {" and nothing more), This happens to all my entries where I use two commas as opening quotation marks (I use this in pybliographer, because it's the only way to insert german opening quotation marks with

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 12:48:31PM +0200, Juergen Vigna wrote: > > I see. But if I simply subtract xo_, yo_, behaviour does not really change, > > so I guess there is something else wrong. > > Well it's easy to test. If an outside program calls getCursorPos(bv, x, y) > and then calls inset->edit(

make maintainer-clean

2002-04-15 Thread Angus Leeming
I belive that these should no longer be present after I "make maintainer-clean"... Angus lib/xfonts: cmex10.pfb@ cmr10.pfb@eufm10.pfb@ fonts.scale msbm10.pfb@ cmmi10.pfb@ cmsy10.pfb@ fonts.dir msam10.pfb@ src/frontends/qt2/moc: FileDialog_private_moc.C emptytable_moc.C Qt2B

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 Andre Poenitz wrote: > I see. But if I simply subtract xo_, yo_, behaviour does not really change, > so I guess there is something else wrong. Well it's easy to test. If an outside program calls getCursorPos(bv, x, y) and then calls inset->edit(bv, x, y, 0) the cursor should be o

Re: getCursorPos() & formulabase.C

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 11:40:27AM +0200, Juergen Vigna wrote: > the mathed insets are returning wrong values for this function. Please > head that the values should be relative to the inset position or inside > the inset they should be absolute to itself! I don't understand the 'or' part: Curre

Re: configure is screwed!

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 11:21 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> This is what my config.h thinks: /* Define as 1 if the MKSTEMP > Angus> function is declared */ #define HAVE_DECL_MKSTEMP 1 > > Angus> /* Define if you have the `mk

Re: configure is screwed!

2002-04-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> This is what my config.h thinks: /* Define as 1 if the MKSTEMP Angus> function is declared */ #define HAVE_DECL_MKSTEMP 1 Angus> /* Define if you have the `mkstemp' function. */ /* #undef Angus> HAVE_MKSTEMP */ Angus> /* Define i

configure is screwed!

2002-04-15 Thread Angus Leeming
My compiler isn't happy again and this time I don't think it's being too paranoid. cxx -std strict_ansi -DHAVE_CONFIG_H -I. -I../../../devel/src/support -I../../src -I../../../devel/src/support/../ -I../../../devel -I../.. -I../../../devel/boost -I../../../devel/src/cheaders -I/usr/local/inclu

Re: DocBook XML

2002-04-15 Thread Jose Abilio Oliveira Matos
On Sunday 14 April 2002 15:58, John Levon wrote: > Are there major difficulties in providing support for DocBook XML in > lyx, or is it a "simple" matter of providing the export methods for > everything ? Something like that. That is why I have proposed 1.3 for it. > The LDP lists are discussi

Re: Give insets a full Row

2002-04-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> You may be right but we overwirte it only if the depth > 5, Juergen> should I add code anyway to put it more to the right? OK, I think it is fine as it is. Let's wait for actual complaints before doing anything. JMarc

RE: Compile error in pre3.

2002-04-15 Thread cghan
On Mon, 15 Apr 2002, Juergen Vigna wrote: > > So you updated from 7.1 to 7.2? Did you also upgrade all the packages > from the RedHat 7.2 Update Tree? Sorry I misled you again. I upgraded from 7.2. And I used the package manager to automatic-upgrade and so I guess I upgraded all the package

getCursorPos() & formulabase.C

2002-04-15 Thread Juergen Vigna
Andre', the mathed insets are returning wrong values for this function. Please head that the values should be relative to the inset position or inside the inset they should be absolute to itself! You now return absolut position which is wrong. Try to change buffer while inside a mathed inset you

RE: Compile error in pre3.

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 cghan wrote: > I updated everything from RedHat-in fact from local supplier of RedHat > (Could this be the problem?) So you updated from 7.1 to 7.2? Did you also upgrade all the packages from the RedHat 7.2 Update Tree? There are some gcc and glibc packages which fix stuff.

RE: Compile error in pre3.

2002-04-15 Thread cghan
On Mon, 15 Apr 2002, Juergen Vigna wrote: > > > from formulabase.h:23, > > from formula.h:24, > > from formulabase.C:25: > > /usr/include/sys/types.h:87: declaration does not declare anything > > What did you update? I updated everything from

RE: Compile error in pre3.

2002-04-15 Thread Juergen Vigna
On 15-Apr-2002 [EMAIL PROTECTED] wrote: > Hello, > > I had no problem of compiling lyx-1.2.0pre3 with RedHat-7.2. But after > recent updates from redhat, I have had the following compiling error. Can > anyone give me a clue? > > > source='formulabase.C' object='formulabase.lo' libtoo