Re: STL problem

2001-03-14 Thread Lars Gullik Bjønnes
Kalle Dalheimer [EMAIL PROTECTED] writes: | Hi, | | sorry, I probably missed the discussion while I was away the last weeks, but | after cvs updating, configure for boost now gives me: | | | checking for standard library namespace... no - either STL is not present or | in a non-standard

RE: Timeline

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Andre Poenitz wrote: So I was pondering a "clean slate" approach. With that I do not mean "scrap everything" but to rebuilt the thing starting with sound foundation (the mathed array, iterators etc). Overall structure would remain the same, and code could be re-used. This is

Re: alignment in tables

2001-03-14 Thread Juergen Vigna
On 13-Mar-2001 Dekel Tsur wrote: \begin{tabular}{|c|c|c|c|p{2cm}|} ... \raggedleft fd gf ggf\\ The \raggedleft command redefines the \\ command, and therefore the end of the row is misinterpreted. The problem appears only when you have a constant width column at the last row, and you

Re: STL problem

2001-03-14 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Kalle Dalheimer [EMAIL PROTECTED] writes: | Lars Hi, | | sorry, I probably missed the discussion while I was away Lars the last weeks, but | after cvs updating, configure for boost Lars now gives me: | | | checking for standard

Re: STL problem

2001-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars Kalle Dalheimer [EMAIL PROTECTED] writes: | | Lars Hi, | | sorry, I probably missed the discussion while I was away | Lars the last weeks, but | after cvs updating, configure for

Reference pop-up has usability bug

2001-03-14 Thread Cyrille Artho
Hi, the reference pop-up should *not* remember the previous selection of the reference category, at least not of that was a PageRef. I found my document cluttered with PageRef's instead of normal refs just because that dialog would not reset itself. The way popups normally work is that you always

Re: [Cvslog] lyx-devel/src/insets

2001-03-14 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Tue, Mar 13, 2001 at 02:52:20PM +0100, Lars Gullik Bjønnes Dekel wrote: | Log Message: | Allow including of files with different class than the parent file Are you sure about this? We explictly disallowed this for a reason. (albeit

Re: New Arrival

2001-03-14 Thread Jean-Marc Lasgouttes
"hawk" == hawk [EMAIL PROTECTED] writes: hawk But if I'm understanding things properly, currently a student hawk would have todownload and install cygnus, download and configure hawk an xserver, download xforms, and then compile lyx . . . or am I hawk missing something going through the pages?

Re: Namespaces

2001-03-14 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus As Lars says that namespaces are "GO, GO", I'd like to go Angus through the header files (not the .C files) and remove code Angus like: Angus #ifdef SIGC_CXX_NAMESPACES using SigC::Object; #endif If you are going to do that, then remove

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John Attached is a fixed FormInclude. It's quite a large patch as I John changed insetinclude a bit. So, angus, can I deduce from your later message that I can actually apply the patch? JMarc

Re: bugs, cosmetics and praise

2001-03-14 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Multiple level of included files: I get an error when I try to include files which already have file included. Is that a latex-error or lyx? Dekel This is a problem in LyX. I've created a fix for this problem Dekel some time ago, but I've lost

Re: Namespaces

2001-03-14 Thread John Levon
On 14 Mar 2001, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus As Lars says that namespaces are "GO, GO", I'd like to go Angus through the header files (not the .C files) and remove code Angus like: Angus #ifdef SIGC_CXX_NAMESPACES using

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:04, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John Attached is a fixed FormInclude. It's quite a large patch as I John changed insetinclude a bit. So, angus, can I deduce from your later message that I can actually apply the

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread John Levon
On 14 Mar 2001, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John Attached is a fixed FormInclude. It's quite a large patch as I John changed insetinclude a bit. So, angus, can I deduce from your later message that I can actually apply the patch? JMarc

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Sorry, JMarc, I've just done so. Didn't realise that you'd Angus adopted it. There was absolutely nothing wrong with his patch, Angus just large doses of stupidity in my brain. I've done nothing yet, so I appreciate that you did it :)

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:13, John Levon wrote: On 14 Mar 2001, Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John Attached is a fixed FormInclude. It's quite a large patch as I John changed insetinclude a bit. So, angus, can I deduce from your

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On 14 Mar 2001, Jean-Marc Lasgouttes wrote: | | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus As Lars says that namespaces are "GO, GO", I'd like to go | Angus through the header files (not the .C files) and remove code | Angus like:

