Re: Table width overrides cell alignment?

2002-10-29 Thread Juergen Vigna
Darren Freeman wrote: Dear list, When I select cells in tables and change their alignment, I normally expect the change to be reflected on-screen. But not necessarily true when the table is a fixed-width, the alignment is permanently stuck on left alignment in some columns (those with only some

Re: Table width overrides cell alignment?

2002-10-29 Thread Juergen Vigna
Darren Freeman wrote: Dear list, When I select cells in tables and change their alignment, I normally expect the change to be reflected on-screen. But not necessarily true when the table is a fixed-width, the alignment is permanently stuck on left alignment in some columns (those with only some

Re: undo cheat sheet ?

2002-10-28 Thread Juergen Vigna
Andre Poenitz wrote: On Mon, Oct 21, 2002 at 09:05:11PM +0100, John Levon wrote: What is FINISHED for ? Why does finishUndo() only set undo_finished (how does that work) ? what's the diff between INSERTED and EDIT ? I think a sequence of INSERTED is un-done in one step, while EDIT is

Re: undo cheat sheet ?

2002-10-28 Thread Juergen Vigna
Andre Poenitz wrote: On Mon, Oct 21, 2002 at 09:05:11PM +0100, John Levon wrote: What is "FINISHED" for ? Why does finishUndo() only set undo_finished (how does that work) ? what's the diff between INSERTED and EDIT ? I think a sequence of INSERTED is un-done in one step, while EDIT is

Re: Bug #681

2002-10-22 Thread Juergen Vigna
Michael Schmitt wrote: Hi Jean Marc, as far as I can see, Jürgen's patch actually consists of two parts. One of them fixes a problem with cut and delete inside insets. This part seems totally unrelated to the problem reported in #681. The other part may be the source of the problem. But I can

Re: Bug #681

2002-10-22 Thread Juergen Vigna
Michael Schmitt wrote: Hi Jean Marc, as far as I can see, Jürgen's patch actually consists of two parts. One of them fixes a problem with "cut" and "delete" inside insets. This part seems totally unrelated to the problem reported in #681. The other part may be the source of the problem. But I

Re: Undo problems fixed!

2002-10-18 Thread Juergen Vigna
Quoting Michael Schmitt [EMAIL PROTECTED]: Hi Juergen, I thought I might assist you in transforming the undo patch for LyX 1.2.2. Attached please find a modified patch. Thanks a lot! Please note that this was just mechanical work. I DIDN'T REALLY UNDERSTAND WHAT I WAS DOING :-)

Re: Undo problems fixed!

2002-10-18 Thread Juergen Vigna
Quoting Michael Schmitt <[EMAIL PROTECTED]>: > Hi Juergen, > > I thought I might assist you in transforming the undo patch for LyX > 1.2.2. Attached please find a modified patch. > Thanks a lot! > Please note that this was just mechanical work. I DIDN'T REALLY > UNDERSTAND WHAT I WAS DOING

Re: !realcut and multiple par delete

2002-10-14 Thread Juergen Vigna
John Levon wrote: If we are cutting multiple pars, the pars are excised from the par list and buf in CutAndPaste.C is set to point to them. They are finally deleted when the next operation resets buf. Now if we are deleting (!realcut) we don't seem to set buf, and the paragraphs that are

Re: Patch: unicode support in qt painter

2002-10-14 Thread Juergen Vigna
Kornel Benko wrote: -BEGIN PGP SIGNED MESSAGE- On Sunday 13 October 2002 19:58, John Levon wrote: I don't understand why it fails for you, but Mode_switch can give me ä perfectly in LyX Qt I see. Maybe, because you are using QT2 while I am on QT3. Bad luck for me. I cannot

Re: Patch: unicode support in qt painter

2002-10-14 Thread Juergen Vigna
Kornel Benko wrote: Sorry for making trouble. On a further thought IMO that the problems you have a connected to the fact that you use latin15. IMO John has a lot of font-latin1() in his code which not always is appropriate (just hit me if I'm wrong John ;) John and myself still use latin1,

Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Ok I took a bit of time to fix this cri bug this morning. Please have a look at it and give me your ok. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich 151/A I-39050 SteineggWeb:

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen Ok I took a bit of time to fix this cri bug this morning. Juergen Please have a look at it and give me your ok. I do not understand what it does, but I like the sound of it :) I guess this would apply

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
John Levon wrote: Could you please mark the hack in redoParagraphs that you say shouldn't be needed ? (Got it Lars ? one ?) Yes exactly that one, but I won't remove it now ;) p.s. and no, I don't understand this fix either ;) Too all of you, what can I do if your mind is closed to the

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: You see you should always try to follow my advices ;) Go for it and let us see a working version of it! We want to have something like this for 1.4.0, don't we? #:O) | Paragraph list stuff? Yes, I think I'll bash it a bit

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen Please clean the Subject for discussions on other than a Juergen YES to apply the patch ;). Well I guess this IS a _really_ Juergen needed bugfix, I sent it to the list, people tried it, told Juergen me

