Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: Andre Poenitz wrote: I changed a few things, try again. What exactly should happen if we have 1_{2}^{3}4_{5}^{6} and the '4' is deleted? from my point of view only the '4'. And what should happen to the

Re: mathed - pointer references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 01:45:20AM +0200, Michael Schmitt wrote: Hi Andre, by accident I noticed that you have introduced a new method: MathScriptInset * up(); Are you sure that the pointer and reference are used correctly here? What's wrong with that? I'd say the mixed use of

seting \input, font paths

2001-09-25 Thread Andrej Vodopivec (158-2353/041-928-765)
Hi, I found an old mail by Andre Poenitz on including gif into Lyx. Since conversion to EPS results in enormous files I tried bm2font. I get what I want by exporting Lyx file to LaTeX and converting it todvi with latex. I can not run it from Lyx because \input file does not read the file.tex

Re: Cursor movement

2001-09-25 Thread Juergen Vigna
On 25-Sep-2001 Andre Poenitz wrote: And what should happen to the sub/superscript? They can't hang around on their own. I could, however, use a dummy base. Question is, whether this should be unvisible or visible as {} eg. IMO if it's possible and not too much work it would be nice to have

Re: mathed - pointer references

2001-09-25 Thread Michael Schmitt
On Tue, 25 Sep 2001, Andre Poenitz wrote: On Tue, Sep 25, 2001 at 01:45:20AM +0200, Michael Schmitt wrote: Hi Andre, by accident I noticed that you have introduced a new method: MathScriptInset * up(); Are you sure that the pointer and reference are used correctly here?

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:25:08AM +0200, Juergen Vigna wrote: 4_2 removing 4 gives: {}_2 adding 3 inside {} gives: 3_2 Ok, we currently have step 1, adding '3' is possible, but one has to remove the braces manually which is clumsy.. hm. maybe automatic removal is ok then. OTOH, we

Re: Cursor movement

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 09:03, Andre Poenitz wrote: On Tue, Sep 25, 2001 at 09:25:08AM +0200, Juergen Vigna wrote: 4_2 removing 4 gives: {}_2 adding 3 inside {} gives: 3_2 Ok, we currently have step 1, adding '3' is possible, but one has to remove the braces

Re: mathed - pointer references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:53:00AM +0200, Michael Schmitt wrote: by accident I noticed that you have introduced a new method: MathScriptInset * up(); Are you sure that the pointer and reference are used correctly here? What's wrong with that? I'd say the mixed use of

Re: mathed - pointer references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:53:00AM +0200, Michael Schmitt wrote: by accident I noticed that you have introduced a new method: MathScriptInset * up(); Are you sure that the pointer and reference are used correctly here? What's wrong with that? I'd say the mixed use of

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:13:16AM +0100, Angus Leeming wrote: OTOH, we could have invisible empty bases that only appear as {} in LaTeX output, or we could have some special mark (maybe some thin blue line). The problem with the {} is, that this is _two_ items, which makes navigation a

Re: seting \input, font paths

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 08:52:25AM +0200, Andrej Vodopivec (158-2353/041-928-765) wrote: Hi, I found an old mail by Andre Poenitz on including gif into Lyx. Since conversion to EPS results in enormous files I tried bm2font. Use 'convert file.gif eps2:file.eps' to create small EPS files.

Re: Cursor movement

2001-09-25 Thread Herbert Voss
On Tue, 25 Sep 2001, Andre Poenitz wrote: On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: Andre Poenitz wrote: I changed a few things, try again. What exactly should happen if we have 1_{2}^{3}4_{5}^{6} and the '4' is deleted? from my point of view

Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
Attached is a patch that moves the LyX pixmap from the splash dialog to the work area. I'm satisfied that it works correctly, but a little extra testing never hurts. Could those interested in losing the splash dialog test this out please. Angus splash.diff.gz

