Re: [patch] fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx

2004-11-02 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Am Dienstag, 2. November 2004 11:52 schrieb Lars Gullik Bjønnes: >> >> did you do lib/configure as well? > | No, I did not notice that until now, but I will do it. BTW, what should we | do with configure.cmd? It is really outdated. Should we install it at

Re: coordinates

2004-11-02 Thread Alfredo Braunstein
Kornelia Pietsch wrote: > This is a rebuild of the 'big' coordinate patch against > current CVS. This makes it a lot less crashy. void LyXText::setCursorFromCoordinates(LCursor & cur, int const x, int const y) - for (; r < int(par.rows().size()); ++r) { + for (; r < int(par.rows().s

Re: [PATCH] Re: Control-Enter and cursor location

2004-11-02 Thread Kayvan A. Sylvan
On Tue, Nov 02, 2004 at 03:26:33PM +0100, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> I thought JMarc said he has a fix, but I still see this bug in > Kayvan> the latest CVS. > > Well, there were two problems: > > 1/ I did not have time

Re: [preliminary patch] moving XFig files

2004-11-02 Thread Georg Baum
Am Dienstag, 2. November 2004 11:28 schrieb Andreas Vox: > Angus Leeming <[EMAIL PROTECTED]> writes: > < Which, by the way, is now conceptually very easy. Just write a > < postscript parser and away you go... > > Shouldn't be as hard as parsing LaTeX, don't you think so? :-) I am not so sure ;-

Re: [patch] fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx

2004-11-02 Thread Georg Baum
Am Dienstag, 2. November 2004 11:52 schrieb Lars Gullik Bjønnes: > > did you do lib/configure as well? No, I did not notice that until now, but I will do it. BTW, what should we do with configure.cmd? It is really outdated. Should we install it at all? Probably only for OS/2, but I don't know h

Re: coordinates

2004-11-02 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Kornelia Pietsch > <[EMAIL PROTECTED]> > writes: > > | This is a rebuild of the 'big' coordinate patch against > | current CVS. > > Alfredo, I hope you will have the time to take a peek on this. I'm having a look. I'll get back soon with details of my defeat ;-) Al

Re: coordinates

2004-11-02 Thread Alfredo Braunstein
Kornelia Pietsch wrote: > This is a rebuild of the 'big' coordinate patch against > current CVS. Thanks > I am somehow getting the feeling this might be 1.5 > business, though. Not sure... Ok, I'll try a bit and see if I can do something. Alfredo

[PATCH] Re: Control-Enter and cursor location

2004-11-02 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> I thought JMarc said he has a fix, but I still see this bug in Kayvan> the latest CVS. Well, there were two problems: 1/ I did not have time to commit the fix 2/ the fix did not handle this particular case. The proper fix is

Re: Progress of math in docbook. (?)

2004-11-02 Thread José Abílio Oliveira Matos
On Sun, Oct 31, 2004 at 10:00:30PM +, Andreas Vox wrote: > > Unfortunately I got sidetracked this weekend and the last, so > there's no progress on my side. I just had some general thoughts > about factoring the bitmap generation for formulas out of the preview > generation and use it for both

Re: [patch] fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx

2004-11-02 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Georg Baum <[EMAIL PROTECTED]> >> writes: >> >> Please wait a bit yet. > | Ok. > >> | No script inside $PREFIX/share/lyx$SUFFIX should get a version >> | suffix. >> >> In that case a lot more files than lyx2lyx needs fixup:

Re: [preliminary patch] moving XFig files

2004-11-02 Thread Andreas Vox
Angus Leeming <[EMAIL PROTECTED]> writes: < Georg Baum wrote: < < > < >> BTW, am I correct that LyX does not support EPS files which < >> reference other files ... yet ? < > < > Yes. But this is something that only very few programs support. Do < > you want to create a .eps mover? < < Which,

Re: [preliminary patch] moving XFig files

2004-11-02 Thread Angus Leeming
Georg Baum wrote: > >> BTW, am I correct that LyX does not support EPS files which >> reference other files ... yet ;-) ? > > Yes. But this is something that only very few programs support. Do > you want to create a .eps mover? Which, by the way, is now conceptually very easy. Just write a pos

Re: Step 1 towards a command-line parser

2004-11-02 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Lars, can I get you to add boost/spirit to the boost tree please? > > Hmm da hmm... can you wait for 1.32? > It should be there is just few days now. Certainly. However, I'm going on holiday for two weeks on Friday, so

Re: [patch] fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx

2004-11-02 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> > writes: > > Please wait a bit yet. Ok. > | No script inside $PREFIX/share/lyx$SUFFIX should get a version > | suffix. > > In that case a lot more files than lyx2lyx needs fixup: > (compiled with --with-version-suffix=version1) > > l

Re: Step 1 towards a command-line parser

2004-11-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars, can I get you to add boost/spirit to the boost tree please? Hmm da hmm... can you wait for 1.32? It should be there is just few days now. | The attached patch gives us a platform-independent glob function. It's the | necessary first step towards

Re: InsetText question

2004-11-02 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Use LCursor::isInside(InsetBase *) Thanks, I try this when I'm back home (actually, I thought that this function is still bound to mathed). Jürgen

Re: [patch] fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx

2004-11-02 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | Lars may not like the existing solution, but his idea for a >> | replacement will need to be thought through fully if it is to become >> | reality. Meanwhile, I think that you sh