Re: strace on lyx2lyx

2003-08-19 Thread Garst R. Reese
Jose' Matos wrote: On Friday 15 August 2003 21:42, Garst R. Reese wrote: Here is where it seems go get stuck: mmap2(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4054 Any expert to tell me where to start searching? Zillions of these coming too

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: So exactly because not all contributors are wizards should smart pointers be used. | This is like arguing Because not everybody knows how to drive a car they | better drive a car with airbags because that's much safer to operate. And that line of

[patch] buffer refs

2003-08-19 Thread Lars Gullik Bjønnes
Are the list sick? bufferref.diff.gz Description: GNU Zip compressed data -- Lgb

Re: gzip support problems

2003-08-19 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 06:36:31PM +0100, Jose' Matos wrote: Ok. I see. But that is not a lyx2lyx problem. :-) | I don't care where the problem is :) The error is appearing in line 489 of buffer.C, and the problem seems to be around line 540 of

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 03:14:36PM +0100, Angus Leeming wrote: We should never use smart pointers unless it gives a significant improvements (like code size, binary size and/or speed). Most (if not all) of the places we currently use smart pointers

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 03:37:13PM +0100, Angus Leeming wrote: I don't think that a library should make such assumptions. Not convinced? Then try this: Lar's std::auto_ptr solution here is exactly equivalent to your math_atom solution, | More

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 04:25:55PM +0200, Andre Poenitz wrote: More people understand raw pointers then smart pointers. Maintainability has to take into account that not all contributors are wizards. | Good point. I have no strong idea of the auto_ptr

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 04:41:30PM +0200, Andre Poenitz wrote: The bugzilla - mail interface does not send attachments... | Lars ? Is that possible ? Would be neat. I was able to get the mail interface to work -- kindo -- Further work on that will not

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 04:16:04PM +0200, Lars Gullik Bjønnes wrote: | We should never use smart pointers unless it gives a significant | improvements (like code size, binary size and/or speed). No. The reson for using smart_pointers are non of the

[PATCH] lyxconvert224.py (valignment middle)

2003-08-19 Thread Michael Schmitt
Hello, please find the missing patch for lyx2lyx which transforms vertical alignment center to middle. Please check and - if OK - apply. Michael Index: lib/ChangeLog === RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v retrieving

valgrind report

2003-08-19 Thread Michael Schmitt
Any idea why this happened? All I remember is that I cut some text and put it at the end of the document. When I wanted to move the cursor upwards (which IIRC was at the final empty line), the following crash occurred. Obviously, layout() returns an invalid pointer (0x1C). Unfortunately, I

[PATCH] de.po

2003-08-19 Thread Michael Schmitt
Hello, yet another patch for de.po which fixes many broken menu shortcuts. Please apply, Michael Index: po/ChangeLog === RCS file: /cvs/lyx/lyx-devel/po/ChangeLog,v retrieving revision 1.169 diff -a -u -r1.169 ChangeLog ---

Re: Branch inset problem

2003-08-19 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Aug 18, 2003 at 03:37:13PM +0100, Angus Leeming wrote: I don't think that a library should make such assumptions. Not convinced? Then try this: Lar's std::auto_ptr solution here is exactly equivalent to your

Re: New wiki site ready to roll

2003-08-19 Thread Angus Leeming
Christian Ridderström wrote: However, based on looking at lots of other places using PmWiki, I think the best that can be done is http://wiki.lyx.org/wiki/FAQ since an ALIAS-statement in the webserver's configuration file needs to map http://wiki.lyx.org/wiki to

Re: asserts on null references (was: Re: Branch inset problem)

2003-08-19 Thread Kuba Ober
On wtorek 19 sierpie 2003 03:27 am, you wrote: On Mon, Aug 18, 2003 at 12:29:21PM -0400, Kuba Ober wrote: On poniedzia?ek 18 sierpie? 2003 09:47 am, John Levon wrote: On Mon, Aug 18, 2003 at 03:38:55PM +0200, Andre Poenitz wrote: Perhaps... otoh should this func ever be called if we

Re: [Patch] AGU MS layout

2003-08-19 Thread Martin Vermeer
On Sun, Aug 17, 2003 at 08:20:13PM +0300, Martin Vermeer spake thusly: On Sun, Aug 17, 2003 at 03:23:08PM +0300, Martin Vermeer spake thusly: BTW have others noticed that ClassOptions Other in the layout file is not being respected? - M This patch fixes this. OK to commit? If

Including config.h in header files

2003-08-19 Thread Angus Leeming
This is wrong, right? Angus $ grep config.h `find . -name *.h` ./LString.h:#error The config.h header should always be included before LString.h ./kbsequence.h:#include config.h ./rowpainter.h:#include config.h ./toc.h:#include config.h ./frontends/qt2/QtView.h:#include config.h

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
On Tue, 19 Aug 2003, Angus Leeming wrote: Christian Ridderström wrote: I have to admit that I don't follow the logic here. If you use an alias statement then why can't you map http://wiki.lyx.org to http://wiki.lyx.org/pmwiki.php Maybe you can.. but I haven't found any