Re: !realcut and multiple par delete

2002-10-14 Thread Juergen Vigna
John Levon wrote: > If we are cutting multiple pars, the pars are excised from the par list > and "buf" in CutAndPaste.C is set to point to them. They are finally > deleted when the next operation resets "buf". > > Now if we are deleting (!realcut) we don't seem to set buf, and the > paragraphs

Re: Patch: unicode support in qt painter

2002-10-14 Thread Juergen Vigna
Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Sunday 13 October 2002 19:58, John Levon wrote: > >>I don't understand why it fails for you, but Mode_switch can give me >>ä perfectly in LyX Qt > > > I see. Maybe, because you are using QT2 while I am on QT3. > Bad luck for

Re: Patch: unicode support in qt painter

2002-10-14 Thread Juergen Vigna
Kornel Benko wrote: > Sorry for making trouble. On a further thought IMO that the problems you have a connected to the fact that you use latin15. IMO John has a lot of font->latin1() in his code which not always is appropriate (just hit me if I'm wrong John ;) John and myself still use latin1,

Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Ok I took a bit of time to fix this "cri" bug this morning. Please have a look at it and give me your ok. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich 151/A I-39050 SteineggWeb:

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: >>>>>>"Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: >>>>> > > Juergen> Ok I took a bit of time to fix this "cri" bug this morning. > Juergen> Please have a look at it and give me your

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
John Levon wrote: > Could you please mark the hack in redoParagraphs that you say shouldn't > be needed ? ("Got it Lars ?" one ?) Yes exactly that one, but I won't remove it now ;) > p.s. and no, I don't understand this fix either ;) Too all of you, what can I do if your mind is closed to the

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > >>>You see you should always try to follow my advices ;) Go for it and let >>>us see a working version of it! We want to have something like this for >>>1.4.0, don't we? #:O) >> > | Paragraph list stuff? Yes, I think

Re: Undo problems fixed!

2002-10-14 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: >>>>>>"Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: >>>>> > > Juergen> Please clean the Subject for discussions on other than a > Juergen> "YES" to apply the patch ;). Well I guess

Re: development process

2002-10-11 Thread Juergen Vigna
Andre Poenitz wrote: But I am not sure that these are the bugs which prevent us from shipping 1.3.0. Probably not. But there are things like the undo crashs that have been in for ages without any improvment on the horizon. Well maybe there is light on the horizont. I'm actually trying

Re: development process

2002-10-11 Thread Juergen Vigna
Andre Poenitz wrote: >>But I am not sure that these are the bugs which prevent us from >>shipping 1.3.0. > > > Probably not. > > But there are things like the undo crashs that have been in for ages > without any improvment on the horizon. Well maybe there is light on the horizont. I'm

Re: Label dialogs

2002-10-01 Thread Juergen Vigna
Andre Poenitz wrote: Apropos comments: What about my poll for next year's meeting? You did not answer that... [Juergen: June might be a bit early. Lectures end on July 18th, and our room might get a bit quieter a week or two after that... this would mean around August 1st which is fairly

Re: Label dialogs

2002-10-01 Thread Juergen Vigna
Andre Poenitz wrote: > Apropos comments: What about my poll for next year's meeting? > You did not answer that... > > [Juergen: June might be a bit early. Lectures end on July 18th, and our > "room" might get a bit quieter a week or two after that... this would > mean "around August 1st" which

Re: LyX meeting 2003

2002-09-30 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: Oh... some time next summer? Agreed! Maybe 12-17 June. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich 151/A I-39050 SteineggWeb:

Re: LyX meeting 2003

2002-09-30 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: > > Oh... some time next summer? > Agreed! Maybe 12-17 June. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich 151/A I-39050 SteineggWeb:

Re: lyxpipe bug report WONTFIX?