Re: Cursor movement

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 11:20:45AM +0200, Andre Poenitz wrote: On Tue, Sep 25, 2001 at 11:17:23AM +0200, Herbert Voss wrote: And what should happen to the sub/superscript? They can't hang around on why not?? Because the basic item in a MathArray is now a MathAtom, i.e. something that

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 11:38:36AM +0200, Dekel Tsur wrote: BTW, you should add a cursor position after the atom, but before the scripts. And than you'll complain that you have to hit 'right' twice as often? When the cursor is in that position and you press delete, the scripts will be

RE: Removing the splash dialog for ever...

2001-09-25 Thread Juergen Vigna
On 25-Sep-2001 Angus Leeming wrote: Attached is a patch that moves the LyX pixmap from the splash dialog to the work area. I'm satisfied that it works correctly, but a little extra testing never hurts. Could those interested in losing the splash dialog test this out please. Well I just

Re: Cursor movement

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 11:45:36AM +0200, Andre Poenitz wrote: On Tue, Sep 25, 2001 at 11:38:36AM +0200, Dekel Tsur wrote: BTW, you should add a cursor position after the atom, but before the scripts. When the cursor is in that position and you press delete, the scripts will be deleted

Re: Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 11:23, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Attached is a patch that moves the LyX pixmap from the splash Angus dialog to the work area. I'm satisfied that it works correctly, Angus but a little extra testing never

Re: Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 11:52, Jean-Marc Lasgouttes wrote: On the more interesting side: are you sure that counting 3 successive events different from FL_DRAW is a really robust method? Angus Seems that 2 DRAW events are needed to display the stuff once. Angus Don't ask me why! Any

A bug with LyX 1.1.6fix1

2001-09-25 Thread Francisco J. Salguero
A was an user of a previous version of LyX running in Linux Mandrake 7.2 and I had no problem to compose texts with greek and mathematical characters using the Math Pannel. But I have recently upgraded to Linux Mandrake 8.0 and the new built-in version of LyX (1.1.6fix1). The symbols and math

Re: A bug with LyX 1.1.6fix1

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 01:24:05PM -0400, Francisco J. Salguero wrote: A was an user of a previous version of LyX running in Linux Mandrake 7.2 and I had no problem to compose texts with greek and mathematical characters using the Math Pannel. But I have recently upgraded to Linux Mandrake

lyxbugs update

2001-09-25 Thread Angus Leeming
Fixed - Started spellchecker but it died with the following console msg: ispell: unrecognized formatter type 'latin1' Restarted spellchecker: NPR: Null pointer read This is occurring while in: ControlSpellchecker::check() [ControlSpellchecker.C:128]

remove VERSION_INFO from config.h

2001-09-25 Thread Angus Leeming
Can we put this VERSION_INFO data into a new header file, please. If I reconfigure with different frontends, I don't need to rebuild everything, just the files in the frontends subdirectory. Angus aleem@pneumon:src- diff -u config.h config.h_safe --- config.hTue Sep 25 16:16:45 2001 +++

Re: DB2LyX release (0.1.4)

2001-09-25 Thread Jose Abilio Oliveira Matos
On Tue, Sep 25, 2001 at 12:07:07AM +0200, ben wrote: [...] Personaly I prefer solution 2. What do you think? Have you seen other solutions? I prefer 2) also. And as far as I know there isn't a cleanner way to do it. BG -- José

Re: DB2LyX release (0.1.4)

2001-09-25 Thread Jose Abilio Oliveira Matos
On Tue, Sep 25, 2001 at 12:07:32AM +0200, ben wrote: [...] I have problems with docbook-xml 4.1, but not with 4.1.2. What are the problems? Something like: make[1]: Entering directory /home/jamatos/lyx/db2lyx-0.1.4/doc/outlyx' xsltproc manual-lyx.xsl ../src/manual.xml manual.out.lyx