Re: New wiki site ready to roll

2003-08-19 Thread Angus Leeming
Christian Ridderström wrote: On Tue, 19 Aug 2003, Angus Leeming wrote: Christian Ridderström wrote: I have to admit that I don't follow the logic here. If you use an alias statement then why can't you map http://wiki.lyx.org to http://wiki.lyx.org/pmwiki.php Maybe

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
Hmm, I should probably mention that I've been a very thorough boy and added links at the top of the old wiki-pages. These links point to the corresponding page at the new wiki site, so we shouldn't wait too long with changing the location of the new site (if we do it). Btw, here's a summary of

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
On Wed, 20 Aug 2003, Angus Leeming wrote: Christian Ridderström wrote: Try http://wiki.dotgnu.org/ Thanks. I only checked sites using the PmWiki wiki engine before... but this site works beatifully. Is there a way to check how their redirection is setup up from the outside, or do we have

Color problem

2003-08-19 Thread Uwe Stöhr
Hi, have a problem with the current color behaviour. If I want to define a color in the LaTeX-preamble with \definecolor and use it for text with \textcolor, I have to load the package color manually with a separate preamble-line. But LyX loads the color package automatically when using colored

wherefore the mathed-command \* is used

2003-08-19 Thread Uwe Stöhr
Hi, does anybody know wherefore the command \* is used in mathed. For example when I want to type the command \tag* into a formula, the star is displayed blue instead of red like tag. If I type \* after \tag the star gets red. But then LaTeX brings an error because the code is \tag\* instead of

Re: strace on lyx2lyx

2003-08-19 Thread Garst R. Reese
Andre Poenitz wrote: No clue. Today's build made it worse! This points to rowpainter. Please let me know if I can do anything further to help. I think this is going to bite hard when others, like myself, with slow machines start testing. Garst 21:22:29.110661 brk(0x8511000) =

behavior of Ctrl + Right Arrow

2003-08-19 Thread Nirmal Govind
Hi.. when a math expression is present on a line, if I use Ctrl+Right Arrow just before the word that precedes the math expression, to skip to the beginning of the math expression, the cursor skips the math expression and stops at the beginning of the first non-math-expression word that it finds.

Re: strace on lyx2lyx

2003-08-19 Thread Garst R. Reese
Jose' Matos wrote: > > On Friday 15 August 2003 21:42, Garst R. Reese wrote: > > Here is where it seems go get stuck: > > > > mmap2(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > > 0) = 0x4054 > > Any expert to tell me where to start searching? > > > Zillions of

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: >> So exactly because not all contributors are wizards should smart >> pointers be used. > | This is like arguing "Because not everybody knows how to drive a car they | better drive a car with airbags because that's much safer to operate." And that line

[patch] buffer refs

2003-08-19 Thread Lars Gullik Bjønnes
Are the list sick? bufferref.diff.gz Description: GNU Zip compressed data -- Lgb

Re: gzip support problems

2003-08-19 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 06:36:31PM +0100, Jose' Matos wrote: > >> Ok. I see. But that is not a lyx2lyx problem. :-) > | I don't care where the problem is :) > >> The error is appearing in line 489 of buffer.C, and the problem seems to be >> around

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 03:14:36PM +0100, Angus Leeming wrote: >> > We should never use smart pointers unless it gives a significant >> > improvements (like code size, binary size and/or speed). >> >> Most (if not all) of the places we currently use

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 03:37:13PM +0100, Angus Leeming wrote: >> I don't think that a library should make such assumptions. >> >> Not convinced? Then try this: >> >> Lar's std::auto_ptr solution here is exactly equivalent to your >> math_atom

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 04:25:55PM +0200, Andre Poenitz wrote: > >> More people understand raw pointers then smart pointers. Maintainability >> has to take into account that not all contributors are wizards. > | Good point. I have no strong idea of the

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 04:41:30PM +0200, Andre Poenitz wrote: > >> The bugzilla -> mail interface does not send attachments... > | Lars ? Is that possible ? Would be neat. I was able to get the mail interface to work -- kindo -- Further work on that

Re: Branch inset problem

2003-08-19 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Aug 18, 2003 at 04:16:04PM +0200, Lars Gullik Bjønnes wrote: >> | We should never use smart pointers unless it gives a significant >> | improvements (like code size, binary size and/or speed). >> >> No. The reson for using smart_pointers are

[PATCH] lyxconvert224.py (valignment middle)

2003-08-19 Thread Michael Schmitt
Hello, please find the missing patch for lyx2lyx which transforms vertical alignment "center" to "middle". Please check and - if OK - apply. Michael Index: lib/ChangeLog === RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v retrieving

valgrind report

