[PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread Rob Lahaye
Rod Pinna wrote: In 1.2.2cvs, I have a graphic defined under the latex size tab with custom - width (blank) Height 40 mm In 1.3.0cvs, under the output section, this is opened as width 100 scale%; height 40mm Changed behaviour is too gentle; this is a bug in 1.3.0cvs! Angus,

Re: [PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread José Abílio Oliveira Matos
On Thursday 31 October 2002 09:15, Rob Lahaye wrote: Angus, Attached patch fixes this and also includes the two former patches I sent to this list. Could you please forget about those and have a look at this one instead? Hi Rob, just to be sure, is this an error in the graphics

Re: LyX FTP

2002-10-31 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars John Levon [EMAIL PROTECTED] writes: Lars | On Wed, Oct 30, 2002 at 09:08:19PM +0100, Lars Gullik Bjønnes wrote: Lars | Lars | | Lars, have we been hacked again ? Zapped does not sound Lars too positive Lars | Lars | ftp.lyx.org is

Re: Cursor movement broke one day...

2002-10-31 Thread Jean-Marc Lasgouttes
Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren Dear list, Yesterday I was working away when the cursor Darren movement broke on me. Darren I was moving through a single line with *FIX-ME* on it, if Darren that helps. Darren After the break, I could only move the cursor left or right

Re: Cursor movement broke one day...

2002-10-31 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Darren == Darren Freeman [EMAIL PROTECTED] writes: | | Darren Dear list, Yesterday I was working away when the cursor | Darren movement broke on me. | | Darren I was moving through a single line with *FIX-ME* on it, if | Darren that helps. | |

Re: [PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread Rob Lahaye
José Abílio Oliveira Matos wrote: On Thursday 31 October 2002 09:15, Rob Lahaye wrote: Angus, Attached patch fixes this and also includes the two former patches I sent to this list. Could you please forget about those and have a look at this one instead? Hi Rob, just to be sure, is this

Re: what about the following...

2002-10-31 Thread Juergen Vigna
John Levon wrote: On Wed, Oct 30, 2002 at 04:39:31PM +0100, Edwin Leuven wrote: ...table dialog? Would this be feasible? Jurgen, John, others? I like it. A couple of things : It should be Add/Dlelete not Append/Delete, it describes better what happens. I suspect it should be on the

Re: Behaviour of lyx while latex process executes

2002-10-31 Thread Angus Leeming
On Wednesday 30 October 2002 8:14 pm, John Levon wrote: On Wed, Oct 30, 2002 at 09:10:28PM +0100, Christian Ridderström wrote: In the end of the bug discussion, I also suggested a button on the toolbar that indicates that lyx has child processes running, and when you click on this you'll

Re: xfig and LyX

2002-10-31 Thread Jean-Marc Lasgouttes
Nirmal == Nirmal Govind [EMAIL PROTECTED] writes: Nirmal Yes.. I downloaded the whole tree again today afternoon and Nirmal did a fresh compile in a different folder.. this time with qt Nirmal as the frontend.. now it crashes as soon as I try changing the Nirmal external material menu from chess

C++ question

2002-10-31 Thread Angus Leeming
I read the recent thread about casting Insets up to their real type and thought I'd try and implement André's asAInset, asBInset, asCInset thing using templates. Unfortunately, it doesn't compile :-( Is their anyway to do this? Angus class Base { public: virtual ~Base() {}

Re: [Bug 425] link fails with undefined symbols when using gcc withnon-gnu linker

2002-10-31 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | http://bugzilla.lyx.org/show_bug.cgi?id=425 | | [EMAIL PROTECTED] changed: |What|Removed |Added | | CC||[EMAIL

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | I read the recent thread about casting Insets up to | their real type and thought I'd try and implement André's | asAInset, asBInset, asCInset thing using templates. | Unfortunately, it doesn't compile :-( | Is their anyway to do this? Yes, by using

Re: C++ question

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I read the recent thread about casting Insets up to | their real type and thought I'd try and implement André's | asAInset, asBInset, asCInset thing using templates. | | Unfortunately,

Re: [Patch] xformsImage::clip() bug fix

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 6:02 am, Rob Lahaye wrote: Hi, The attached patch fixes an image clipping bug in xformsImage.C. The patch fixes the following type of error: int i = 5; unsigned int ui = 20; int offset = std::max(0U, i - ui); Here, (i - ui) is converted to unsigned

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I read the recent thread about casting Insets up to | their real type and thought I'd try and implement André's | asAInset, asBInset, asCInset

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Anyway, to answer your call for testers, this is what happens here: I just tested with gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) this does not have member templates, but dynamic_cast work as expected. To me this implies that all

Re: C++ question

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 11:21 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I read the recent thread about casting Insets up to | their real type and

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars [EMAIL PROTECTED] writes: | Lars http://bugzilla.lyx.org/show_bug.cgi?id=425 Lars | Lars | [EMAIL PROTECTED] changed: Lars | What |Removed |Added | Lars Lars |

Re: [PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 9:15 am, Rob Lahaye wrote: Rod Pinna wrote: In 1.2.2cvs, I have a graphic defined under the latex size tab with custom - width (blank) Height 40 mm In 1.3.0cvs, under the output section, this is opened as width 100 scale%; height 40mm

Re: asXInset

2002-10-31 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars So people... are you ready for a small RTTI survy? Lars compile this prog and run it: cxx 6.2 says: fantomas: cxx -std strict_ansi testrtti.C -o testrtti fantomas: ./testrtti 0 14001b480 0 14001b480 So I think it works. JMarc

forked calls

2002-10-31 Thread Angus Leeming
If execvp fails, shouldn't we ensure that the child returns an appropriate exit value? Wouldn't this also fix the crash we currently experience if execvp fails? #ifndef __EMX__ pid_t cpid = ::fork(); if (cpid == 0) { // child execvp(syscmd, argv);

Re: Who has RPMs for redhat 7.x? [please!]

2002-10-31 Thread Jean-Marc Lasgouttes
Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan That's fine. I will continue to provide them (and the src.rpm Kayvan file) which a few developers can use to rebuild better RPMs on Kayvan the chosen-system-of-the-day. Kayvan You and Lars can decide what is the most relevant RPMs to

Re: forked calls

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | If execvp fails, shouldn't we ensure that the child returns an | appropriate exit value? Wouldn't this also fix the crash we currently | experience if execvp fails? | #ifndef __EMX__ | pid_t cpid = ::fork(); | if (cpid == 0) { // child |

Re: forked calls

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 12:25 pm, Lars Gullik Bjønnes wrote: | I see that nobody has commented on my zombies patch. | Shall I just apply it? why not... Ok. But before I do, I think that the current code leaks. I've got this right too, haven't I? (See below). Angus // generate child in

Re: [PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread Rob Lahaye
Angus Leeming wrote: On Thursday 31 October 2002 9:15 am, Rob Lahaye wrote: Rod Pinna wrote: In 1.2.2cvs, I have a graphic defined under the latex size tab with custom - width (blank) Height 40 mm In 1.3.0cvs, under the output section, this is opened as width 100 scale%; height

Re: Mathed BUG. (fwd)

2002-10-31 Thread Andre Poenitz
Index: src/mathed/math_hullinset.C === RCS file: /cvs/lyx/lyx-devel/src/mathed/math_hullinset.C,v retrieving revision 1.22.2.2 diff -u -r1.22.2.2 math_hullinset.C --- src/mathed/math_hullinset.C 2002/08/19 10:30:30 1.22.2.2

Re: C++ question

2002-10-31 Thread Andre Poenitz
I read the recent thread about casting Insets up to their real type and thought I'd try and implement André's asAInset, asBInset, asCInset thing using templates. Unfortunately, it doesn't compile :-( Is their anyway to do this? No, you can't have templated virtual member functions. Just

Qt: Layout - Preamble missing

2002-10-31 Thread Nirmal Govind
Hi.. in the qt frontend, when I do Layout-Preamble, nothing happens, i.e. no Preamble box pops up... is this a known problem? Thanks, nirmal

Re: Qt: Layout - Preamble missing

2002-10-31 Thread Edwin Leuven
On Thu Oct 31, 2002 15:06, Nirmal Govind wrote: Hi.. in the qt frontend, when I do Layout-Preamble, nothing happens, i.e. no Preamble box pops up... is this a known problem? you can find it in the document settings dialog

Re: what about the following...

2002-10-31 Thread Edwin Leuven
Jurgen, Updated dialog attached. If you feel like finalizing please do. Best, Ed. On Thu Oct 31, 2002 14:27, Juergen Spitzmueller wrote: Edwin Leuven wrote: Yes but one could make things conditional on whether the (range of) cell is multicolumn or not. IIRC this is how things were before.

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 10:52:28AM +0100, Juergen Vigna wrote: Longtable tab should be Table settings tab, and rotate table 90a should be moved there Are you sure about this? This stuff _really_ only works if one selects the longtable button! Otherwise you won't have any header/footers.

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 12:31:49PM +0100, Jean-Marc Lasgouttes wrote: Could bugzilla be set up to send messages with Reply-to set to lyx-devel? I think so. (of course abaility to add entries by mail would be much better). such exists already, it just needs setting up. However

Re: what about the following...

2002-10-31 Thread Jürgen Spitzmüller
Edwin Leuven wrote: Updated dialog attached. Very nice IMHO. One minor glitch: rotate table has nothing to do with longtabular, so it should not be disabled with the longtabular check. And I agree with Jürgen V. that it should not go to the long table tab. Why not leave it in the table

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:01:28PM +0100, Jürgen Spitzmüller wrote: Very nice IMHO. One minor glitch: rotate table has nothing to do with longtabular, so it should not be disabled with the longtabular check. And I agree with Jürgen V. that it should not go to the long table tab. Why not

Re: what about the following...

2002-10-31 Thread Juergen Spitzmueller
John Levon wrote: it is currently in the rows/cols tab. That's wrong. I don't want to move into longtable tab. I want to replace longtable tab with table settings and put longtable stuff there, AND rotate table I understood that. But Edwin has renamed the rows/cols tab to Table settings,

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:14:22PM +0100, Juergen Spitzmueller wrote: I understood that. But Edwin has renamed the rows/cols tab to Table settings, which is better IMO (as row/col is only one of several functions) and moved the table rotate to the longtable tab (have a look at the enabling

Re: what about the following...

2002-10-31 Thread Juergen Spitzmueller
John Levon wrote: Oh, I suppose that new version passed me by Hang on. The mail delivery on the list is crawling these days. Jürgen.

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John such exists already, it just needs setting up. However John bugzilla.lyx.org is going away soon Michael tells me :( Now, _this_ is a problem... I hope lars can transfer it to the new aussie. JMarc

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:47:19PM +0100, Jean-Marc Lasgouttes wrote: Now, _this_ is a problem... I hope lars can transfer it to the new aussie. Michael described it as hell to set up too. john -- Everyone needs a hobby. - Victor Yodaiken on pointless complaining

Re: Qt: Layout - Preamble missing

2002-10-31 Thread Nirmal Govind
you can find it in the document settings dialog Ok.. thanks.. Btw, just wanted to mention that the QT frontend is so much better than xforms.. and I don't mean that just cos of the appearance.. it is really more efficient.. it takes fewer clicks to do almost anything and browsing thru

Re: Qt: Layout - Preamble missing

2002-10-31 Thread Nirmal Govind
Ok.. one more.. how do I get the Preferences dialog? Edit - Preferences doesn't pop up anything.. and I tried looking at the other menus but can't seem to find it.. Also, when I type, there's a significant delay between the keyboard stroke and the visual.. and if I type continuously then the

Re: xfig and LyX

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 11:41:01AM +0100, Jean-Marc Lasgouttes wrote: I will not propose a patch since I can't test it. John, could you have a quick look? fixed john -- Everyone needs a hobby. - Victor Yodaiken on pointless complaining

Re: llncs.layout

2002-10-31 Thread Dekel Tsur
On Mon, Oct 28, 2002 at 08:59:59AM +0100, Jean-Marc Lasgouttes wrote: Dekel It seems that llncs has many commands that are not available in Dekel llncs.cls: Dekel petit,journalname,dedication,subtitle,transtitle,headnote,date,keywords Dekel

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
fixed john I recompiled.. this is what I get: frontends/.libs/libfrontends.a(QExternal.o):/opt/lyx-qt/lyx-devel/src/f rontends/qt2/QExternal.C:37: undefined reference to `QExternal::isValid()' collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory

Re: xfig and LyX

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 06:51:45PM -0500, Nirmal Govind wrote: rontends/qt2/QExternal.C:37: undefined reference to `QExternal::isValid()' I didn't commit a file. fixed now thanks john -- Everyone needs a hobby. - Victor Yodaiken on pointless complaining

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
I didn't commit a file. fixed now thanks john Thanks John.. I recompiled and it works! The preview with the DVI also works.. Only one thing though.. earlier if I selected Xfig in the drop down menu, then if I browsed to a folder, it would only show me files of type .fig. Now it shows me

Re: xfig and LyX

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 08:39:45PM -0500, Nirmal Govind wrote: Also, I'd reported a problem with the fading characters in the earlier I have no idea what fading characters are. Small example file and screenshot please. Also, Qt version, -dbg font, etc. john -- My first thought was I don't

Re: [PATCH] Re: change in graphics behaviour 122-130

2002-10-31 Thread Rod Pinna
On Thu, 31 Oct 2002, Angus Leeming wrote: Thanks, Rob. All this looks reasonable. It's in. Angus Fixes it for me. Thanks, Rod _ rod | Beneath the waves, the waves / That's where I will be / | I'm going to see the cow

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
I have no idea what fading characters are. Small example file and screenshot please. Also, Qt version, -dbg font, etc. john I've attached a screenshot of what I mean by fading.. on the second line from the top (the Definition), I was keeping the letter a pressed while the screen was

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
Forgot.. I'm using QT version 3.0.5.. not sure how to get the font information you'd asked.. Thanks, nirmal

Re: Who has RPMs for redhat 7.x? [please!]

2002-10-31 Thread Kayvan A. Sylvan
On Thu, Oct 31, 2002 at 11:35:42AM +0100, Jean-Marc Lasgouttes wrote: Kayvan == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan That's fine. I will continue to provide them (and the src.rpm Kayvan file) which a few developers can use to rebuild better RPMs on Kayvan the

Re: Spellcheck progress bar error

2002-10-31 Thread Rob Lahaye
Darren Freeman wrote: Dear list, I just ran a spellcheck and noticed that when it hit 100% that it actually has some garbage characters between 100 and %. Is that Qt or Xforms frontend? If it's Xforms, I'm very much curious, since my Spellcheck dialog patch went in recently. Since when did

Conclusion

2002-10-31 Thread Uwe Hartl
Hi guys, I try to summarize what I read now: Java:I aleady forgot. Mathematical calculations inside LyX: this is in some basics available already. What is missing is to make a whole file calculate. I learned that there is Maxima, which is under GPL and therefore to a better choice than

1.2.0 - 1.3.0 include pulldown

2002-10-31 Thread Rod Pinna
In the qt version of 130, the pulldown list for included text shows the text as verbatim, even though in 122, the doc was saved with the included text as included. It seems to format OK for latex though. Rod _ rod | Beneath the

[PATCH] Re: change in graphics behaviour 122->130

2002-10-31 Thread Rob Lahaye
Rod Pinna wrote: In 1.2.2cvs, I have a graphic defined under the "latex size" tab with custom -> width (blank) Height 40 mm In 1.3.0cvs, under the output section, this is opened as width 100 scale%; height 40mm "Changed behaviour" is too gentle; this is a bug in 1.3.0cvs! Angus,

Re: [PATCH] Re: change in graphics behaviour 122->130

2002-10-31 Thread José Abílio Oliveira Matos
On Thursday 31 October 2002 09:15, Rob Lahaye wrote: > > Angus, > > Attached patch fixes this and also includes the two former > patches I sent to this list. Could you please forget about > those and have a look at this one instead? Hi Rob, just to be sure, is this an error in the

Re: LyX FTP

2002-10-31 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> John Levon <[EMAIL PROTECTED]> writes: Lars> | On Wed, Oct 30, 2002 at 09:08:19PM +0100, Lars Gullik Bjønnes wrote: Lars> | Lars> | > | Lars, have we been hacked again ? "Zapped" does not sound Lars> too positive Lars> | >

Re: Cursor movement broke one day...

2002-10-31 Thread Jean-Marc Lasgouttes
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> Dear list, Yesterday I was working away when the cursor Darren> movement broke on me. Darren> I was moving through a single line with *FIX-ME* on it, if Darren> that helps. Darren> After the break, I could only move the cursor

Re: Cursor movement broke one day...

2002-10-31 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: | | Darren> Dear list, Yesterday I was working away when the cursor | Darren> movement broke on me. | | Darren> I was moving through a single line with *FIX-ME* on it, if | Darren>

Re: [PATCH] Re: change in graphics behaviour 122->130

2002-10-31 Thread Rob Lahaye
José Abílio Oliveira Matos wrote: On Thursday 31 October 2002 09:15, Rob Lahaye wrote: Angus, Attached patch fixes this and also includes the two former patches I sent to this list. Could you please forget about those and have a look at this one instead? Hi Rob, just to be sure, is this

Re: what about the following...

2002-10-31 Thread Juergen Vigna
John Levon wrote: On Wed, Oct 30, 2002 at 04:39:31PM +0100, Edwin Leuven wrote: ...table dialog? Would this be feasible? Jurgen, John, others? I like it. A couple of things : It should be Add/Dlelete not Append/Delete, it describes better what happens. I suspect it should be on the

Re: Behaviour of lyx while latex process executes

2002-10-31 Thread Angus Leeming
On Wednesday 30 October 2002 8:14 pm, John Levon wrote: > On Wed, Oct 30, 2002 at 09:10:28PM +0100, Christian Ridderström wrote: > > In the end of the bug discussion, I also suggested a button > > on the toolbar that indicates that lyx has child processes > > running, and when you click on this

Re: xfig and LyX

2002-10-31 Thread Jean-Marc Lasgouttes
> "Nirmal" == Nirmal Govind <[EMAIL PROTECTED]> writes: Nirmal> Yes.. I downloaded the whole tree again today afternoon and Nirmal> did a fresh compile in a different folder.. this time with qt Nirmal> as the frontend.. now it crashes as soon as I try changing the Nirmal> external material

C++ question

2002-10-31 Thread Angus Leeming
I read the recent thread about casting Insets up to their "real" type and thought I'd try and implement André's asAInset, asBInset, asCInset thing using templates. Unfortunately, it doesn't compile :-( Is their anyway to do this? Angus class Base { public: virtual ~Base() {}

Re: [Bug 425] link fails with undefined symbols when using gcc withnon-gnu linker

2002-10-31 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | http://bugzilla.lyx.org/show_bug.cgi?id=425 | | [EMAIL PROTECTED] changed: > |What|Removed |Added | | CC|

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I read the recent thread about casting Insets up to | their "real" type and thought I'd try and implement André's | asAInset, asBInset, asCInset thing using templates. > | Unfortunately, it doesn't compile :-( > | Is their anyway to do this? Yes, by

Re: C++ question

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | I read the recent thread about casting Insets up to > | their "real" type and thought I'd try and implement André's > | asAInset, asBInset, asCInset thing using templates. > | > |

Re: [Patch] xformsImage::clip() bug fix

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 6:02 am, Rob Lahaye wrote: > Hi, > > The attached patch fixes an image clipping bug in > xformsImage.C. The patch fixes the following type of error: > > int i = 5; > unsigned int ui = 20; > int offset = std::max(0U, i - ui); > > Here, (i - ui) is converted

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | I read the recent thread about casting Insets up to >> | their "real" type and thought I'd try and implement André's >> | asAInset,

Re: C++ question

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Anyway, to answer your call for testers, this is what happens here: I just tested with gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) this does not have member templates, but dynamic_cast work as expected. To me this implies that all

Re: C++ question

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 11:21 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Thursday 31 October 2002 10:57 am, Lars Gullik Bjønnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: > >> | I read the recent thread about casting Insets up to > >> | their

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> [EMAIL PROTECTED] writes: | Lars> http://bugzilla.lyx.org/show_bug.cgi?id=425 Lars> | Lars> | [EMAIL PROTECTED] changed: >> Lars> | What |Removed |Added | Lars>

Re: [PATCH] Re: change in graphics behaviour 122->130

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 9:15 am, Rob Lahaye wrote: > Rod Pinna wrote: > > In 1.2.2cvs, I have a graphic defined under the "latex size" > > tab with > > > > custom -> width (blank) > > Height 40 mm > > > > In 1.3.0cvs, under the output section, this is opened as > > > > width 100

Re: asXInset

2002-10-31 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> So people... are you ready for a small RTTI survy? Lars> compile this prog and run it: cxx 6.2 says: fantomas: cxx -std strict_ansi testrtti.C -o testrtti fantomas: ./testrtti 0 14001b480 0 14001b480 So I think it works.

forked calls

2002-10-31 Thread Angus Leeming
If execvp fails, shouldn't we ensure that the child returns an appropriate exit value? Wouldn't this also fix the crash we currently experience if execvp fails? #ifndef __EMX__ pid_t cpid = ::fork(); if (cpid == 0) { // child execvp(syscmd, argv);

Re: Who has RPMs for redhat 7.x? [please!]

2002-10-31 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> That's fine. I will continue to provide them (and the src.rpm Kayvan> file) which a few developers can use to rebuild better RPMs on Kayvan> the chosen-system-of-the-day. Kayvan> You and Lars can decide what is the most

Re: forked calls

2002-10-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | If execvp fails, shouldn't we ensure that the child returns an | appropriate exit value? Wouldn't this also fix the crash we currently | experience if execvp fails? > | #ifndef __EMX__ | pid_t cpid = ::fork(); | if (cpid == 0) { // child |

Re: forked calls

2002-10-31 Thread Angus Leeming
On Thursday 31 October 2002 12:25 pm, Lars Gullik Bjønnes wrote: > | I see that nobody has commented on my zombies patch. > | Shall I just apply it? > > why not... Ok. But before I do, I think that the current code leaks. I've got this right too, haven't I? (See below). Angus // generate child

Re: [PATCH] Re: change in graphics behaviour 122->130

2002-10-31 Thread Rob Lahaye
Angus Leeming wrote: On Thursday 31 October 2002 9:15 am, Rob Lahaye wrote: Rod Pinna wrote: In 1.2.2cvs, I have a graphic defined under the "latex size" tab with custom -> width (blank) Height 40 mm In 1.3.0cvs, under the output section, this is opened as width 100 scale%; height

Re: Mathed BUG. (fwd)

2002-10-31 Thread Andre Poenitz
> Index: src/mathed/math_hullinset.C > === RCS > file: /cvs/lyx/lyx-devel/src/mathed/math_hullinset.C,v > retrieving revision 1.22.2.2 > diff -u -r1.22.2.2 math_hullinset.C > --- src/mathed/math_hullinset.C 2002/08/19 10:30:30

Re: C++ question

2002-10-31 Thread Andre Poenitz
> I read the recent thread about casting Insets up to > their "real" type and thought I'd try and implement André's > asAInset, asBInset, asCInset thing using templates. > > Unfortunately, it doesn't compile :-( > > Is their anyway to do this? No, you can't have templated virtual member

Qt: Layout -> Preamble missing

2002-10-31 Thread Nirmal Govind
Hi.. in the qt frontend, when I do Layout->Preamble, nothing happens, i.e. no Preamble box pops up... is this a known problem? Thanks, nirmal

Re: Qt: Layout -> Preamble missing

2002-10-31 Thread Edwin Leuven
On Thu Oct 31, 2002 15:06, Nirmal Govind wrote: > Hi.. in the qt frontend, when I do Layout->Preamble, nothing happens, > i.e. no Preamble box pops up... is this a known problem? you can find it in the document settings dialog

Re: what about the following...

2002-10-31 Thread Edwin Leuven
Jurgen, Updated dialog attached. If you feel like finalizing please do. Best, Ed. On Thu Oct 31, 2002 14:27, Juergen Spitzmueller wrote: > Edwin Leuven wrote: > > Yes but one could make things conditional on whether the (range of) cell > > is multicolumn or not. IIRC this is how things were

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 10:52:28AM +0100, Juergen Vigna wrote: > >Longtable tab should be "Table settings" tab, and rotate table 90a > >should be moved there > > Are you sure about this? This stuff _really_ only works if one selects > the longtable button! Otherwise you won't have any

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 12:31:49PM +0100, Jean-Marc Lasgouttes wrote: > Could bugzilla be set up to send messages with Reply-to set to > lyx-devel? I think so. > (of course abaility to add entries by mail would be much better). such exists already, it just needs setting up. However

Re: what about the following...

2002-10-31 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > Updated dialog attached. Very nice IMHO. One minor glitch: "rotate table" has nothing to do with longtabular, so it should not be disabled with the longtabular check. And I agree with Jürgen V. that it should not go to the long table tab. Why not leave it in the table

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:01:28PM +0100, Jürgen Spitzmüller wrote: > Very nice IMHO. One minor glitch: "rotate table" has nothing to do with > longtabular, so it should not be disabled with the longtabular check. > And I agree with Jürgen V. that it should not go to the long table tab. Why >

Re: what about the following...

2002-10-31 Thread Juergen Spitzmueller
John Levon wrote: > it is currently in the rows/cols tab. That's wrong. I don't want to move > into longtable tab. I want to replace longtable tab with "table > settings" and put longtable stuff there, AND rotate table I understood that. But Edwin has renamed the rows/cols tab to "Table

Re: what about the following...

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:14:22PM +0100, Juergen Spitzmueller wrote: > I understood that. But Edwin has renamed the rows/cols tab to "Table > settings", which is better IMO (as row/col is only one of several functions) > and moved the table rotate to the longtable tab (have a look at the

Re: what about the following...

2002-10-31 Thread Juergen Spitzmueller
John Levon wrote: > Oh, I suppose that new version passed me by Hang on. The mail delivery on the list is crawling these days. Jürgen.

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> such exists already, it just needs setting up. However John> bugzilla.lyx.org is going away soon Michael tells me :( Now, _this_ is a problem... I hope lars can transfer it to the new aussie. JMarc

Re: [Bug 425] link fails with undefined symbols when using gcc with non-gnu linker

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 04:47:19PM +0100, Jean-Marc Lasgouttes wrote: > Now, _this_ is a problem... I hope lars can transfer it to the new > aussie. Michael described it as "hell" to set up too. john -- "Everyone needs a hobby." - Victor Yodaiken on pointless complaining

Re: Qt: Layout -> Preamble missing

2002-10-31 Thread Nirmal Govind
> > you can find it in the document settings dialog > Ok.. thanks.. Btw, just wanted to mention that the QT frontend is so much better than xforms.. and I don't mean that just cos of the appearance.. it is really more efficient.. it takes fewer clicks to do almost anything and browsing thru

Re: Qt: Layout -> Preamble missing

2002-10-31 Thread Nirmal Govind
Ok.. one more.. how do I get the Preferences dialog? Edit -> Preferences doesn't pop up anything.. and I tried looking at the other menus but can't seem to find it.. Also, when I type, there's a significant delay between the keyboard stroke and the visual.. and if I type continuously then the

Re: xfig and LyX

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 11:41:01AM +0100, Jean-Marc Lasgouttes wrote: > > I will not propose a patch since I can't test it. John, could you have > a quick look? fixed john -- "Everyone needs a hobby." - Victor Yodaiken on pointless complaining

Re: llncs.layout

2002-10-31 Thread Dekel Tsur
On Mon, Oct 28, 2002 at 08:59:59AM +0100, Jean-Marc Lasgouttes wrote: > Dekel> It seems that llncs has many commands that are not available in > Dekel> llncs.cls: > Dekel> petit,journalname,dedication,subtitle,transtitle,headnote,date,keywords > Dekel>

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
> > fixed > > john > I recompiled.. this is what I get: frontends/.libs/libfrontends.a(QExternal.o):/opt/lyx-qt/lyx-devel/src/f rontends/qt2/QExternal.C:37: undefined reference to `QExternal::isValid()' collect2: ld returned 1 exit status make[3]: *** [lyx] Error 1 make[3]: Leaving directory

Re: xfig and LyX

2002-10-31 Thread John Levon
On Thu, Oct 31, 2002 at 06:51:45PM -0500, Nirmal Govind wrote: > rontends/qt2/QExternal.C:37: undefined reference to > `QExternal::isValid()' I didn't commit a file. fixed now thanks john -- "Everyone needs a hobby." - Victor Yodaiken on pointless complaining

Re: xfig and LyX

2002-10-31 Thread Nirmal Govind
> > I didn't commit a file. fixed now > > thanks > john > Thanks John.. I recompiled and it works! The preview with the DVI also works.. Only one thing though.. earlier if I selected Xfig in the drop down menu, then if I browsed to a folder, it would only show me files of type .fig. Now it

  1   2   >