Re: Namespaces

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:02, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus As Lars says that namespaces are "GO, GO", I'd like to go Angus through the header files (not the .C files) and remove code Angus like: Angus #ifdef SIGC_CXX_NAMESPACES

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread John Levon
On Wed, 14 Mar 2001, Angus Leeming wrote: I think that it'd be fairly easy, but why don't we leave things as they are because this comes for free in BRANCH_MVC. (Ie, it's already been done). A ok I should still patch the params to have a string bufferName rather than buffer * though ?

Re: Namespaces

2001-03-14 Thread John Levon
On 14 Mar 2001, Lars Gullik Bjønnes wrote: Look at the tests already used in configure. Lgb *doh* another moron day for me I think :) john (where did I think CXX_WORKING_NAMESPACES came from ? :P ) -- "Never use a big word when a diminutive one would suffice. Be more or less

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 14 March 2001 11:02, Jean-Marc Lasgouttes wrote: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus As Lars says that namespaces are "GO, GO", I'd like to go | Angus through the header files (not the .C files) and remove

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:23, John Levon wrote: I should still patch the params to have a string bufferName rather than buffer * though ? Yupp Or did you do that already too :)) Nope

Re: Last call for 1.1.6fix2 (status update #4)

2001-03-14 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Tue, Mar 13, 2001 at 12:14:59PM +0100, Jean-Marc Lasgouttes Dekel wrote: - the patch which adds language_use_babel and friends changes a bit the functionality of LyX and is not a real "fix". It can probably wait. Dekel The main reason

Re: STL problem

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Jean-Marc Lasgouttes wrote: I assume that configure just stops after the error, so making should be difficult. I am surprised that there are problems with gcc 2.95.2, anyway. It would be interesting to see the error in config.log. I just compiled lyx-devel with gcc 2.95.2

Re: Namespaces

2001-03-14 Thread Angus Leeming
This will only make it harder to do the merge... Lars Gullik Bjønnes! You mean it's going to happen? W! Are you happy with things as they stand? Shall I make a patch of BRANCH_MVC's current contents against HEAD and submit it to you? I can easily undiff the changes I've made in my

Re: [PATCH] GUIIsed Maths panelB

2001-03-14 Thread Angus Leeming
Lars, are you happy if I commit this. It works perfectly and simply removes GUI stuff from mathed. Doesn't impact on your ongoing cleanup. Angus On Tuesday 13 March 2001 11:49, John Levon wrote: http://www.movement.uklinux.net/patches/lyx/formmaths1.diff.gz (40k patch so not attached)

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | This will only make it harder to do the merge... | | Lars Gullik Bjnnes! You mean it's going to happen? W! Just give me some hours. I want to have the compability code for minipages work first. (at least I now know why it does not work) I

Re: [PATCH] GUIIsed Maths panelB

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars, | | are you happy if I commit this. It works perfectly and simply removes GUI | stuff from mathed. Doesn't impact on your ongoing cleanup. Well it will impact if we decide to revert some and then move the actual cleanup into a branch. Just wait

Re: STL problem

2001-03-14 Thread Kalle Dalheimer
On Wednesday, 14. March 2001 10:50, you wrote: "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: Lars Kalle Dalheimer [EMAIL PROTECTED] writes: | Lars Hi, | | sorry, I probably missed the discussion while I was away Lars the last weeks, but | after cvs updating, configure for boost

Index usability bug

2001-03-14 Thread Cyrille Artho
Hi again, for the function "Index entry at last word", the hyphen should not be a separating character for each word. There are many examples, e.g. state-of-the-art, counter-examples, multi-threading, non-determinism etc., where this function produces a meaningless index entry because it would

Re: Namespaces

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 12:25, Lars Gullik Bjnnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | This will only make it harder to do the merge... | | Lars Gullik Bjnnes! You mean it's going to happen? W! Just give me some hours. I want to have the compability code for

LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Hi all, I just discovered a strange/anoying bug (LyX 1.6.1fix1): I have configured LyX to use the temporary directory. That works fine, while LyX is running I can find there all the tex and dvi files. BUT: If in the directory where the .lyx file resides also a tex file exists, that one is

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Peter" == Peter Suetterlin [EMAIL PROTECTED] writes: Peter Hi all, I just discovered a strange/anoying bug (LyX Peter 1.6.1fix1): Peter I have configured LyX to use the temporary directory. That Peter works fine, while LyX is running I can find there all the tex Peter and dvi files. Peter

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Peter" == Peter Suetterlin [EMAIL PROTECTED] writes: | | Peter Hi all, I just discovered a strange/anoying bug (LyX | Peter 1.6.1fix1): | | Peter I have configured LyX to use the temporary directory. That | Peter works fine, while LyX is

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars How can this be? Or are we talking about included files? I thought about something like that. JMarc

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Jean-Marc Lasgouttes wrote: This happens because we use \input@path to make latex search in the document's directory. This means that if you have an old .tex file autogenerated by a previous run without temp dir, it will be used by mistake. Hm,do you mean the line

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: Lars How can this be? Or are we talking about included files? I thought about something like that. No, no includes. The main file! Pit -- Peter "Pit" Suetterlin

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Peter" == Peter Suetterlin [EMAIL PROTECTED] writes: Peter Hm,do you mean the line Peter \def\input@path{{/home/pit/TeX/LyX/Papers/Barium//}} ? Peter But that is standing in the tex-file that should be texed (i.e. Peter the one in the temp dir), not in the one in the lyx-file dir Peter (that

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Jean-Marc Lasgouttes wrote: And you have only one file? Yes, plus some eps-images, but only one tex file. Hmm, I really do not understand what happens... Could you give us a recipe to reproduce the problem? Start LyX - load a lyx file - View dvi - Export to LaTeX - change the text in LyX

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Jean-Marc Lasgouttes wrote: And you have only one file? Hmm, I really do not understand what happens... Could you give us a recipe to reproduce the problem? Ooops, I found it. It was my fault (sort of): It's related to TEXINPUTS. It was set to /home/pit/TeX//: (two slashes means search

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Lars Gullik Bjønnes
Peter Suetterlin [EMAIL PROTECTED] writes: | setting TEXINPUTS to :/home/pit/TeX// cures the problem. | | Probably starting latex with the full path name of the tex file would be | a solution? Then I'd rather use a temporary filename. Lgb

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Peter Suetterlin [EMAIL PROTECTED] writes: | setting Lars TEXINPUTS to :/home/pit/TeX// cures the problem. | | Probably Lars starting latex with the full path name of the tex file would be Lars | a solution? Lars Then I'd rather use

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars Peter Suetterlin [EMAIL PROTECTED] writes: | setting | Lars TEXINPUTS to :/home/pit/TeX// cures the problem. | | Probably | Lars starting latex with the full path name of the tex

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars but then we need to always store the full name as well... At the time when we generate the \input{}, we generate the inputed file too, so we know the full name... JMarc

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Kayvan A. Sylvan
On Wed, Mar 14, 2001 at 04:35:02PM +0100, Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: Lars Peter Suetterlin [EMAIL PROTECTED] writes: | setting Lars TEXINPUTS to :/home/pit/TeX// cures the problem. | | Probably Lars starting latex with the full path

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
"Kayvan" == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan How about having LyX change TEXINPUTS to prepend the temp Kayvan directory before running LaTeX? This is something we can do if we know the exact semantics of TEXINPUTS on the existing system (OS, TeX implementation). This is

RE: What's wrong with the new Tables!?

2001-03-14 Thread Juergen Vigna
On 09-Mar-2001 Claus Hentschel wrote: When opening that file (table2.lyx) on Linux with the same release of LyX (!!!) only one cell is filled in the float's frame and many cryptic things are visible like cell/row.. The dvi file table_on_linux.dvi shows exactcly, what is seen in

Re: What's wrong with the new Tables!?

2001-03-14 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 09-Mar-2001 Claus Hentschel wrote: | | When opening that file (table2.lyx) on Linux with the same release of LyX | (!!!) only one cell is filled in the float's frame and many cryptic things | are visible like | cell/row.. | The dvi file

Re: What's wrong with the new Tables!?

2001-03-14 Thread Jean-Marc Lasgouttes
"Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: Juergen P.S.: Jean-Marc if you want to port this to 1.1.6fix2 just Juergen have a look at the function I mentioned above, you'll see the Juergen fix immediately. And what about the other changes I see, like - if (line != "/cell") {

File-Close, File-Open creates rendering problem

2001-03-14 Thread Kayvan A. Sylvan
Bug report: Closing and re-opening a document with eps figures using the latest 1.2.0 CVS version, I get: X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 14 (X_GetGeometry) Resource id in failed request: 0x8000e8 Serial number

Re: File-Close, File-Open creates rendering problem

2001-03-14 Thread Kayvan A. Sylvan
On Wed, Mar 14, 2001 at 05:48:53PM +0100, Peter Suetterlin wrote: Kayvan A. Sylvan wrote: Bug report: Closing and re-opening a document with eps figures using the latest 1.2.0 CVS version, I get: X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major

MVC branch

2001-03-14 Thread Lars Gullik Bjønnes
Ok, let's roll this in. Lgb

Re: Reference pop-up has usability bug

2001-03-14 Thread Dekel Tsur
On Wed, Mar 14, 2001 at 11:06:22AM +0100, Cyrille Artho wrote: the reference pop-up should *not* remember the previous selection of the reference category, at least not of that was a PageRef. I found my document cluttered with PageRef's instead of normal refs just because that dialog would

[Patch] Some Qt2 dialogs

2001-03-14 Thread Kalle Dalheimer
Hi, I finally got all my stuff to compile with the current CVS version. Here is my first patch. Sorry, it is pretty big, but I'd rather get everything in now so that I can make small incremental patches on this stuff in the future and can see compile breaks right away. Note that this is not

Sorry for the patch length...

2001-03-14 Thread Kalle Dalheimer
Hi, sorry, I noticed that the patch mail was pretty long after having sent it. But would I have had another option? Can I upload a patch somewhere to have it checked and commited? Kalle -- Matthias Kalle Dalheimer President CEO/VD Klarlvdalens Datakonsult AB Fax +46-563-540028 Email [EMAIL

Re: Last call for 1.1.6fix2 (status update #4)

2001-03-14 Thread Dekel Tsur
On Wed, Mar 14, 2001 at 12:53:40PM +0100, Jean-Marc Lasgouttes wrote: Dekel The main reason for this patch is using Dekel \foreignlanguage{foo}{...} instead of Dekel {\selectlanguage{foo}...}. This is a bug fix (and I am too lazy Dekel to separate the patch). I'd rather not change the

Re: [Patch] Some Qt2 dialogs

2001-03-14 Thread Lars Gullik Bjønnes
Kalle Dalheimer [EMAIL PROTECTED] writes: | Hi, | | I finally got all my stuff to compile with the current CVS version. Here is | my first patch. Sorry, it is pretty big, but I'd rather get everything in now | so that I can make small incremental patches on this stuff in the future and | can

LyX fails to create .lyx

2001-03-14 Thread Lars Gullik Bjønnes
I got this from a co-worker: "Innstallerte LyX fra CVS p ny maskin n uten ~/.lyx katalog. Det ble ikke opprettet noen slik katalog, og preferences ble lagret p ~/ akkurat som p laptopen her." translated: "Installed LyX from CVS on a new computer just now without a ~/.lyx directory. This dir

inserting angstrom symbol in math mode

2001-03-14 Thread Nathan Becker
Hi, Here is what I think is a bug in LyX 1.1.6fix1 (the current stable version at this time). I was trying to insert the Angstrom symbol into an equation. While in math mode I embedded \textrm{\AA}. The resulting postscript output looks correct. However after saving the .lyx file and coming

Resize while rendering/startup

2001-03-14 Thread Roman Fietze
Hello, LyX 1.1.6fix1 compiled from sources with binary XForms 0.89 for glibc 2.1, SuSE 6.3 with glibc 2.1, Tektronix X terminal w/ 10MBit (slow). This is not the "stop rendering when resizing" problem. I only had it once and could not recreate it. When starting LyX with a document containing a

[Mats Rhen mats.rhen@mt.luth.se] 1.2-cvs and math-ed

2001-03-14 Thread Lars Gullik Bjønnes
Is there something broken in math-ed? The possibility to make single rows unnumbered is no longer... The last .rpm I used where this worked is from 6 of march. I've got a "Display formula" with 3 col's and 9 row's, row 2, 5,6 and 7 is to be unnumbered. I'm using Kayvan Sylvan's .rpm of

Re: What's wrong with the new Tables!?

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Lars Gullik Bjnnes wrote: In the standard library function? Well ok :P, ..., we could have a wrapper function, couldn't we? Jrgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jrgen VignaE-Mail: [EMAIL PROTECTED] Italienallee

Re: What's wrong with the new Tables!?

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Jean-Marc Lasgouttes wrote: And what about the other changes I see, like - if (line != "/cell") { + if (!prefixIs(line, "/cell")) { Should they be applied too? Sorry Jean-Marc I forgot about them, YES the /xxx should also be changed to check only the

Re: Reference pop-up has usability bug

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Dekel Tsur wrote: On the other hand, other dialogs are stateless (for example the print dialog) and inconsistency is bad. IMO the print dialog should also remember my last selections (didn't it do this in the past?) as it is most probably that if I change f.ex. the printername

Re: STL problem

2001-03-14 Thread Lars Gullik Bjønnes
Kalle Dalheimer <[EMAIL PROTECTED]> writes: | Hi, | | sorry, I probably missed the discussion while I was away the last weeks, but | after cvs updating, configure for boost now gives me: | | | checking for standard library namespace... no - either STL is not present or | in a non-standard

RE: Timeline

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Andre Poenitz wrote: > So I was pondering a "clean slate" approach. With that I do not mean > "scrap everything" but to rebuilt the thing starting with sound foundation > (the mathed array, iterators etc). Overall structure would remain the same, > and code could be re-used. >

Re: alignment in tables

2001-03-14 Thread Juergen Vigna
On 13-Mar-2001 Dekel Tsur wrote: > > \begin{tabular}{|c|c|c|c|p{2cm}|} > ... > \raggedleft fd gf ggf\\ > > The \raggedleft command redefines the \\ command, and therefore the end of > the row is misinterpreted. > The problem appears only when you have a constant width column at the last > row,

Re: STL problem

2001-03-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Kalle Dalheimer <[EMAIL PROTECTED]> writes: | Lars> Hi, | | sorry, I probably missed the discussion while I was away Lars> the last weeks, but | after cvs updating, configure for boost Lars> now gives me: | | | checking for

Re: STL problem

2001-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Kalle Dalheimer <[EMAIL PROTECTED]> writes: | | Lars> Hi, | | sorry, I probably missed the discussion while I was away | Lars> the last weeks, but | after cvs updating,

Reference pop-up has usability bug

2001-03-14 Thread Cyrille Artho
Hi, the reference pop-up should *not* remember the previous selection of the reference category, at least not of that was a PageRef. I found my document cluttered with PageRef's instead of normal refs just because that dialog would not reset itself. The way popups normally work is that you always

Re: [Cvslog] lyx-devel/src/insets

2001-03-14 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Tue, Mar 13, 2001 at 02:52:20PM +0100, Lars Gullik Bjønnes Dekel> wrote: >> | Log Message: | Allow including of files with different class than >> the parent file >> >> Are you sure about this? We explictly disallowed this for a

Re: New Arrival

2001-03-14 Thread Jean-Marc Lasgouttes
> "hawk" == hawk <[EMAIL PROTECTED]> writes: hawk> But if I'm understanding things properly, currently a student hawk> would have todownload and install cygnus, download and configure hawk> an xserver, download xforms, and then compile lyx . . . or am I hawk> missing something going through

Re: Namespaces

2001-03-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> As Lars says that namespaces are "GO, GO", I'd like to go Angus> through the header files (not the .C files) and remove code Angus> like: Angus> #ifdef SIGC_CXX_NAMESPACES using SigC::Object; #endif If you are going to do that,

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Attached is a fixed FormInclude. It's quite a large patch as I John> changed insetinclude a bit. So, angus, can I deduce from your later message that I can actually apply the patch? JMarc

Re: bugs, cosmetics and praise

2001-03-14 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> Multiple level of included files: I get an error when I try to >> include files which already have file included. Is that a latex-error >> or lyx? Dekel> This is a problem in LyX. I've created a fix for this problem Dekel> some time

Re: Namespaces

2001-03-14 Thread John Levon
On 14 Mar 2001, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> As Lars says that namespaces are "GO, GO", I'd like to go > Angus> through the header files (not the .C files) and remove code > Angus> like: > > Angus> #ifdef

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:04, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> Attached is a fixed FormInclude. It's quite a large patch as I > John> changed insetinclude a bit. > > So, angus, can I deduce from your later message that I can

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread John Levon
On 14 Mar 2001, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> Attached is a fixed FormInclude. It's quite a large patch as I > John> changed insetinclude a bit. > > So, angus, can I deduce from your later message that I can actually > apply the

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Sorry, JMarc, I've just done so. Didn't realise that you'd Angus> adopted it. There was absolutely nothing wrong with his patch, Angus> just large doses of stupidity in my brain. I've done nothing yet, so I appreciate that you

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:13, John Levon wrote: > On 14 Mar 2001, Jean-Marc Lasgouttes wrote: > > > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > > > John> Attached is a fixed FormInclude. It's quite a large patch as I > > John> changed insetinclude a bit. > > > > So, angus,

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 14 Mar 2001, Jean-Marc Lasgouttes wrote: | | > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | > | > Angus> As Lars says that namespaces are "GO, GO", I'd like to go | > Angus> through the header files (not the .C files) and remove code

Re: Namespaces

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:02, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> As Lars says that namespaces are "GO, GO", I'd like to go > Angus> through the header files (not the .C files) and remove code > Angus> like: > > Angus> #ifdef

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread John Levon
On Wed, 14 Mar 2001, Angus Leeming wrote: > I think that it'd be fairly easy, but why don't we leave things as they are > because this comes for free in BRANCH_MVC. (Ie, it's already been done). > > A ok I should still patch the params to have a string bufferName rather than buffer * though

Re: Namespaces

2001-03-14 Thread John Levon
On 14 Mar 2001, Lars Gullik Bjønnes wrote: > Look at the tests already used in configure. > > Lgb *doh* another moron day for me I think :) john (where did I think CXX_WORKING_NAMESPACES came from ? :P ) -- "Never use a big word when a diminutive one would suffice. Be more or less

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 14 March 2001 11:02, Jean-Marc Lasgouttes wrote: | > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | > | > Angus> As Lars says that namespaces are "GO, GO", I'd like to go | > Angus> through the header files (not the .C

Re: [PATCH] re-worked FormInclude

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 11:23, John Levon wrote: > I should still patch the params to have a string bufferName rather than buffer * though ? Yupp > Or did you do that already too :)) Nope

Re: Last call for 1.1.6fix2 (status update #4)

2001-03-14 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Tue, Mar 13, 2001 at 12:14:59PM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> - the patch which adds language_use_babel and friends changes a bit >> the functionality of LyX and is not a real "fix". It can probably >> wait. Dekel>

Re: STL problem

2001-03-14 Thread Juergen Vigna
On 14-Mar-2001 Jean-Marc Lasgouttes wrote: > I assume that configure just stops after the error, so making should > be difficult. I am surprised that there are problems with gcc 2.95.2, > anyway. It would be interesting to see the error in config.log. I just compiled lyx-devel with gcc 2.95.2

Re: Namespaces

2001-03-14 Thread Angus Leeming
> This will only make it harder to do the merge... Lars Gullik Bjønnes! You mean it's going to happen? W! Are you happy with things as they stand? Shall I make a patch of BRANCH_MVC's current contents against HEAD and submit it to you? I can easily undiff the changes I've made in my

Re: [PATCH] GUIIsed Maths panelB

2001-03-14 Thread Angus Leeming
Lars, are you happy if I commit this. It works perfectly and simply removes GUI stuff from mathed. Doesn't impact on your ongoing cleanup. Angus On Tuesday 13 March 2001 11:49, John Levon wrote: > http://www.movement.uklinux.net/patches/lyx/formmaths1.diff.gz > (40k patch so not attached) >

Re: Namespaces

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > This will only make it harder to do the merge... | | Lars Gullik Bjønnes! You mean it's going to happen? W! Just give me some hours. I want to have the compability code for minipages work first. (at least I now know why it does not work)

Re: [PATCH] GUIIsed Maths panelB

2001-03-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars, | | are you happy if I commit this. It works perfectly and simply removes GUI | stuff from mathed. Doesn't impact on your ongoing cleanup. Well it will impact if we decide to revert some and then move the actual cleanup into a branch. Just

Re: STL problem

2001-03-14 Thread Kalle Dalheimer
On Wednesday, 14. March 2001 10:50, you wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> Kalle Dalheimer <[EMAIL PROTECTED]> writes: | > Lars> Hi, | | sorry, I probably missed the discussion while I was away > Lars> the last weeks, but | after cvs updating,

Index usability bug

2001-03-14 Thread Cyrille Artho
Hi again, for the function "Index entry at last word", the hyphen should not be a separating character for each word. There are many examples, e.g. state-of-the-art, counter-examples, multi-threading, non-determinism etc., where this function produces a meaningless index entry because it would

Re: Namespaces

2001-03-14 Thread Angus Leeming
On Wednesday 14 March 2001 12:25, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | > This will only make it harder to do the merge... > | > | Lars Gullik Bjønnes! You mean it's going to happen? W! > > Just give me some hours. > > I want to have the

LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Hi all, I just discovered a strange/anoying bug (LyX 1.6.1fix1): I have configured LyX to use the temporary directory. That works fine, while LyX is running I can find there all the tex and dvi files. BUT: If in the directory where the .lyx file resides also a tex file exists, that one is

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes: Peter> Hi all, I just discovered a strange/anoying bug (LyX Peter> 1.6.1fix1): Peter> I have configured LyX to use the temporary directory. That Peter> works fine, while LyX is running I can find there all the tex Peter> and dvi

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes: | | Peter> Hi all, I just discovered a strange/anoying bug (LyX | Peter> 1.6.1fix1): | | Peter> I have configured LyX to use the temporary directory. That | Peter> works fine,

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> How can this be? Or are we talking about included files? I thought about something like that. JMarc

Re: LyX/LaTeX using the wrong tex file

2001-03-14 Thread Peter Suetterlin
Jean-Marc Lasgouttes wrote: > This happens because we use \input@path to make latex search in the > document's directory. This means that if you have an old .tex file > autogenerated by a previous run without temp dir, it will be used by > mistake. Hm,do you mean the line

  1   2   >