Re: wish list

2000-05-05 Thread Dekel Tsur
On Wed, May 03, 2000 at 10:05:57AM +1000, Allan Rae wrote: > I'd rather we improved the integration of external programs than try to > duplicate their capabilities into LyX. It should be possible using XTL in > LyX and some corresponding externalization support in the external > programs to get/s

Re: "rae" branch comments

2000-05-05 Thread Angus Leeming
Allan> On Thu, 4 May 2000, Angus Leeming wrote: Allan> > I've read and re-read your mail explaining why we need the Connection Allan> > data in frontends/xforms/FormFoo.[Ch] and I still don't get it. I Allan> > guess I need a concrete example to show thick old me. The fact is, the Allan> > code as

Re: epsilon bug

2000-05-05 Thread Andre Poenitz
> When you type \epsilon in math mode, the proper character doesn't get > inserted. In fact, even using the 'math panel', the character is > isn't inserted. It's not a bug. It's a feature. There is no possibility to show an \epsilon since there is no corresponding glyph available. So for the sa

epsilon bug

2000-05-05 Thread Chris Eliasmith
Hi, When you type \epsilon in math mode, the proper character doesn't get inserted. In fact, even using the 'math panel', the character is isn't inserted. version: 1.1.5 pre1 Win32 Regards, Chris. ps great program - long over due idea, and good execution.

Re: tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | TextInset * inset; | | use | | TextInset inset(buffer); Yes. This would be nice. I'll have a quick look at this. | > I can add a copy constructor to cellstruct that does the same as the | > assignment operator. | > | | Ok go for it, I didn't know

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| Ok if you tell me how to do this with a object and not with a >| constructor > ^ > pointer? > Yes pointer to be clear: Instead of: TextInset * inset; use TextInset inset(buffer); (you know we

Re: tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Ok if you tell me how to do this with a object and not with a | constructor ^ pointer? | I'm happy to to it as you want (I tried but couldn't figure it out, maybe | you with your C++ books and better knowledge then myself can do it:) So that is

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: >| But ok I see what you mean the inset is worked with in >| insettabular.C not in tabular.C, tabular.C is just the container. > > But then... why is insetText a pointer? why not the object proper? > (and why copy but not assign?) > Ok if you tell me

Re: tabular (and table for that matter)

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > Eithe the assignment operator is removed or a copy constructor is | > added. | | But I don't have a copy-operator only the assignment! Where did you | see the copy operator? There is a default copy constructor. Lgb

RE: tabular (and table for that matter)

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > > Jürgen, the prolem with the current assignment operator is that the > copy constructor does something different this means that code like: > > Cell cell(tmpcell); > > will not be equivalent to > > Cell cell; > cell = tmpcell; > > Eithe the assign

Re: tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Because it would be wrong and it is not needed! See my other mail about why this is questionable. | Well if you think all the work I invested in this till now is nothing it's | your opinion! Hmm...dare I say jumping to conclusions? | But ok I see wh

tabular (and table for that matter)

2000-05-05 Thread Lars Gullik Bjønnes
Jürgen, the prolem with the current assignment operator is that the copy constructor does something different this means that code like: Cell cell(tmpcell); will not be equivalent to Cell cell; cell = tmpcell; Eithe the assignment operator is removed or a copy constructor is added. L

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: >| >| Because not all stuff should be assigned (for example the inset)! > > Why not? > Because it would be wrong and it is not needed! >| >| As you'll see there is something done with the inset otherwise it wouldn't > ^^

Asger, mail.

2000-05-05 Thread Lars Gullik Bjønnes
your [EMAIL PROTECTED] bounces. fix fix. Lgb

Re: CharArgs.txt

2000-05-05 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Fri, May 05, 2000 at 02:52:59PM +0200, Lars Gullik Bjønnes wrote: | > | > | What is the time frame you expect for the implementation to start? | > | > Pretty soon? | | But not for 1.1.5? No! Lgb

Re: CharArgs.txt