2003-08-19 Thread Michael Schmitt
Any idea why this happened? All I remember is that I cut some text and put it at the end of the document. When I wanted to move the cursor upwards (which IIRC was at the final empty line), the following crash occurred. Obviously, layout() returns an invalid pointer (0x1C). Unfortunately, I

[PATCH] de.po

2003-08-19 Thread Michael Schmitt
Hello, yet another patch for de.po which fixes many broken menu shortcuts. Please apply, Michael Index: po/ChangeLog === RCS file: /cvs/lyx/lyx-devel/po/ChangeLog,v retrieving revision 1.169 diff -a -u -r1.169 ChangeLog ---

Re: Branch inset problem

2003-08-19 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Mon, Aug 18, 2003 at 03:37:13PM +0100, Angus Leeming wrote: >>> I don't think that a library should make such assumptions. >>> >>> Not convinced? Then try this: >>> >>> Lar's std::auto_ptr solution here is exactly

Re: New wiki site ready to roll

2003-08-19 Thread Angus Leeming
Christian Ridderström wrote: > However, based on looking at lots of other places using PmWiki, I think > the best that can be done is > > http://wiki.lyx.org/wiki/FAQ > > since an ALIAS-statement in the webserver's configuration file needs to > map http://wiki.lyx.org/wiki to

Re: asserts on null references (was: Re: Branch inset problem)

2003-08-19 Thread Kuba Ober
On wtorek 19 sierpień 2003 03:27 am, you wrote: > On Mon, Aug 18, 2003 at 12:29:21PM -0400, Kuba Ober wrote: > > On poniedzia?ek 18 sierpie? 2003 09:47 am, John Levon wrote: > > > On Mon, Aug 18, 2003 at 03:38:55PM +0200, Andre Poenitz wrote: > > > > > Perhaps... otoh should this func ever be

Re: [Patch] AGU MS layout

2003-08-19 Thread Martin Vermeer
On Sun, Aug 17, 2003 at 08:20:13PM +0300, Martin Vermeer spake thusly: > On Sun, Aug 17, 2003 at 03:23:08PM +0300, Martin Vermeer spake thusly: > > > > BTW have others noticed that ClassOptions Other in the layout file is > > not being respected? > > > > - M > > This patch fixes this. > > OK

Including in header files

2003-08-19 Thread Angus Leeming
This is wrong, right? Angus $ grep config.h `find . -name "*.h"` ./LString.h:#error The header should always be included before LString.h ./kbsequence.h:#include ./rowpainter.h:#include ./toc.h:#include ./frontends/qt2/QtView.h:#include ./frontends/qt2/floatplacement.h:#include

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
On Tue, 19 Aug 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > I have to admit that I don't follow the logic here. If you use an alias > statement then why can't you map > http://wiki.lyx.org > to > http://wiki.lyx.org/pmwiki.php Maybe you can.. but I haven't

Re: New wiki site ready to roll

2003-08-19 Thread Angus Leeming
Christian Ridderström wrote: > On Tue, 19 Aug 2003, Angus Leeming wrote: > >> Christian Ridderström wrote: >> >> I have to admit that I don't follow the logic here. If you use an alias >> statement then why can't you map >> http://wiki.lyx.org >> to >>

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
Hmm, I should probably mention that I've been a very thorough boy and added links at the top of the old wiki-pages. These links point to the corresponding page at the new wiki site, so we shouldn't wait too long with changing the location of the new site (if we do it). Btw, here's a summary of

Re: New wiki site ready to roll

2003-08-19 Thread Christian Ridderström
On Wed, 20 Aug 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > Try http://wiki.dotgnu.org/ Thanks. I only checked sites using the PmWiki wiki engine before... but this site works beatifully. Is there a way to check how their redirection is setup up "from the outside", or do we

Color problem

2003-08-19 Thread Uwe Stöhr
Hi, have a problem with the current color behaviour. If I want to define a color in the LaTeX-preamble with \definecolor and use it for text with \textcolor, I have to load the package color manually with a separate preamble-line. But LyX loads the color package automatically when using colored

wherefore the mathed-command \* is used

2003-08-19 Thread Uwe Stöhr
Hi, does anybody know wherefore the command \* is used in mathed. For example when I want to type the command \tag* into a formula, the star is displayed blue instead of red like tag. If I type \* after \tag the star gets red. But then LaTeX brings an error because the code is \tag\* instead of

Re: strace on lyx2lyx

2003-08-19 Thread Garst R. Reese
Andre Poenitz wrote: > No clue. > Today's build made it worse! This points to rowpainter. Please let me know if I can do anything further to help. I think this is going to bite hard when others, like myself, with slow machines start testing. Garst 21:22:29.110661 brk(0x8511000) =

behavior of Ctrl + Right Arrow

2003-08-19 Thread Nirmal Govind
Hi.. when a math expression is present on a line, if I use Ctrl+Right Arrow just before the word that precedes the math expression, to skip to the beginning of the math expression, the cursor skips the math expression and stops at the beginning of the first non-math-expression word that it finds.