Re: Precedence parenthesis (or not) (was Re: Tabular issues)

2001-01-11 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" [EMAIL PROTECTED] writes: | On 9 Jan 2001, Lars Gullik Bjnnes wrote: | | I will remove () that has no value when I see them. | | - two points: |- () without meaning kindo shows that the coder does not know the | precedence rules | | I'm sure you

Re: Compilation problem: New insights

2001-01-11 Thread Michael Schmitt
Dear Albert, the problems with compiling LyX-1.1.6cvs refer to "SUN Solaris Forte C++ 6.0 Update 1" (which is CC version 5.2). This is the latest version of the product. JMarc, -- == Michael Schmitt

Re: lyxformat 2,17

2001-01-11 Thread Ralf Corsepius
"Lars Gullik Bjnnes" wrote: Ralf Corsepius [EMAIL PROTECTED] writes: | 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 | |

Re: lyxformat 2,17

2001-01-11 Thread Lars Gullik Bjønnes
Ralf Corsepius [EMAIL PROTECTED] writes: I have chenged the lyxformat to an int and rewritten the format discover code. I do not think that this should create any problems, but it must be tested. I'll do some prelim tests and then update cvs som that others can test this as well. (hmm I just

Re: Patch

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | * src/insets/insettext.C (LocalDispatch): Add handling of | LFUN_BREAKPARAGRAPHKEEPLAYOUT. applied. Lgb

Re: Bug in citation dialog

2001-01-11 Thread Angus Leeming
It is an admirable goal to pursuit, but my experience is that it is fairly difficult to design a truly generic Controller class across different toolkits. Hi Asger, Sure. However, I was going to start off by designing a class to control the interaction of the popup with the LyX kernel.

Re: [BUG] lyx1.1.6pre3 stops PS rendering

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 06:26:35PM +1100, Ben Stanley wrote: I usually have to re-size my LyX window to be able to work with the thesis - it's default size is too small! You can run LyX with the "-width width -height height" flags (or with "-geometry widthxheight" in 1.1.6).

int format

2001-01-11 Thread Lars Gullik Bjønnes
It is now in cvs, please test it. Especially with "older" LyX files. Lgb

Patch: ascii export

2001-01-11 Thread Dekel Tsur
The following patch adds Ascii method for insettoc. It also fixed "lyx --export" which was broken as the splash.lyx was exported instead of the requested file. patch.gz

Re: Patch: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 02:43:46PM +0200, Dekel Tsur wrote: The following patch adds Ascii method for insettoc. It also fixed "lyx --export" which was broken as the splash.lyx was exported instead of the requested file. When writing the patch I thought that when running without GUI, we should

Bug: ascii export

