Crash bug in LyX 1.1.6pre3

2001-01-09 Thread Ben Stanley
Lyx crashed all by itself while I was off doing something else (on another desktop). Here's the stack trace from the core dump: (ben [16:50:21] lyx-1.1.6pre3/src $ gdb lyx core GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Publi

Re: doxygen

2001-01-09 Thread John Weiss
On Thu, Dec 14, 2000 at 01:01:59AM +0100, Lars Gullik Bjønnes wrote: > > By Executive Order we are from now on using doxygen for our source > documentation. Great. There's just one problem: no organization. What classes are core? Which class(es) is(are) a good starting point for feature "foo

Re: seminar.layout

2001-01-09 Thread John Weiss
On Sun, Jan 07, 2001 at 12:16:08AM +0100, Lars Gullik Bjønnes wrote: > but note that slides is also lacking a lot and that is because of > lacking featrues in LyX. In fact, when I last tried to use "slides" in LyX, the "\onlyslide" and "\onlynote" features of "slides.cls" flat-out refused to work

Re: Bug in citation dialog

2001-01-09 Thread Allan Rae
On Tue, 9 Jan 2001, Angus Leeming wrote: > Happy New Year to you all and Congratulations to Jürgen and Susanna! Happy New Year to you also. > To fix this bug we need to extend the ButtonController a little. However, this > demonstrates the power of > Asger's Model/View/Controller separation; th

Re: 1.1.6pre3 crash on opening doc - update

2001-01-09 Thread Ben Cazzolato
JM, > Could you do something like > > frame 6 > print *(name.rep) > > I'd be interested to see what the string from which the extension > sought is. I suspect that rfind is to blame, however. (gdb) frame 6 #6 0x81d3111 in GetExtension (name=@0x84b3d18) at filetools.C:985 985 in filetools

lyxformat 2,17

2001-01-09 Thread Ralf Corsepius
Having set LANG=german, lyx-1.1.6pre3 and lyx-devel/head-branch generate: #LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 2,17 \textclass article \language english Having set LANG=C: #LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 2.17 \t

XAPPLRESDIR

2001-01-09 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, I come up with another question. When I used to compile the older versions of LyX, the binary always used /usr/lib/X11/app-defaults to look for the file LyX. Compiling 1.1.6pre2 this is no longer true; even if I explicitly specify XAPPLRESDIR lyx does not care for the correspondi

Re: Tabular issues

2001-01-09 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Jan 09, 2001 at 08:19:47PM +0100, Lars Gullik Bjønnes wrote: | > | > Well, then I wan tto do this: | > - bump version number to "2" | | It doesn't make sense to store the tabular format in each tabular. | The global \lyxformat suffices, s

Re: Tabular issues

2001-01-09 Thread Dekel Tsur
On Tue, Jan 09, 2001 at 08:19:47PM +0100, Lars Gullik Bj&resh;nnes wrote: > > Well, then I wan tto do this: > - bump version number to "2" It doesn't make sense to store the tabular format in each tabular. The global \lyxformat suffices, so I suggest changing the lyxformat to 2.18 and re

Re: Tabular issues

2001-01-09 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 09-Jan-2001 Lars Gullik Bjønnes wrote: | > | > Are we compatible with pre2/3? | > | > If not that has to change. | > | > These prereleases were put forward to the general public and to change | > the format so that pre cannot be read is not accept

Re: Patch: aligned paragraphs in tables

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Jean-Marc Lasgouttes wrote: > I see that this patch has not been applied. Juergen, do you plan to do > it? As far as I am concerned, the solution is probably correct, but > I'd really like us to switch away from these horrible {\centering > ...\par} constructs to something more re

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Lars Gullik Bjønnes wrote: > > Are we compatible with pre2/3? > > If not that has to change. > > These prereleases were put forward to the general public and to change > the format so that pre cannot be read is not acceptable. Well nice from you that you come forward now and di

Re: Compilation problem: New insights

2001-01-09 Thread Albert Chin-A-Young
On Tue, Jan 09, 2001 at 10:05:08AM +0100, Michael Schmitt wrote: > Jean-Marc Lasgouttes wrote: > > > Note that it compiles with compaq cxx 6.2 in strict ansi mode, and is > > one is pretty pedantic too. > > Well but how is it possible that, e.g., the following error message does not > appear wit

Re: 1.1.6pre3 crash on opening doc - update