Re: A bug with LyX 1.1.6fix1

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 01:24:05PM -0400, Francisco J. Salguero wrote: using the Math Pannel. But I have recently upgraded to Linux Mandrake 8.0 and the new built-in version of LyX (1.1.6fix1). The symbols and math characters does not appear in screen now (I just get a hyphen when I

Compilation problem

2001-09-25 Thread ben
I try to compile from the current CVS lyx-devel, and it fails with the following error message: /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -c lyxsum.C g++

Re: DB2LyX release (0.1.4)

2001-09-25 Thread ben
Jose Abilio Oliveira Matos a écrit : On Tue, Sep 25, 2001 at 12:07:32AM +0200, ben wrote: [...] I have problems with docbook-xml 4.1, but not with 4.1.2. What are the problems? Something like: [...] I guess that is the reason why the version 4.1.2 was released. I remember

Re: DB2LyX release (0.1.4)

2001-09-25 Thread ben
Jose Abilio Oliveira Matos a écrit : On Tue, Sep 25, 2001 at 12:07:07AM +0200, ben wrote: [...] Personaly I prefer solution 2. What do you think? Have you seen other solutions? I prefer 2) also. And as far as I know there isn't a cleanner way to do it. Yep. Here is the patch for

Re: Compilation problem

2001-09-25 Thread Kayvan A. Sylvan
You need at least gcc-2.95 to compile CVS lyx. ---Kayvan On Wed, Sep 26, 2001 at 12:36:46AM +0200, ben wrote: I try to compile from the current CVS lyx-devel, and it fails with the following error message: /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I.

Re: Compilation problem

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 03:20:08PM -0700, Kayvan A. Sylvan wrote: You need at least gcc-2.95 to compile CVS lyx. But the problem is only with the lyxsum.C file. If you revert this file to revision 1.18, you will be compile lyx without changing the compiler.

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: > Andre Poenitz wrote: > > > > I changed a few things, try again. > > > > What exactly should happen if we have > > > > 1_{2}^{3}4_{5}^{6} > > > > and the '4' is deleted? > > from my point of view only the '4'. And what should

Re: mathed - pointer & references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 01:45:20AM +0200, Michael Schmitt wrote: > Hi Andre, > > by accident I noticed that you have introduced a new method: > >MathScriptInset * & up(); > > Are you sure that the pointer and reference are used correctly here? What's wrong with that? > I'd say the mixed

seting \input, font paths

2001-09-25 Thread Andrej Vodopivec (158-2353/041-928-765)
Hi, I found an old mail by Andre Poenitz on including gif into Lyx. Since conversion to EPS results in enormous files I tried bm2font. I get what I want by exporting Lyx file to LaTeX and converting it todvi with latex. I can not run it from Lyx because \input file does not read the file.tex

Re: Cursor movement

2001-09-25 Thread Juergen Vigna
On 25-Sep-2001 Andre Poenitz wrote: > And what should happen to the sub/superscript? They can't hang around on > their own. I could, however, use a "dummy" base. Question is, whether this > should be unvisible or visible as "{}" eg. IMO if it's possible and not too much work it would be nice

Re: mathed - pointer & references

2001-09-25 Thread Michael Schmitt
On Tue, 25 Sep 2001, Andre Poenitz wrote: > On Tue, Sep 25, 2001 at 01:45:20AM +0200, Michael Schmitt wrote: > > Hi Andre, > > > > by accident I noticed that you have introduced a new method: > > > >MathScriptInset * & up(); > > > > Are you sure that the pointer and reference are used

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:25:08AM +0200, Juergen Vigna wrote: > 4_2 > > removing 4 gives: > > {}_2 > > adding 3 inside {} gives: > > 3_2 Ok, we currently have step 1, adding '3' is possible, but one has to remove the braces manually which is clumsy.. hm. maybe automatic removal is ok then.

Re: Cursor movement

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 09:03, Andre Poenitz wrote: > On Tue, Sep 25, 2001 at 09:25:08AM +0200, Juergen Vigna wrote: > > 4_2 > > > > removing 4 gives: > > > > {}_2 > > > > adding 3 inside {} gives: > > > > 3_2 > > Ok, we currently have step 1, adding '3' is possible, but one has to