2002-09-26 Thread Juergen Vigna
Angus Leeming wrote: ;-) The problem is that whilst LyX responds to a Hello from a client, sending out a Hello in reply, clients are not required to respond in similar fashion. It would of course be straightforward to enforce this. Something like I don't think you understood what

Re: lyxpipe bug report WONTFIX?

2002-09-26 Thread Juergen Vigna
Angus Leeming wrote: Incidentally, I see you are using [EMAIL PROTECTED] Note that you are listed in CREDITS as [EMAIL PROTECTED] I guess that this is now out of date? Yes [EMAIL PROTECTED] is the good one :) Jug --

Re: lyxpipe bug report WONTFIX?

2002-09-26 Thread Juergen Vigna
Angus Leeming wrote: > ;-) The problem is that whilst LyX responds to a "Hello" from a > client, sending out a "Hello" in reply, clients are not required > to respond in similar fashion. > > It would of course be straightforward to enforce this. Something > like I don't think you understood

Re: lyxpipe bug report WONTFIX?

2002-09-26 Thread Juergen Vigna
Angus Leeming wrote: > Incidentally, I see you are using [EMAIL PROTECTED] Note that you are > listed in CREDITS as [EMAIL PROTECTED] I guess that this is now out of > date? Yes [EMAIL PROTECTED] is the good one :) Jug --

Re: authors step forward please!