2001-01-09 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Cazzolato <[EMAIL PROTECTED]> writes: Ben> I've now got a more reasonable back trace after Kayvan fixed up Ben> the RPM for lygdb. Ben> Hope this one sort's out the bug (I've had to go back to 1.1.5 in Ben> the meantime). Could you do something like frame 6 print *(name.rep)

Re: Patch: aligned paragraphs in tables

2001-01-09 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Try latexing the attached bug.lyx file, and you get a "Missing Dekel> } inserted." latex error. If I export to latex, and insert the Dekel> } manually, the text will not be centered. Dekel> I've created a patch to fix this. I see th

Re: Tabular issues

2001-01-09 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Hi! | | I changed the tabular format for the version 1.1.6. This means your not | able anymore to read your 1.1.6 saved tabular if you don't activate the | define in tabular.C (USE_OLD_READFORMAT). If you do this you can read your | old files and write

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
Hi! I changed the tabular format for the version 1.1.6. This means your not able anymore to read your 1.1.6 saved tabular if you don't activate the define in tabular.C (USE_OLD_READFORMAT). If you do this you can read your old files and write the new format. Obviously you're then not able to read

Re: Bug in citation dialog

2001-01-09 Thread Angus Leeming
Happy New Year to you all and Congratulations to Jürgen and Susanna! I'm slowly getting back into the swing of things here... Dekel Tsur wrote: > If I open the citation dialog, adds a new key to the inset keys list, and > then press on one of the existing inset keys (or on the newly inserted k

[Bill Tihen ] LyX 1.1.6Pre3 Bug Report

2001-01-09 Thread Lars Gullik Bjønnes
Hello, When trying to edit text in a table header - I try to highlight the text from left to right with the mouse as I am doing this LyX crashes. This has happened twice. Once with a LyX1.1.5 document and so I thought it must be a conversion problem so I started fresh with a new document and t

Re: [Angus?] Re: 1.1.6: Paragraph layouts combo-box does not update properly

2001-01-09 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I think I found out what happens. When you change class via Jean-Marc> the combox, the class setting actually gets changed in Jean-Marc> params. Therefore FormDocument::class_apply() decides that Jean-Marc> the new c

Re: Compiled 1.1.6pre3, seems to work, but BIG!

2001-01-09 Thread Jean-Marc Lasgouttes
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes: >> It appears that he doesn't. The following patch will exit from >> build-listerrors if noweb is not installed (so you won't get this >> strange error messages). >> Lior> You may want to duplicate the 'touch listerrors' line, for the L

Re: Problem report for Lyx-1.1.6cvs

2001-01-09 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> I am a bit busy these days. If someone else wants to fix a Michael> few of my compilation problems (I rather doubt), here come Michael> two large lists of warnings and errors. I already stripped Michael> some repeating messag

Re: Tabular issues

2001-01-09 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 09-Jan-2001 Lars Gullik Bjønnes wrote: | > | > I will remove () that has no value when I see them. | > | | I will add () if I find expressions better to read when I need them. So that you will be able to parse the above sentence? :-) | > - two

Re: Reported error-message on lyx 1.1.6-pre2

2001-01-09 Thread Jean-Marc Lasgouttes
> "Ing" == Ing Dieter Jurzitza <[EMAIL PROTECTED]> writes: Ing> Dear listmembers, maybe I should have had looked onto that before Ing> - the bug I found is a very simple one. I did not have a Ing> /root/.lyx directory. And this caused lyx to crash. If I simply Ing> say mkdir /root/.lyx the pr

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Lars Gullik Bjønnes wrote: > > I will remove () that has no value when I see them. > I will add () if I find expressions better to read when I need them. > - two points: > - () without meaning kindo shows that the coder does not know the > precedence rules da da

Re: Bug: Math Bold Sticks

2001-01-09 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> You can do it with M-c space, but I do agree that C-b should be Dekel> a toggle, so I've created a patch that does this. This is a Dekel> very simple patch that can go into 1.1.6. Applied. JMarc

Re: http://www.lyx.org/about/

2001-01-09 Thread Garst R. Reese
Allan Rae wrote: > But there you'll also find a pretty picture to help muddy the waters ;-) > Allan. (ARRae) I was expecting a picture Kai, so your's was pretty dissapointing, but now I understand muddying the waters ;) Garst

Re: Tabular issues