2000-05-05 Thread Jose Abilio Oliveira Matos
On Fri, May 05, 2000 at 02:52:59PM +0200, Lars Gullik Bjønnes wrote: > > | What is the time frame you expect for the implementation to start? > > Pretty soon? But not for 1.1.5? > Lgb -- José

Re: tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-May-2000 Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | >| Why isn't all the member in cellstruct copied in operator= ? | > | | Because not all stuff should be assigned (for example the inset)! Why not? |

Re: CharArgs.txt

2000-05-05 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Fri, May 05, 2000 at 10:39:07AM +0200, Lars Gullik Bjønnes wrote: | > | > Character Arguments a.k.a. Logical Character Styles | | What is the time frame you expect for the implementation to start? Pretty soon? Lgb

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > >| Why isn't all the member in cellstruct copied in operator= ? > Because not all stuff should be assigned (for example the inset)! > And why isn't anything done with the inset? > As you'll see the

Re: CharArgs.txt

2000-05-05 Thread Jose Abilio Oliveira Matos
On Fri, May 05, 2000 at 10:39:07AM +0200, Lars Gullik Bjønnes wrote: > > Character Arguments a.k.a. Logical Character Styles What is the time frame you expect for the implementation to start? -- José

Re: tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Why isn't all the member in cellstruct copied in operator= ? And why isn't anything done with the inset? Lgb

tabular.C

2000-05-05 Thread Lars Gullik Bjønnes
Why isn't all the member in cellstruct copied in operator= ? Lgb

Re: lyx-1.1.5pre2

2000-05-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars> If you want patches in before this is released you have to | Lars> commit them _now_. | | Lars> I

Re: lyx-1.1.5pre2

2000-05-05 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> If you want patches in before this is released you have to Lars> commit them _now_. Lars> I am taking an early weekend, and want to go home ... Jean-Marc>

Re: lyx-1.1.5pre2

2000-05-05 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> If you want patches in before this is released you have to Lars> commit them _now_. Lars> I am taking an early weekend, and want to go home ... I'd just like to check that it compiles on cxx. Currently updating... JMarc

lyx-1.1.5pre2

2000-05-05 Thread Lars Gullik Bjønnes
If you want patches in before this is released you have to commit them _now_. I am taking an early weekend, and want to go home ... Lgb

Re: Change in file format?

2000-05-05 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | --0OAP2g/MAC+5xKAE | Content-Type: text/plain; charset=us-ascii | | > | > Unless I get huge objections I want pre2 out today. | > | | Please apply the following tiny patch: | - Fix reading protected separator in free spacing layout. | - Removed obsolet

Re: Change in file format?

2000-05-05 Thread Dekel Tsur
> > Unless I get huge objections I want pre2 out today. > Please apply the following tiny patch: - Fix reading protected separator in free spacing layout. - Removed obsolete lines from lyxrc.example Index: lib/lyxrc.example === R

Re: CharArgs.txt

2000-05-05 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | > >From the start we don't need to support this. Font change only LCS | > will also be a HUGE step forward. | | then that will something like: | | string style_command="lyx-style"; | | And then the generated latex (in this case) wil

Re: CharArgs.txt

2000-05-05 Thread Jose Abilio Oliveira Matos
Sorry the final final should be lyx-devel and not only Lars. On Fri, May 05, 2000 at 11:50:04AM +0200, Lars Gullik Bjønnes wrote: > Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: > > | Great doc (Are you sure what day is it?) > > Thursday 5/6? why? You should ask cal, or look the

Re: Patch (bug fix)

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Jean-Marc Lasgouttes wrote: >> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> The place with a conflict was in the insettext. Since it isn't > Dekel> being used currently, I just removed the new code from there. > Dekel> The following patch also fixes the "americ

RE: [fbochicchio@dada.it] Feedback from www.lyx.org

2000-05-05 Thread Juergen Vigna
> > I don\'t now if this is possible or how much difficult would be to implement it. It > would be neat, too. Also it will allow TeX-savy people to contribute with new >templates > that anybody can use. > I don't know, but TeX-savy people can make this sort of templates already now, as I did h

