Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 John Levon wrote: > But I know, you are right (that's why I spent forever tring to find broken > assembly). Unfortunately I cannot seem to compile LyX with gcc 3.0. The > string stuff is multiply-defined at link time. config.h looks sensible and seems > to be included in the files

Re: More on the mysterious tabular crashes

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 John Levon wrote: > I don't think it's worth it. A real fix of the tabular UI problems requires > something like the grey excel-style "handles" I mentioned earlier ... Well not really the handles may be usefull for selecting whole columns or rows, and also as visual feedback, but

Problem using IEEEtran.cls with LyX 1.1.6

2001-04-10 Thread Ronald Holzloehner
Hi, I get a latex compilation error when I use IEEEtran.cls with LyX: ! Package babel Error: You haven't defined the language ENGLISH yet. I attached the latex file that was produced by LyX's "export" function. The problem goes away when the command \usepackage{babel} is removed. Interestin

lyx on MAC OS X

2001-04-10 Thread Giorgio Zavarise
Hi I would like to know if there will be a version of lyx also for MAC OSX. Due to the unix kernel of such operative system it is perhaps not so difficult to do it. I am acutally using Scientific Word, but they didn't upgrade anymore for MAC best regards Giorgio Zavarise

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread John Levon
On 10 Apr 2001, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > Juergen> I guess it's not difficult at all. Just compile the source > Juergen> with optimization create a tabular and try to type inside it. > Juergen> Here it crashes every time! > >

Re: More on the mysterious tabular crashes

2001-04-10 Thread John Levon
On Tue, 10 Apr 2001, Angus Leeming wrote: > Easy! Create a temporary params struct which is changed by the dialog. On > apply(), compare the contents of the struct to those of the inset.params(). > Only update the changes. > > Do you really think that this is necessary? Admittedly, it's incons

Re: header on title page

2001-04-10 Thread Garst R. Reese
Ralph Boland wrote: > > I AM USING LYX 1.1.6 FIX1 > > When using the foils layout to create slides > I sometimes use combined latex/postscript mode of xfig to create > a slide. > > When I do this and update the figure the the text portion of the figure > is not updated. I can sometime force it

Re: header on title page

2001-04-10 Thread Ralph Boland
I AM USING LYX 1.1.6 FIX1 When using the foils layout to create slides I sometimes use combined latex/postscript mode of xfig to create a slide. When I do this and update the figure the the text portion of the figure is not updated. I can sometime force it to be updated by doing clever things s

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: > I mean provide a source code with less than 100k lines! Good luck! :P > PS: anyway I don't care, it does not crash here :) Well I don't care too, I don't use optimization for time being :) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-

Re: Problems with floats

2001-04-10 Thread Jürgen Spitzmüller
On Friday, 6. April 2001 16:41, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> open all, close all should not be needed imho. > > Close all figures could be useful, since they tend to take place. I'm > not sure that open all is useful. > >

Re: ButtonController Mark III

2001-04-10 Thread Angus Leeming
Allan, you must be in line for the prize for longest emails in history! I think we're getting to the point where we really should write some formal documentation for the GUI stuff again. It'll take a while to digest, but the basic idea is very powerful. And it appears that changes in classes u

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> I guess it's not difficult at all. Just compile the source Juergen> with optimization create a tabular and try to type inside it. Juergen> Here it crashes every time! I mean provide a source code with less than 100k lines! JM

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: > Concerning the tabular bug, we might get redhat to fix it if we had a > small test example, but I understand this is difficult. I guess it's not difficult at all. Just compile the source with optimization create a tabular and try to type inside it. H

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well no I don't use Mathed, but I crash when using tabulars Juergen> and compiling with optimization activated! Is that enough? I was interested in the particular \cdots bug. We have to make a difference between bugs that are

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: > Juergen> I have the latest and it doesn't work! > > You mean you have a crash on outputing \cdots? Well no I don't use Mathed, but I crash when using tabulars and compiling with optimization activated! Is that enough? Jürgen -- -._-._-._-.

Re: More on the mysterious tabular crashes

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Angus Leeming wrote: > Do you really think that this is necessary? Admittedly, it's inconsistent to > have two different types of dialog (your's and all the others!), but your > popup is quite intuitive to use. On the other hand, having an Apply button > would mean minimise red

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 10-Apr-2001 Jean-Marc Lasgouttes wrote: >> It depends. Does it work with latest rpm revision or not? Juergen> I have the latest and it doesn't work! You mean you have a crash on outputing \cdots? JMarc

Re: More on the mysterious tabular crashes

2001-04-10 Thread Angus Leeming
> I also had a thought about the memory footprint for insettabular and the > only possible solution I came up with to minimize it is to store the data > inside a single paragraph as we did before. But do we really want to do this. Jürgen, why not create a super class to do just this. TabularMemo

Re: More on the mysterious tabular crashes

2001-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> I also had a thought about the memory footprint for Juergen> insettabular and the only possible solution I came up with to Juergen> minimize it is to store the data inside a single paragraph as Juergen> we did before. But do we

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: > It depends. Does it work with latest rpm revision or not? I have the latest and it doesn't work! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Jean-Marc Lasgouttes
> "Michael" == Michael K Cheng <[EMAIL PROTECTED]> writes: Michael> I got some feedback and it apprears with redhat 7, you'll Michael> have to compile without the optimization flag "-O2" so set Michael> CXXFLAGS='-g' and recompile worked!! What revision of the gcc rpm do you have? JMarc

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Apr 09, 2001 at 09:56:22AM -0700, Michael K Cheng Dekel> wrote: >> I got some feedback and it apprears with redhat 7, you'll have to >> compile without the optimization flag "-O2" so set CXXFLAGS='-g' >> and recompile worked!!

Re: problem saving an imported latex file (fwd)

2001-04-10 Thread Jean-Marc Lasgouttes
> "Niels" == Niels van Bakel <[EMAIL PROTECTED]> writes: Niels> Thanks Jean-Marc, My version of gcc was 2.96-54. But I can't Niels> remember that the README or INSTALL files mentioned that gcc Niels> has to be at least version 2.96-69? I works now, LYX doesn't Niels> crash anymore if I try to

Re: problem saving an imported latex file (fwd)

2001-04-10 Thread Niels van Bakel
Thanks Jean-Marc, My version of gcc was 2.96-54. But I can't remember that the README or INSTALL files mentioned that gcc has to be at least version 2.96-69? I works now, LYX doesn't crash anymore if I try to save a document. Cheers, Niels. On 9 Apr 2001, Jean-Marc Lasgouttes wrote: > > "

Re: More on the mysterious tabular crashes

2001-04-10 Thread Juergen Vigna
On 09-Apr-2001 Dekel Tsur wrote: > I had no problem when I enabled the STL code in AppendRow. > Do you have a problem when you compile without optimization ? > Do we want to support buggy compilers ? > > > BTW you can use > cell_info.insert(cit, vector(columns_,)); > instead of > cell_info

Re: Spellchecker does not check contents of tables

2001-04-10 Thread Dekel Tsur
On Tue, Apr 10, 2001 at 08:36:40AM +0200, Andrej Vodopivec (158-2353/041-928-765) wrote: > Hi, > > lyx-1.1.6fix1 > > An example is attached Thanks for your report. This is a known problem and we hope to fix it soon.