2002-09-25 Thread Juergen Vigna
Angus Leeming wrote: with the help of yet another little script, I have fixed the licence info in src/insets/*.[Ch]. Unfortunately, nearly all these files do not have an explicit author listed. Currently I have the following. Please fill in the blanks! src/insets/inset.C: * \author

Re: authors step forward please!

2002-09-25 Thread Juergen Vigna
Angus Leeming wrote: > with the help of yet another little script, I have fixed the > licence info in src/insets/*.[Ch]. Unfortunately, nearly all > these files do not have an explicit author listed. Currently I > have the following. > > Please fill in the blanks! > src/insets/inset.C: *

Re: My favourite showstopper (#575 and #438)

2002-09-24 Thread Juergen Vigna
Michael Schmitt wrote: The test case that I sent in my former email not only considers the problem above but also points to a problem with undo (-#438). After seeing the code above, I think bugs #575 and #438 are totally unrelated. Juergen V. said that he cannot reproduce the bug in the

Re: My favourite showstopper (#575 and #438)

2002-09-24 Thread Juergen Vigna
[EMAIL PROTECTED] wrote: Juergen Vigna [EMAIL PROTECTED] schrieb am 24.09.2002, 09:33:20: Well I tried it with both 1.3.0 and 1.2.x-cvs, but in both I cannot reproduce the problem here. Maybe you mean something I don't do. Over what should the selection be (you have 3 lg) in there. What

Re: My favourite showstopper (#575 and #438)

2002-09-24 Thread Juergen Vigna
Michael Schmitt wrote: > The test case that I sent in my former email not only considers the > problem above but also points to a problem with undo (->#438). After > seeing the code above, I think bugs #575 and #438 are totally unrelated. > Juergen V. said that he cannot reproduce the bug in

Re: My favourite showstopper (#575 and #438)

2002-09-24 Thread Juergen Vigna
[EMAIL PROTECTED] wrote: > Juergen Vigna <[EMAIL PROTECTED]> schrieb am 24.09.2002, 09:33:20: > > >>Well I tried it with both 1.3.0 and 1.2.x-cvs, but in both I cannot >>reproduce the problem here. Maybe you mean something I don't do. Over >>what shoul

Re: My favourite showstopper (#575 and #438)

2002-09-23 Thread Juergen Vigna
Michael Schmitt wrote: Hi, with regard to bugs #575 and #438, I can provide yet another test case. Unfortunately, undo crashes quite often. Any solution is highly appreciated. I cannot reproduce this with 1.3.0cvs. Jug --

Re: lyxpipe bug report WONTFIX?

2002-09-23 Thread Juergen Vigna
Moritz Moeller-Herrmann wrote: I am a user, I can't code any C or C++. Sorry. If my bug reports and criticism are not welcome, tell me so and I will shut up. You know that this is not so. As John pointed out (well he was a bit grumpy but probaly the pub did close again too early for him to go

Re: My favourite showstopper (#575 and #438)

2002-09-23 Thread Juergen Vigna
Michael Schmitt wrote: > Hi, > > with regard to bugs #575 and #438, I can provide yet another test case. > Unfortunately, undo crashes quite often. Any solution is highly > appreciated. I cannot reproduce this with 1.3.0cvs. Jug --

Re: lyxpipe bug report WONTFIX?

2002-09-23 Thread Juergen Vigna
Moritz Moeller-Herrmann wrote: > I am a user, I can't code any C or C++. Sorry. If my bug reports and > criticism are not welcome, tell me so and I will shut up. You know that this is not so. As John pointed out (well he was a bit grumpy but probaly the pub did close again too early for him to

Re: Comments on Qt.

2002-09-13 Thread Juergen Vigna
John Levon wrote: Has no effect! This 2 seconds thing sounds ridiculously slow. Repaints are effectively instantaneous for me. How big is your document? Try to load the UserGuide. I tried the same with the xforms frontend and have to say that it is not only slow (the same as qt), but does

Re: Comments on Qt.

2002-09-13 Thread Juergen Vigna
John Levon wrote: >>Has no effect! > > This 2 seconds thing sounds ridiculously slow. Repaints are effectively > instantaneous for me. How big is your document? Try to load the UserGuide. I tried the same with the xforms frontend and have to say that it is not only slow (the same as qt), but

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: Now to the negative part. It's slow! The update of screen is way too slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ Actually, for resize, can you try adding WStaticContents like

Re: Slow repaints on scroll

2002-09-12 Thread Juergen Vigna
John Levon wrote: I've just committed something which should solve the scrolling paint delay problem. Please check it out. Super! Works here! Now you just have to find the slowness on resize #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr.

Re: Qt configure patch #2

2002-09-12 Thread Juergen Vigna
Well I tried and faild :( This is what I get when configuring: checking for XOpenIM... yes checking for moc2... /usr/bin/moc2 checking for moc... /usr/lib/qt3/bin/moc configure: error: FIXME This seems the culpable code in configure: if test -n $ac_moc1 -a -n $ac_moc2; then

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: This 2 seconds thing sounds ridiculously slow. Repaints are effectively instantaneous for me. Well I tell you what I experience. IMO this is not the repaint, but that lyx doesn't get the event in time. Also the repaint is only done one time at the end of the resize and not in

Re: [PATCH] qt Configure patch #3

2002-09-12 Thread Juergen Vigna
John Levon wrote: Jug, please try this one. Changes : o handle moc/moc2 o cache Qt build results This seems to work! Great work John! You have my go to apply ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: > On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: > > >>Now to the negative part. It's slow! The update of screen is way too >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ > > > Actually,

Re: "Slow" repaints on scroll

2002-09-12 Thread Juergen Vigna
John Levon wrote: > I've just committed something which should solve the scrolling paint > delay problem. Please check it out. Super! Works here! Now you just have to find the slowness on resize #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr.

Re: Qt configure patch #2

2002-09-12 Thread Juergen Vigna
Well I tried and faild :( This is what I get when configuring: > checking for XOpenIM... yes > checking for moc2... /usr/bin/moc2 > checking for moc... /usr/lib/qt3/bin/moc > configure: error: FIXME This seems the culpable code in configure: > if test -n "$ac_moc1" -a -n

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: > This 2 seconds thing sounds ridiculously slow. Repaints are effectively > instantaneous for me. Well I tell you what I experience. IMO this is not the repaint, but that lyx doesn't get the event in time. Also the repaint is only done one time at the end of the resize and not

Re: [PATCH] qt Configure patch #3

2002-09-12 Thread Juergen Vigna
John Levon wrote: > Jug, please try this one. > > Changes : > > o handle moc/moc2 > o cache Qt build results This seems to work! Great work John! You have my go to apply ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-11 Thread Juergen Vigna
John Levon wrote: On Tue, Sep 10, 2002 at 06:02:19PM +0200, Jean-Marc Lasgouttes wrote: Do you know that there a few few bad undo bugs waiting for you in bugzilla? There are some bad cosmetic table problems too ;) I know, I know and maybe in the near future I will buy myself a new PC,

Comments on Qt.

2002-09-11 Thread Juergen Vigna
Well after the changes you made yesterday (and my manually editing the Makefiles to change moc2 to moc) I now compiled and linked the qt version of LyX. First impression, nice ;) I like the menus a lot more than the xforms ones! The fonts are the same on my system between the xforms version and

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-11 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: I am pretty satisfied by my AMD XP-2000+ works like a charm. Hmm, so you will send it to me, or how am I expected to work on it :P Jug P.S.: My comment about buying a new PC was serious I just have to look up on one first /AND/ I will by something that

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-11 Thread Juergen Vigna
John Levon wrote: > On Tue, Sep 10, 2002 at 06:02:19PM +0200, Jean-Marc Lasgouttes wrote: > > >>Do you know that there a few few bad undo bugs waiting for you in >>bugzilla? > > > There are some bad cosmetic table problems too ;) I know, I know and maybe in the near future I will buy myself

Comments on Qt.

2002-09-11 Thread Juergen Vigna
Well after the changes you made yesterday (and my manually editing the Makefiles to change moc2 to moc) I now compiled and linked the qt version of LyX. First impression, nice ;) I like the menus a lot more than the xforms ones! The fonts are the same on my system between the xforms version and

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-11 Thread Juergen Vigna
Lars Gullik Bjønnes wrote: > I am pretty satisfied by my AMD XP-2000+ works like a charm. Hmm, so you will send it to me, or how am I expected to work on it :P Jug P.S.: My comment about buying a new PC was serious I just have to look up on one first /AND/ I will by something

Re: X font question with Qt and tex fonts

2002-09-10 Thread Juergen Vigna
Edwin Leuven wrote: On Mon Sep 9, 2002 11:00, Juergen Vigna wrote: Hope anybody may help me. you're using moc of qt2 whereas your includes are of qt3. Make sure to use to right moc Well you're right, *but* this is a really weired bug IMO. I have qt3 installed by default (/usr/bin/moc

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-10 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael Hi, I think I can contribute a one-line patch to the problem Michael that the cursor positioning is inprecise in lines which Michael include hfills. Michael The patch is against 1.2.2cvs. Could

Re: X font question with Qt and tex fonts

2002-09-10 Thread Juergen Vigna
Edwin Leuven wrote: > On Mon Sep 9, 2002 11:00, Juergen Vigna wrote: > >>Hope anybody may help me. > > > you're using moc of qt2 whereas your includes are of qt3. Make sure to use to > right moc Well you're right, *but* this is a really weired bug IMO. I have qt3 in

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-10 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: >>"Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > > > Michael> Hi, I think I can contribute a one-line patch to the problem > Michael> that the cursor positioning is inprecise in lines which > Michael> include hfills. > > Michael> The patch is

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-09 Thread Juergen Vigna
Michael Schmitt wrote: Hi, I think I can contribute a one-line patch to the problem that the cursor positioning is inprecise in lines which include hfills. The patch is against 1.2.2cvs. Could anybody with a little bit more knowledges of the LyX code than myself please check the

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
John Levon wrote: Qt seems to get the height and metrics of things like \biguplus completely wrong. Can people using qt 3 etc. give it a go ? I do not know what we can do to fix this (much like most of the other bugs in the Qt frontend) If we accept qt2 and 3 why the hell the configure

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
John Levon wrote: Qt seems to get the height and metrics of things like \biguplus completely wrong. Can people using qt 3 etc. give it a go ? I do not know what we can do to fix this (much like most of the other bugs in the Qt frontend) I finally decided to have 2 build trees so that I may

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
R. Lahaye wrote: Are you compiling this on a FreeBSD system? No I'm working on RedHat Linux 7.3 I am, and I had a similar problem, using make. As soon as I used gmake, these problems were gone. Never bothered to find out why :(. It seems that there are problems when using the standard

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
One more on this front: make[6]: Entering directory `/soft/lyx/lyx-devel/build-qt/src/frontends/qt2/ui/moc' source='QAboutDialogBase_moc.C' object='QAboutDialogBase_moc.lo' libtool=yes \ depfile='.deps/QAboutDialogBase_moc.Plo' tmpdepfile='.deps/QAboutDialogBase_moc.TPlo' \ depmode=gcc3

Re: [PATCH]: Cursor positioning in rows with hfills

2002-09-09 Thread Juergen Vigna
Michael Schmitt wrote: > Hi, > > I think I can contribute a one-line patch to the problem that the cursor > positioning is inprecise in lines which include hfills. > > The patch is against 1.2.2cvs. Could anybody with a little bit more > knowledges of the LyX code than myself please check the

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
John Levon wrote: > Qt seems to get the height and metrics of things like \biguplus > completely wrong. Can people using qt 3 etc. give it a go ? > > I do not know what we can do to fix this (much like most of the other > bugs in the Qt frontend) If we accept qt2 and 3 why the hell the

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
John Levon wrote: > Qt seems to get the height and metrics of things like \biguplus > completely wrong. Can people using qt 3 etc. give it a go ? > > I do not know what we can do to fix this (much like most of the other > bugs in the Qt frontend) I finally decided to have 2 build trees so that

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
R. Lahaye wrote: > Are you compiling this on a FreeBSD system? No I'm working on RedHat Linux 7.3 > I am, and I had a similar problem, using "make". > As soon as I used "gmake", these problems were gone. > Never bothered to find out why :(. It seems that there are problems when using the

Re: X font question with Qt and tex fonts

2002-09-09 Thread Juergen Vigna
One more on this front: make[6]: Entering directory `/soft/lyx/lyx-devel/build-qt/src/frontends/qt2/ui/moc' source='QAboutDialogBase_moc.C' object='QAboutDialogBase_moc.lo' libtool=yes \ depfile='.deps/QAboutDialogBase_moc.Plo' tmpdepfile='.deps/QAboutDialogBase_moc.TPlo' \ depmode=gcc3

Re: LyX 1.2.2cvs: Bug - LyX hangs during search

2002-09-06 Thread Juergen Vigna
Michael Schmitt wrote: Hi, there is another mysterious problem: If you load file search-hangs.lyx and search for enco, LyX is blocked. It is not even possible to save an emergency file. My attempts to minimize the test case have shown that the size of the LyX file and the size of the

Re: Patch ignored :( (Juergen V)

2002-09-06 Thread Juergen Vigna
Alain Castera wrote: Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to redefine tabularnewline only once. Have fun ;-) Hi Alain as soon as I get a ChangeLog entry patch from you about the changes you made in the single files I will commit this patch. Jug --

Re: LyX 1.2.2cvs: Bug - LyX hangs during search

2002-09-06 Thread Juergen Vigna
Michael Schmitt wrote: > Hi, > > there is another mysterious problem: If you load file "search-hangs.lyx" > and search for "enco", LyX is blocked. It is not even possible to save > an emergency file. My attempts to minimize the test case have shown that > the size of the LyX file and the

Re: Patch ignored :( (Juergen V)

2002-09-06 Thread Juergen Vigna
Alain Castera wrote: > Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to > redefine tabularnewline only once. > > Have fun ;-) Hi Alain as soon as I get a ChangeLog entry patch from you about the changes you made in the single files I will commit this patch. Jug

Re: qt problems

2002-09-05 Thread Juergen Vigna
John Levon wrote: john (never going to the pub again) Ha! That's just now, in half a day you will forget about this strange idea of yours #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich

Re: Patch ignored :( (Juergen V)

2002-09-05 Thread Juergen Vigna
Alain Castera wrote: Hi Juergen. Hi Alain! Here's the beast. Shall I post it to bugzilla too ? Thank's to you and Lars for the help in compiling. Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to redefine tabularnewline only once. Have fun ;-) Ok I patched the

Re: qt problems

2002-09-05 Thread Juergen Vigna
John Levon wrote: > john (never going to the pub again) Ha! That's just now, in half a day you will forget about this strange idea of yours #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich

Re: Patch ignored :( (Juergen V)

2002-09-05 Thread Juergen Vigna
Alain Castera wrote: > Hi Juergen. Hi Alain! > Here's the beast. Shall I post it to bugzilla too ? > > Thank's to you and Lars for the help in compiling. > > Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to > redefine tabularnewline only once. > > Have fun ;-) Ok I

Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Juergen Vigna
Kuba Ober wrote: Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using LyX-specific keywords. We can just use TeX-like syntax instead of XML-like syntax, especially that one can do conversion both ways, say like this tag val1=abcsomething blah/tag --

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: [SNIP] boost/pending/ct_if.hpp: No such file or directory make[4]: *** [signal_base.lo] Erreur 1 -- Could you please help me ? I am not root on my machine, so the distrib may be a little bit old. I tried with xforms 0.89.5, but the result was the same. I have more

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: I updated just before. I will try tonight with a fresh checkout. However, note that gcc is looking for boost/pending/ct_if.hpp , and I don't see the entire directory pending Do you use wrong cvs flags? Don't you add new direcories on an update? Try to use -dP

Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Juergen Vigna
Kuba Ober wrote: > Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using > LyX-specific keywords. We can just use TeX-like syntax instead of XML-like > syntax, especially that one can do conversion both ways, say like this > something blah <--> \tag[val1="abc"]{something

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: [SNIP] > boost/pending/ct_if.hpp: No such file or directory > make[4]: *** [signal_base.lo] Erreur 1 > -- > > Could you please help me ? I am not root on my machine, so the distrib may > be a little bit old. I tried with xforms 0.89.5, but the result was the > same. > I

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: > I updated just before. > I will try tonight with a fresh checkout. > However, note that gcc is looking for boost/pending/ct_if.hpp , and I > don't see the entire directory "pending" Do you use wrong cvs flags? Don't you add new direcories on an update? Try to

Re: Space behaviour and inset code

2002-09-03 Thread Juergen Vigna
Andre Poenitz wrote: On Tue, Sep 03, 2002 at 12:22:11PM +0300, Gady Kozma wrote: There is a small change in LyX behavior between 1.1.6 and 1.2: pressing space when at the end of a formula exits, but does not (as per 1.1.6) add a space after it. The reason is that the local dispatch returns

Re: Space behaviour and inset code

2002-09-03 Thread Juergen Vigna
Andre Poenitz wrote: > On Tue, Sep 03, 2002 at 12:22:11PM +0300, Gady Kozma wrote: > >>There is a small change in LyX behavior between 1.1.6 and 1.2: pressing >>space when at the end of a formula exits, but does not (as per 1.1.6) add a >>space after it. The reason is that the local dispatch

Re: Updated da.po for lyx 1.2.2cvs

2002-09-02 Thread Juergen Vigna
Claus Hindsgaul wrote: Hello, I have attached an updated da.po against the lyx-devel lyx-1_2_X branch. Where? Please apply Really compact this danish language, it's so short that we don't even need a da.po file ;) Jug --

Re: frequent polling in LyX (plus LyX under DRT screenshots)

2002-09-02 Thread Juergen Vigna
Amir Michail wrote: I also found another problem with getting rid of cursor blinking. If you type a sentence and press return, the cursor will not appear for a while until it is told to blink on. By then, the after picture has already been taken, so cursor tracking is broken. So it's not

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Juergen Vigna
Alain Castera wrote: Hi Juergen. I'm just back from some vacations, I hope I am not too late. Nope, we were all waiting for your answer ;). Hope you enjoyed your holidays. All the tests I've done indicate that, with my patch, the paragraph setting take precedence on the column setting.

Re: Updated da.po for lyx 1.2.2cvs

2002-09-02 Thread Juergen Vigna
Claus Hindsgaul wrote: > Hello, > > I have attached an updated da.po against the lyx-devel lyx-1_2_X branch. Where? > Please apply Really compact this danish language, it's so short that we don't even need a da.po file ;) Jug --

Re: frequent polling in LyX (plus LyX under DRT screenshots)

2002-09-02 Thread Juergen Vigna
Amir Michail wrote: > I also found another problem with getting rid of cursor blinking. > If you type a sentence and press return, the cursor will not appear > for a while until it is told to blink on. By then, the after picture > has already been taken, so cursor tracking is broken. So it's

Re: Patch ignored :( (Juergen V)

2002-09-02 Thread Juergen Vigna
Alain Castera wrote: > Hi Juergen. > > I'm just back from some vacations, I hope I am not too late. Nope, we were all waiting for your answer ;). Hope you enjoyed your holidays. > All the tests I've done indicate that, with my patch, the paragraph > setting take precedence on the column

Re: [PATCH] install lyx2lyx

2002-08-30 Thread Juergen Vigna
Dekel Tsur wrote: Here is a patch for searching the lyx2lyx script in LYXDIR. I did not change your Makefile patch. The new makefile should copy lyx2lyx to LYXDIR/lyx2lyx/ and perhaps add a symbolic link to PREFIX/bin/ For now I don't care about installing I run lyx always from the

Re: [PATCH] install lyx2lyx

2002-08-30 Thread Juergen Vigna
Dekel Tsur wrote: > Here is a patch for searching the lyx2lyx script in LYXDIR. > I did not change your Makefile patch. > The new makefile should copy lyx2lyx to LYXDIR/lyx2lyx/ > and perhaps add a symbolic link to PREFIX/bin/ For now I don't care about installing I run lyx always from the

<    1   2   3   4   5   6   7   8   9   10   >