Re: amsfonts

2000-05-05 Thread Jean-Marc Lasgouttes
> "Eran" == Eran Tromer <[EMAIL PROTECTED]> writes: Eran> Hello, In my installation, \mathbb and \mathfrak are not Eran> available unless I add \usepackage{amsfonts} to the LaTeX Eran> preamble. This contradicts the User's Guide, which states that Eran> enabling "Use AMS Math" should suffice.

Re: Patch (bug fix)

2000-05-05 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> The place with a conflict was in the insettext. Since it isn't Dekel> being used currently, I just removed the new code from there. Dekel> The following patch also fixes the "american" language problem. Thanks. JMarc

Re: Layout menu patch

2000-05-05 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> There is enough room for 5 lines. However, when you are using Dekel> nested environments, the left margin usually increases, so this Dekel> shouldn't be a problem. Right. >> - the lines can potentially collide with the '!' of margin

[fbochicchio@dada.it] Feedback from www.lyx.org

2000-05-05 Thread Lars Gullik Bjønnes
--- Start of forwarded message --- Date: Fri, 5 May 2000 11:04:09 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Francesco Bochicchio ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page:

Re: Change in file format?

2000-05-05 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Cazzolato <[EMAIL PROTECTED]> writes: Ben> The eps files were supplied to my Ben> colleague with the lyx file but were not put in the correct Ben> directory to access them. Maybe it's a bug in 1.0.2? It is in fact a bug in all LyX versions. I think that what changed is the beh

Re: CharArgs.txt

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Well I guess this is not that easily done if we want this feature implemented | right. As you tell us below the big question is how to display this and IMO | to realize this good from the beginning we have to insert some | simple formating | stuff to t

Re: Change in file format?

2000-05-05 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: | | Lars> Juergen> Well but it should not crash the XServer I guess there Lars> is | Juergen> something else

Re: Change in file format?

2000-05-05 Thread Ben Cazzolato
JM > What can crsh the X server though is a missing eps fig. I have added a > fix for that in cvs, and it might as well appear in 1.1.4fix4 (if this > sees the light). On further investigation this is the most likely reason for the crash. I checked the same file with Lyx 1.1.4fix2 and it seemed

Re: Compile error in table.h

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Andre Poenitz wrote: >> No but the cellstruct does have an entry "TextInset * inset" and I >> need to assign this with "inset = new TextInset(buffer)" so if I do: > > Is it really necessary to store a pointer there or could the cellstruct > be changed to hold the TextInset itself?

RE: CharArgs.txt

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > > The implementation of LCS will be surprisingly simple and will be possible > with only small changes to the rest of the LyX code. The LCS struct > will look basically like this: > Well I guess this is not that easily done if we want this feature im

Re: Change in file format?

2000-05-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: | | Juergen> Well but it should not crash the XServer I guess there is | Juergen> something else wrong too. Also I can read a file written with | Juergen> the new version in an old ver