2001-01-09 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 09-Jan-2001 Dekel Tsur wrote: | > | > Here are the changes from the previous patch. | | Well thanks I did it already (a bit different). One thing I noticed and | I would ask you to not do it is remove my () around expressions, that is | my coding s

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Dekel Tsur wrote: > > Here are the changes from the previous patch. Well thanks I did it already (a bit different). One thing I noticed and I would ask you to not do it is remove my () around expressions, that is my coding style and I like to see them where they are. Jürge

Re: Tabular issues

2001-01-09 Thread Dekel Tsur
On Tue, Jan 09, 2001 at 12:33:39PM +0100, Juergen Vigna wrote: > > On 09-Jan-2001 Dekel Tsur wrote: > > > > Here is a slightly better patch: > > getTokenValue(..., int & num) will not change num if the call to > > getTokenValue(..., tmp) returned false. > > > > I already applied the other patc

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Dekel Tsur wrote: > Here is a slightly better patch: > getTokenValue(..., int & num) will not change num if the call to > getTokenValue(..., tmp) returned false. Don't bother to send a patch I already did this in a other way as I need also to translate the strings to different ty

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Dekel Tsur wrote: > > Here is a slightly better patch: > getTokenValue(..., int & num) will not change num if the call to > getTokenValue(..., tmp) returned false. > I already applied the other patch :( and did already modify the source so I cannot safely apply the patch. Could

Re: Tabular issues

2001-01-09 Thread Dekel Tsur
On Tue, Jan 09, 2001 at 11:30:31AM +0100, Juergen Vigna wrote: > Well good question #:O). Is because I coded it reason enough, hmmm, dada, > I guess not ;) > > I'll apply your patch! Here is a slightly better patch: getTokenValue(..., int & num) will not change num if the call to getTokenValue(

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Dekel Tsur wrote: >> There was a limitation before in this stuff and it was if the bottom line >> should be added to the row or not. So I thought that we could decide this > > So store this information using a different attribute. Yes, I've to find out (decide) how! Jürge

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 09-Jan-2001 Dekel Tsur wrote: >> would like to have this! > > Why ? Well good question #:O). Is because I coded it reason enough, hmmm, dada, I guess not ;) I'll apply your patch! What would you say to write bools as "true"/"false" instead of "1"/"0"? Jürgen -- -._-._-._-._-._-._-

Re: Tabular issues

2001-01-09 Thread Dekel Tsur
On Tue, Jan 09, 2001 at 09:27:30AM +0100, Juergen Vigna wrote: > > What is the difference between positive and negative value ? > > > > There was a limitation before in this stuff and it was if the bottom line > should be added to the row or not. So I thought that we could decide this So store

Re: Tabular issues

2001-01-09 Thread Dekel Tsur
> > Here it is (I also fixed the first problem). > > I don't know why you didn't leave the int-reading-routine as it was. > Are you sure that strToint("123abc") == 123? Is this defined? I really No, strToint("123abc") = 0. > would like to have this! Why ?

Re: Compilation problem: New insights

2001-01-09 Thread Michael Schmitt
Jean-Marc Lasgouttes wrote: > Note that it compiles with compaq cxx 6.2 in strict ansi mode, and is > one is pretty pedantic too. Well but how is it possible that, e.g., the following error message does not appear with other compilers? "FormBase.C", line 214: Error: Could not find a match for S

Re: Lyx 1.1.6cvs - another problem

2001-01-09 Thread Garst R. Reese
Juergen Vigna wrote: > > On 08-Jan-2001 Dekel Tsur wrote: > > On Mon, Jan 08, 2001 at 05:16:00PM +0100, Michael Schmitt wrote: > >> Hi, > >> > >> the spell checker seems not to notice when the language setting changes within > >> a document. (This may happen if an abstract of an article is given

Re: Compilation problem: New insights

2001-01-09 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, as I was wondering why SUN CC complains about so many Michael> problems but g++ doesn't, I tried to run g++ with options Michael> '-ansi -pedantic'. Surprise, surprise! Compilation fails, Michael> too! Note that it co

Re: Tabular issues

2001-01-09 Thread Juergen Vigna
On 08-Jan-2001 Dekel Tsur wrote: > On Mon, Jan 08, 2001 at 05:15:10PM +0100, Juergen Vigna wrote: >> > Also, in the new format, the numbers are negative (e.g. endfoot="-3"). Is this >> > intentional ? >> Yes it is intentional! > > What is the difference between positive and negative value ? >