Re: mathed - pointer & references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:53:00AM +0200, Michael Schmitt wrote: > > > by accident I noticed that you have introduced a new method: > > > > > >MathScriptInset * & up(); > > > > > > Are you sure that the pointer and reference are used correctly here? > > > > What's wrong with that? > > > > >

Re: mathed - pointer & references

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:53:00AM +0200, Michael Schmitt wrote: > > > by accident I noticed that you have introduced a new method: > > > > > >MathScriptInset * & up(); > > > > > > Are you sure that the pointer and reference are used correctly here? > > > > What's wrong with that? > > > > >

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 09:13:16AM +0100, Angus Leeming wrote: > > OTOH, we could have "invisible" empty bases that only appear as {} in LaTeX > > output, or we could have some special mark (maybe some thin blue line). > > The problem with the {} is, that this is _two_ items, which makes > >

Re: seting \input, font paths

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 08:52:25AM +0200, Andrej Vodopivec (158-2353/041-928-765) wrote: > Hi, > > I found an old mail by Andre Poenitz on including gif into Lyx. Since > conversion to EPS results in enormous files I tried bm2font. Use 'convert file.gif eps2:file.eps' to create small EPS

Re: Cursor movement

2001-09-25 Thread Herbert Voss
On Tue, 25 Sep 2001, Andre Poenitz wrote: > On Mon, Sep 24, 2001 at 10:11:20PM +0200, Herbert Voss wrote: > > Andre Poenitz wrote: > > > > > > I changed a few things, try again. > > > > > > What exactly should happen if we have > > > > > > 1_{2}^{3}4_{5}^{6} > > > > > > and the '4' is

Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
Attached is a patch that moves the "LyX" pixmap from the splash dialog to the work area. I'm satisfied that it works correctly, but a little extra testing never hurts. Could those interested in losing the splash dialog test this out please. Angus splash.diff.gz

Re: Cursor movement

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 11:20:45AM +0200, Andre Poenitz wrote: > On Tue, Sep 25, 2001 at 11:17:23AM +0200, Herbert Voss wrote: > > > And what should happen to the sub/superscript? They can't hang around on > > > > why not?? > > Because the basic item in a MathArray is now a MathAtom, i.e.

Re: Cursor movement

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 11:38:36AM +0200, Dekel Tsur wrote: > BTW, you should add a cursor position "after the atom, but before the > scripts". And than you'll complain that you have to hit 'right' twice as often? > When the cursor is in that position and you press delete, the scripts will be >

RE: Removing the splash dialog for ever...

2001-09-25 Thread Juergen Vigna
On 25-Sep-2001 Angus Leeming wrote: > Attached is a patch that moves the "LyX" pixmap from the splash dialog to the > work area. I'm satisfied that it works correctly, but a little extra testing > never hurts. > > Could those interested in losing the splash dialog test this out please. Well

Re: Cursor movement

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 11:45:36AM +0200, Andre Poenitz wrote: > On Tue, Sep 25, 2001 at 11:38:36AM +0200, Dekel Tsur wrote: > > BTW, you should add a cursor position "after the atom, but before the > > scripts". > > > When the cursor is in that position and you press delete, the scripts will be

Re: Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 11:23, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Attached is a patch that moves the "LyX" pixmap from the splash > Angus> dialog to the work area. I'm satisfied that it works correctly, > Angus> but a little

Re: Removing the splash dialog for ever...

2001-09-25 Thread Angus Leeming
On Tuesday 25 September 2001 11:52, Jean-Marc Lasgouttes wrote: > >> On the more interesting side: are you sure that counting 3 > >> successive events different from FL_DRAW is a really robust method? > > Angus> Seems that 2 DRAW events are needed to display the stuff once. > Angus> Don't ask me

A bug with LyX 1.1.6fix1

2001-09-25 Thread Francisco J. Salguero
A was an user of a previous version of LyX running in Linux Mandrake 7.2 and I had no problem to compose texts with greek and mathematical characters using the Math Pannel. But I have recently upgraded to Linux Mandrake 8.0 and the new built-in version of LyX (1.1.6fix1). The symbols and math