Re: Compile error in table.h

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-May-2000 Lars Gullik Bjønnes wrote: | > Juergen Vigna <[EMAIL PROTECTED]> writes: | > | >| as I have to allocate the insets in the Init() function (otherwise the | >| above construction of the cellstruct-vector fails as I have 1 inset for | >| al

Re: Compile error in table.h

2000-05-05 Thread Andre Poenitz
> No but the cellstruct does have an entry "TextInset * inset" and I > need to assign this with "inset = new TextInset(buffer)" so if I do: Is it really necessary to store a pointer there or could the cellstruct be changed to hold the TextInset itself? In this case you could save all the trouble

Re: Change in file format?

2000-05-05 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well but it should not crash the XServer I guess there is Juergen> something else wrong too. Also I can read a file written with Juergen> the new version in an old version I just get some bogus text Juergen> and loose some form

Re: Compile error in table.h

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| as I have to allocate the insets in the Init() function (otherwise the >| above construction of the cellstruct-vector fails as I have 1 inset for >| all table-cells) > > Why? Are you storing pointers to i

Re: std::getline

2000-05-05 Thread Andre Poenitz
> box for me (BTW.: the files are ImportNoweb.C and insetbib.C) Yes. It was exactly these two occurences. Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz . [EMAIL PROTECTED]

Re: Change in file format?

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-May-2000 Lars Gullik Bjønnes wrote: | >| | >| Has it changed and if so is there anyway I can now get this file to him so he | >| can read it? Maybe there should also be a warning when major changes like this | >| happen? | > | > there was in th

Re: Change in file format?

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: >| >| Has it changed and if so is there anyway I can now get this file to him so he >| can read it? Maybe there should also be a warning when major changes like this >| happen? > > there was in the announcement. it is also mentioned in the NEWS. > We

CharArgs.txt

2000-05-05 Thread Lars Gullik Bjønnes
Character Arguments a.k.a. Logical Character Styles Lars Gullik Bjønnes <[EMAIL PROTECTED]> 1 Introduction The use of fonts are at present a bit muddled in LyX. LyXFont does not only hold basic font information but it also doubles for other functionality as well. Basic font functionality is:

Re: Compile error in table.h

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | as I have to allocate the insets in the Init() function (otherwise the | above construction of the cellstruct-vector fails as I have 1 inset for | all table-cells) Why? Are you storing pointers to insets in the vector(s)? Lgb

Re: Change in file format?

2000-05-05 Thread Lars Gullik Bjønnes
Ben Cazzolato <[EMAIL PROTECTED]> writes: | Guys | | Dumb question but I'm running a very recent cvs version of Lyx (RH6). I seem | to recall that the files were not downward compatible. Is that correct? | Because I sent a Lyx file (lyxformat 2.16) to a friend and it crashed his | machine (ly

Re: Compile error in table.h

2000-05-05 Thread Juergen Vigna
On 04-May-2000 Lars Gullik Bjønnes wrote: >| >| Row and Column Data is now a vector, but can you tell me how I do address >| a stuff like the above? How do I do a v.push_back() for example? > > why do you want a push_back? > > access: vector > table(10, vector(10, > cellstruct(...)); > I did

Change in file format?

2000-05-05 Thread Ben Cazzolato
Guys Dumb question but I'm running a very recent cvs version of Lyx (RH6). I seem to recall that the files were not downward compatible. Is that correct? Because I sent a Lyx file (lyxformat 2.16) to a friend and it crashed his machine (lyx 1.0.2). See his message to me below. >Hi Ben, >Here

Re: std::getline

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-May-2000 Lars Gullik Bjønnes wrote: | | >| No in the actual cvs the placing of using std::getline in 2 files is wrong, | >| I moved them a bit further down and now I can compile again. I'll commit | >| this fix soon as otherwise it is not possibl

Re: std::getline

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: >| No in the actual cvs the placing of using std::getline in 2 files is wrong, >| I moved them a bit further down and now I can compile again. I'll commit >| this fix soon as otherwise it is not possible to compile it out of the >| box for me (BTW.: the

Re: std::getline

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 05-May-2000 Lars Gullik Bjønnes wrote: | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | >| egcs-2.91.66 does not like it. | >| | >| If I remove the 'using std::getline' lines, everything is fine. | >| Does this mean we even don't support egcs an

Re: std::getline

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > >| egcs-2.91.66 does not like it. >| >| If I remove the 'using std::getline' lines, everything is fine. >| Does this mean we even don't support egcs anymore? > > What was the error again? > > I am pretty s

Re: 1.1.5pre2 anything missing?

2000-05-05 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 04-May-2000 Lars Gullik Bjønnes wrote: | > | > Any special issues that need to be resolved before 1.1.5pre2? | > | | What about the problem with the delete-key is this solved? I have not seen any further reports on it, but you are right nothing h

RE: 1.1.5pre2 anything missing?

2000-05-05 Thread Juergen Vigna
On 04-May-2000 Lars Gullik Bjønnes wrote: > > Any special issues that need to be resolved before 1.1.5pre2? > What about the problem with the delete-key is this solved? Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-M