Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Juergen Spitzmueller
Herbert Voss wrote: an authorname in a bibtexfile maybe H.\ Voss, to get a normal space between the dot and the family name. This patch strips these spaces for the view in the citation-gui, ahich shows \ Voss (as string) in this case. I thought BibTeX is using frenchspacing by default, so

Re: small mathed annoyance

2002-04-15 Thread Andre Poenitz
On Sat, Apr 13, 2002 at 05:32:05PM +0200, Jean-Marc Lasgouttes wrote: But I have always known that everything is easy for you andre'... Surely not. Unless you use some unsual definition of 'always' ;-} Andre' -- Those who desire to give up Freedom in order to gain Security, will not have,

Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Herbert Voss
On Mon, 15 Apr 2002, Juergen Spitzmueller wrote: Herbert Voss wrote: an authorname in a bibtexfile maybe H.\ Voss, to get a normal space between the dot and the family name. This patch strips these spaces for the view in the citation-gui, ahich shows \ Voss (as string) in this case. I

Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Juergen Spitzmueller
Herbert Voss wrote: I thought BibTeX is using frenchspacing by default, so that kind of spacing commands are not needed? And why do you want to force a normal space after capital letter - dot? did I said that it was me, who uses such bibtex entries? ;-) Of course I wouldn't dare to think

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' libtool=yes \

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 RedHat-in

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.

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

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

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: 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 discussing

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

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 if you have

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 `mkstemp' function.

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:

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 on

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.pfbeufm10.pfb fonts.scale msbm10.pfb cmmi10.pfb cmsy10.pfb fonts.dir msam10.pfb src/frontends/qt2/moc: FileDialog_private_moc.C emptytable_moc.C

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(bv, x,

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

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 or

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: 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

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: 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

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: 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: 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: DISTCLEANFILES

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. Please

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 can be

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: 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 them. They are

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 be part of

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 Lars msbm10.pfb@ |

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: 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 function

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 post a reduced

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 the first line, but

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? | Please

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 | lib/xfonts: | cmex10.pfb@

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 another bug with

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, since every

[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: 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

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 parse

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:

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 istringstreams

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

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 hints and

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 commit

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 in my

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 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 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 the first line, but

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. $Bingo^2$

[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

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 attachement).

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 gets

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: 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-6, the package

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 lyxstring.

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: 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 emptytable_moc.h

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 understood

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: 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 2.15, | and

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

Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Juergen Spitzmueller
Herbert Voss wrote: > an authorname in a bibtexfile maybe "H.\ Voss", to get a > normal space between the dot and the family name. This > patch strips these spaces for the view in the citation-gui, > ahich shows "\ Voss" (as string) in this case. I thought BibTeX is using frenchspacing by

Re: small mathed annoyance

2002-04-15 Thread Andre Poenitz
On Sat, Apr 13, 2002 at 05:32:05PM +0200, Jean-Marc Lasgouttes wrote: > But I have always known that everything is easy for you andre'... Surely not. Unless you use some unsual definition of 'always' ;-} Andre' -- Those who desire to give up Freedom in order to gain Security, will not have,

Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Herbert Voss
On Mon, 15 Apr 2002, Juergen Spitzmueller wrote: > Herbert Voss wrote: > > an authorname in a bibtexfile maybe "H.\ Voss", to get a > > normal space between the dot and the family name. This > > patch strips these spaces for the view in the citation-gui, > > ahich shows "\ Voss" (as string) in

Re: [PATCH] fix bug in biblio.c

2002-04-15 Thread Juergen Spitzmueller
Herbert Voss wrote: > > I thought BibTeX is using frenchspacing by default, so that kind of > > spacing commands are not needed? > > And why do you want to force a normal space after capital letter - dot? > > did I said that it was me, who uses such bibtex entries? ;-) Of course I wouldn't dare

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'

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

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.

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

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

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: 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

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

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

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

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:

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

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

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

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

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

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: 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

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: 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

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: 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: 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:

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.

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

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: 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

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

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

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

  1   2   >