Re: A bug with LyX 1.1.6fix1

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 01:24:05PM -0400, Francisco J. Salguero wrote: > A was an user of a previous version of LyX running in Linux Mandrake 7.2 and > I had no problem to compose texts with greek and mathematical characters > using the Math Pannel. But I have recently upgraded to Linux

lyxbugs update

2001-09-25 Thread Angus Leeming
Fixed - Started spellchecker but it died with the following console msg: ispell: unrecognized formatter type 'latin1' Restarted spellchecker: NPR: Null pointer read This is occurring while in: ControlSpellchecker::check() [ControlSpellchecker.C:128]

remove VERSION_INFO from config.h

2001-09-25 Thread Angus Leeming
Can we put this VERSION_INFO data into a new header file, please. If I reconfigure with different frontends, I don't need to rebuild everything, just the files in the frontends subdirectory. Angus aleem@pneumon:src-> diff -u config.h config.h_safe --- config.hTue Sep 25 16:16:45 2001 +++

Re: DB2LyX release (0.1.4)

2001-09-25 Thread Jose Abilio Oliveira Matos
On Tue, Sep 25, 2001 at 12:07:07AM +0200, ben wrote: [...] > Personaly I prefer solution 2. What do you think? Have you seen other solutions? I prefer 2) also. And as far as I know there isn't a cleanner way to do it. > BG -- José

Re: DB2LyX release (0.1.4)

2001-09-25 Thread Jose Abilio Oliveira Matos
On Tue, Sep 25, 2001 at 12:07:32AM +0200, ben wrote:
[...]
> >   I have problems with docbook-xml 4.1, but not with 4.1.2.
> 
> What are the problems?

  Something like:
  
make[1]: Entering directory /home/jamatos/lyx/db2lyx-0.1.4/doc/outlyx'
xsltproc manual-lyx.xsl ../src/manual.xml > 

Re: A bug with LyX 1.1.6fix1

2001-09-25 Thread Andre Poenitz
On Tue, Sep 25, 2001 at 01:24:05PM -0400, Francisco J. Salguero wrote: > using the Math Pannel. But I have recently upgraded to Linux Mandrake 8.0 and > the new built-in version of LyX (1.1.6fix1). The symbols and math characters > does not appear in screen now (I just get a hyphen when I

Compilation problem

2001-09-25 Thread ben
I try to compile from the current CVS lyx-devel, and it fails with the following error message: /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -c lyxsum.C g++

Re: DB2LyX release (0.1.4)

2001-09-25 Thread ben
Jose Abilio Oliveira Matos a écrit : > On Tue, Sep 25, 2001 at 12:07:32AM +0200, ben wrote: > [...] > > > I have problems with docbook-xml 4.1, but not with 4.1.2. > > > > What are the problems? > > Something like: > > [...] > > I guess that is the reason why the version 4.1.2 was

Re: DB2LyX release (0.1.4)

2001-09-25 Thread ben
Jose Abilio Oliveira Matos a écrit : > On Tue, Sep 25, 2001 at 12:07:07AM +0200, ben wrote: > [...] > > Personaly I prefer solution 2. What do you think? Have you seen other solutions? > > I prefer 2) also. And as far as I know there isn't a cleanner way to do it. Yep. Here is the patch for

Re: Compilation problem

2001-09-25 Thread Kayvan A. Sylvan
You need at least gcc-2.95 to compile CVS lyx. ---Kayvan On Wed, Sep 26, 2001 at 12:36:46AM +0200, ben wrote: > I try to compile from the current CVS lyx-devel, and it fails with the > following error message: > > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H

Re: Compilation problem

2001-09-25 Thread Dekel Tsur
On Tue, Sep 25, 2001 at 03:20:08PM -0700, Kayvan A. Sylvan wrote: > You need at least gcc-2.95 to compile CVS lyx. But the problem is only with the lyxsum.C file. If you revert this file to revision 1.18, you will be compile lyx without changing the compiler.