2001-01-11 Thread Dekel Tsur
When doing "lyx --export text", the result is incorrect as the section counters do not appear in the output (as we didn't call to UpdateCounters). To fix the problem, the methods UpdateCounters and SetCounter should be moved from LyXText to Buffer (actually, LyXText::UpdateCounters should remain

Re: Bug: ascii export

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | When doing "lyx --export text", the result is incorrect as the section | counters do not appear in the output (as we didn't call to UpdateCounters). | To fix the problem, the methods UpdateCounters and SetCounter should be | moved from LyXText to Buffer

Re: int format

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bjnnes wrote: It is now in cvs, please test it. Especially with "older" LyX files. If you have a \lyxformat 2.1 (assuming it was used sometimes) then file_format will be set to 21 which will cause problems. Why not do file_format

Re: [BUG] lyx1.1.6pre3 stops PS rendering

2001-01-11 Thread John Levon
On Thu, 11 Jan 2001, Ben Stanley wrote: I usually have to re-size my LyX window to be able to work with the thesis - it's default size is too small! So, my usual routine is to start LyX, resize the window to take up the full screen vertically (which reveals that xforms has difficulty keeping

Re: int format

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bjnnes wrote: | | | It is now in cvs, please test it. | | Especially with "older" LyX files. | | If you have a \lyxformat 2.1 (assuming it was used sometimes) | then file_format will be set to

Stealing ideas from others...

2001-01-11 Thread Allan Rae
1. A document toolbar: listing the currently open documents. (Opera) 2. TOC/document structure dialog/subframe (old idea, but reminded of it) 3. Paragraph styles dialog/subframe (similar to above) 2 3 are present in a number of different apps including conglomerate, and containing your

Re: int format

2001-01-11 Thread Allan Rae
On 11 Jan 2001, Lars Gullik Bjnnes wrote: I am satisfied if LyX 1.1.x works and hopefully also 1.0.x. We can't load anything with tables older than 1.0 anyway. Allan. (ARRae)

Re: [Bug #123609] error message deleting margin note

2001-01-11 Thread John Levon
On Thu, 11 Jan 2001 [EMAIL PROTECTED] wrote: Bug #123609, was updated on 2000-Nov-27 09:44 Here is a current snapshot of the bug. Comment: I think we can just ignore it right now. Are we supposed to close it in this case? For now, I just set resolution to "wontfix". That's good, but it

Re: [Bug #123609] error message deleting margin note

2001-01-11 Thread Allan Rae
On Thu, 11 Jan 2001, John Levon wrote: That's good, but it should be left open. The reason is that 1.1.6 will have this bug. This will be the last stable release for a long time. Why will it be the last stable release for a long time? 1.1.6 has taken far too long to get out the door and

Re: Bug: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 02:38:03PM +0100, Lars Gullik Bjnnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | When doing "lyx --export text", the result is incorrect as the section | counters do not appear in the output (as we didn't call to UpdateCounters). | To fix the problem, the methods

Re: Bug: ascii export

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Thu, Jan 11, 2001 at 02:38:03PM +0100, Lars Gullik Bjnnes wrote: | Dekel Tsur [EMAIL PROTECTED] writes: | | | When doing "lyx --export text", the result is incorrect as the section | | counters do not appear in the output (as we didn't call to

Re: Patch: ascii export

2001-01-11 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel When writing the patch I thought that when running without GUI, Dekel we should set LyX::first_start when according to the existence Dekel of the lyxdir (as when running with GUI). But after a second Dekel thought, I don't see a good reason

Re: Patch: aligned paragraphs in tables

2001-01-11 Thread Jean-Marc Lasgouttes
"Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: Juergen 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

Re: Bug: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 03:31:16PM +0100, Lars Gullik Bjnnes wrote: | Since labelstring and counter_ belong to LyXParagraph, then SetCounter | should be a method of LyXParagraph, and Buffer::UpdateCounters is just a | methods that calls LyXParagraph::SetCounter for all paragraphs. Do not

Re: Bug: ascii export

2001-01-11 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Thu, Jan 11, 2001 at 03:31:16PM +0100, Lars Gullik Bjønnes Dekel wrote: | Since labelstring and counter_ belong to LyXParagraph, then SetCounter | should be a method of LyXParagraph, and Buffer::UpdateCounters is just a | methods that

MVC separation and the citation dialog

2001-01-11 Thread Angus Leeming
Who said that this might delay GUII if "Angus gets carried away with his controller separation"? Shame on you, Allan! Here is a working example of View-Controller separation for the citation dialog. The attached file contains two directories: CURRENT/ CURRENT/form_citation.fd

Re: 2-color-bug?

2001-01-11 Thread Jean-Marc Lasgouttes
"mika" == mika [EMAIL PROTECTED] writes: mika dear all, i am trying to run lyx on an 8bit-display. so i mika thought it would be a good idea to configure it to use only mika two-color-icons. but compiling fails then at 2 parts: The support for two-colors icons has been removed from 1.1.6. I

Re: lyx-1.1.6pre3 bug: crash on formula in table

2001-01-11 Thread Lior Silberman
On Wed, 10 Jan 2001, Ulrich Gnther wrote: lyx-1.1.6pre3 xforms 0.88 Start a new table, insert a formula into a table field (C-m) - crash! Ulrich I can reproduce this with 1.1.6pre3 (which I compiled w/o debug info). The backtrace appended thus only has the function names. I cannot

Who!

2001-01-11 Thread Lars Gullik Bjønnes
...wants to do the announcement for LyX 1.1.6? and don't forget to update the web site... go get at ftp.lyx.org or ftp.devel.lyx.org Lgb

LyX-Note vs. LaTeX-Comment

2001-01-11 Thread R. Lahaye
Hi, A "Note" in LyX is not more than what a "comment" is in LaTeX terminology, or is it? 1) Would renaming the concept of "Note" into "Comment" be more consistent with what it actually is? 2) The LyX-note(comment) could be transferred into a LaTeX-line proceeded by "%" when exporting as

Re: Who!

2001-01-11 Thread mike.ressler
On 12 Jan 2001, Lars Gullik Bjønnes wrote: ...wants to do the announcement for LyX 1.1.6? and don't forget to update the web site... go get at ftp.lyx.org or ftp.devel.lyx.org Argh! It's looks like my doc CVS updates were about an hour late. Sigh. Intro and the UG should be up to date

Re: Precedence parenthesis (or not) (was Re: Tabular issues)

2001-01-11 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | On 9 Jan 2001, Lars Gullik Bjønnes wrote: | | > I will remove () that has no value when I see them. | > | > - two points: | > - () without meaning kindo shows that the coder does not know the | > precedence rules | | I'm

Re: Compilation problem: New insights

2001-01-11 Thread Michael Schmitt
Dear Albert, the problems with compiling LyX-1.1.6cvs refer to "SUN Solaris Forte C++ 6.0 Update 1" (which is CC version 5.2). This is the latest version of the product. JMarc, -- == Michael Schmitt

Re: lyxformat 2,17

2001-01-11 Thread Ralf Corsepius
"Lars Gullik Bjønnes" wrote: > > Ralf Corsepius <[EMAIL PROTECTED]> writes: > > | 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

Re: lyxformat 2,17

2001-01-11 Thread Lars Gullik Bjønnes
Ralf Corsepius <[EMAIL PROTECTED]> writes: I have chenged the lyxformat to an int and rewritten the format discover code. I do not think that this should create any problems, but it must be tested. I'll do some prelim tests and then update cvs som that others can test this as well. (hmm I

Re: Patch

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | * src/insets/insettext.C (LocalDispatch): Add handling of | LFUN_BREAKPARAGRAPHKEEPLAYOUT. applied. Lgb

Re: Bug in citation dialog

2001-01-11 Thread Angus Leeming
> It is an admirable goal to pursuit, but my experience is that it is > fairly difficult to design a truly generic Controller class across > different toolkits. Hi Asger, Sure. However, I was going to start off by designing a class to control the interaction of the popup with the LyX kernel.

Re: [BUG] lyx1.1.6pre3 stops PS rendering

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 06:26:35PM +1100, Ben Stanley wrote: > I usually have to re-size my LyX window to be able to work with the thesis - it's > default size is too small! You can run LyX with the "-width -height " flags (or with "-geometry x" in 1.1.6).

int format

2001-01-11 Thread Lars Gullik Bjønnes
It is now in cvs, please test it. Especially with "older" LyX files. Lgb

Patch: ascii export

2001-01-11 Thread Dekel Tsur
The following patch adds Ascii method for insettoc. It also fixed "lyx --export" which was broken as the splash.lyx was exported instead of the requested file. patch.gz

Re: Patch: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 02:43:46PM +0200, Dekel Tsur wrote: > The following patch adds Ascii method for insettoc. > It also fixed "lyx --export" which was broken as the splash.lyx was exported > instead of the requested file. When writing the patch I thought that when running without GUI, we

Bug: ascii export

2001-01-11 Thread Dekel Tsur
When doing "lyx --export text", the result is incorrect as the section counters do not appear in the output (as we didn't call to UpdateCounters). To fix the problem, the methods UpdateCounters and SetCounter should be moved from LyXText to Buffer (actually, LyXText::UpdateCounters should remain

Re: Bug: ascii export

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | When doing "lyx --export text", the result is incorrect as the section | counters do not appear in the output (as we didn't call to UpdateCounters). | To fix the problem, the methods UpdateCounters and SetCounter should be | moved from LyXText to Buffer

Re: int format

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bjnnes wrote: > > > It is now in cvs, please test it. > > Especially with "older" LyX files. If you have a \lyxformat 2.1 (assuming it was used sometimes) then file_format will be set to 21 which will cause problems. Why not do

Re: [BUG] lyx1.1.6pre3 stops PS rendering

2001-01-11 Thread John Levon
On Thu, 11 Jan 2001, Ben Stanley wrote: > I usually have to re-size my LyX window to be able to work with the thesis - it's > default size is too small! > So, my usual routine is to start LyX, resize the window to take up the full screen > vertically (which reveals that xforms has difficulty

Re: int format

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bjønnes wrote: | > | > | > It is now in cvs, please test it. | > | > Especially with "older" LyX files. | | If you have a \lyxformat 2.1 (assuming it was used sometimes) | then file_format will be

Stealing ideas from others...

2001-01-11 Thread Allan Rae
1. A document toolbar: listing the currently open documents. (Opera) 2. TOC/document structure dialog/subframe (old idea, but reminded of it) 3. Paragraph styles dialog/subframe (similar to above) 2 & 3 are present in a number of different apps including conglomerate, and containing your

Re: int format

2001-01-11 Thread Allan Rae
On 11 Jan 2001, Lars Gullik Bjønnes wrote: > I am satisfied if LyX 1.1.x works and hopefully also 1.0.x. We can't load anything with tables older than 1.0 anyway. Allan. (ARRae)

Re: [Bug #123609] error message deleting margin note

2001-01-11 Thread John Levon
On Thu, 11 Jan 2001 [EMAIL PROTECTED] wrote: > Bug #123609, was updated on 2000-Nov-27 09:44 > Here is a current snapshot of the bug. > > Comment: > I think we can just ignore it right now. Are we supposed > to close it in this case? For now, I just set resolution to "wontfix". That's good,

Re: [Bug #123609] error message deleting margin note

2001-01-11 Thread Allan Rae
On Thu, 11 Jan 2001, John Levon wrote: > That's good, but it should be left open. The reason is that 1.1.6 will > have this bug. This will be the last stable release for a long > time. Why will it be the last stable release for a long time? 1.1.6 has taken far too long to get out the door and

Re: Bug: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 02:38:03PM +0100, Lars Gullik Bjnnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | When doing "lyx --export text", the result is incorrect as the section > | counters do not appear in the output (as we didn't call to UpdateCounters). > | To fix the problem, the

Re: Bug: ascii export

2001-01-11 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Jan 11, 2001 at 02:38:03PM +0100, Lars Gullik Bjønnes wrote: | > Dekel Tsur <[EMAIL PROTECTED]> writes: | > | > | When doing "lyx --export text", the result is incorrect as the section | > | counters do not appear in the output (as we didn't call

Re: Patch: ascii export

2001-01-11 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> When writing the patch I thought that when running without GUI, Dekel> we should set LyX::first_start when according to the existence Dekel> of the lyxdir (as when running with GUI). But after a second Dekel> thought, I don't see a

Re: Patch: aligned paragraphs in tables

2001-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> 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

Re: Bug: ascii export

2001-01-11 Thread Dekel Tsur
On Thu, Jan 11, 2001 at 03:31:16PM +0100, Lars Gullik Bjnnes wrote: > | Since labelstring and counter_ belong to LyXParagraph, then SetCounter > | should be a method of LyXParagraph, and Buffer::UpdateCounters is just a > | methods that calls LyXParagraph::SetCounter for all paragraphs. > > Do

Re: Bug: ascii export

2001-01-11 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Thu, Jan 11, 2001 at 03:31:16PM +0100, Lars Gullik Bjønnes Dekel> wrote: >> | Since labelstring and counter_ belong to LyXParagraph, then >> SetCounter | should be a method of LyXParagraph, and >> Buffer::UpdateCounters is just a

MVC separation and the citation dialog

2001-01-11 Thread Angus Leeming
Who said that this might delay GUII if "Angus gets carried away with his controller separation"? Shame on you, Allan! Here is a working example of View-Controller separation for the citation dialog. The attached file contains two directories: CURRENT/ CURRENT/form_citation.fd

Re: 2-color-bug?

2001-01-11 Thread Jean-Marc Lasgouttes
> "mika" == mika <[EMAIL PROTECTED]> writes: mika> dear all, i am trying to run lyx on an 8bit-display. so i mika> thought it would be a good idea to configure it to use only mika> two-color-icons. but compiling fails then at 2 parts: The support for two-colors icons has been removed from

Re: lyx-1.1.6pre3 bug: crash on formula in table

2001-01-11 Thread Lior Silberman
On Wed, 10 Jan 2001, Ulrich Günther wrote: > lyx-1.1.6pre3 > xforms 0.88 > > Start a new table, insert a formula into a table field (C-m) -> crash! > > > Ulrich > I can reproduce this with 1.1.6pre3 (which I compiled w/o debug info). The backtrace appended thus only has the function names.

Who!

2001-01-11 Thread Lars Gullik Bjønnes
...wants to do the announcement for LyX 1.1.6? and don't forget to update the web site... go get at ftp.lyx.org or ftp.devel.lyx.org Lgb

LyX-Note vs. LaTeX-Comment

2001-01-11 Thread R. Lahaye
Hi, A "Note" in LyX is not more than what a "comment" is in LaTeX terminology, or is it? 1) Would renaming the concept of "Note" into "Comment" be more consistent with what it actually is? 2) The LyX-note(comment) could be transferred into a LaTeX-line proceeded by "%" when exporting as

Re: Who!

2001-01-11 Thread mike.ressler
On 12 Jan 2001, Lars Gullik Bjønnes wrote: > ...wants to do the announcement for LyX 1.1.6? > > and don't forget to update the web site... > > go get at > > ftp.lyx.org or ftp.devel.lyx.org Argh! It's looks like my doc CVS updates were about an hour late. Sigh. Intro and the UG should be up to