Re: [patch] aspell.C compile fix

2003-09-11 Thread Juergen Spitzmueller
shall I apply the fix? (including to aspell.C) Juergen.

[PATCH] centering float contents

2003-09-11 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=1290 This patch is on bugzilla for a while, but since there's no discussion I thought I'd bring it up here. As you know, LyX does not center (in general: align) float contents (figures, tabulars) right, because \begin{center}...\end{center} is implemented

frenchb

2003-09-11 Thread Dekel Tsur
Why do we have frenchb in lib/languages ? The Babel documentation says that it is obsolete.

Re: --with-included-strings

2003-09-11 Thread Andre Poenitz
> We can do this for a while, until you have been able to test the > private inheritance stuff. But do you really expect private > inheritance to work better than forwarding? A bit perhaps. Definitely not much, maybe not even measurable. > The reason forwarding didn't work well is that stirngs ar

Re: --with-included-strings

2003-09-11 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Sep 11, 2003 at 05:24:12PM +0200, Lars Gullik Bjønnes wrote: >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> | On Thu, Sep 11, 2003 at 03:41:41PM +0200, Lars Gullik Bjønnes wrote: >> >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> >> >> |

Re: Towards LyX 1.3.3 (status update #2)

2003-09-11 Thread John Levon
On Wed, Sep 10, 2003 at 06:30:35PM +0200, Jean-Marc Lasgouttes wrote: > Ronald Florence). The patch mathed.patch fixes this, but I have no > idea of the side effects on linux (I do not use xft). > > Could you have a look? Could it be that the fonts themsleves have Patch doesn't apply ... > wron

Re: --with-included-strings

2003-09-11 Thread Andre Poenitz
On Thu, Sep 11, 2003 at 05:24:12PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Thu, Sep 11, 2003 at 03:41:41PM +0200, Lars Gullik Bjønnes wrote: > >> Andre Poenitz <[EMAIL PROTECTED]> writes: > >> > >> | --with-included-string > >> | 283 ./frontend

Re: --with-included-strings

2003-09-11 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Sep 11, 2003 at 03:41:41PM +0200, Lars Gullik Bjønnes wrote: >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> |--with-included-string >> |283 ./frontends/qt2/ui/moc >> |569 ./frontends/qt2/ui >> >> Did you test this now? I

Re: --with-included-strings

2003-09-11 Thread John Levon
On Thu, Sep 11, 2003 at 05:08:18PM +0200, Lars Gullik Bjønnes wrote: > My vote is to ditch lyx::string now. Amen. john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: --with-included-strings

2003-09-11 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Andre Poenitz <[EMAIL PROTECTED]> writes: > | | --with-included-string | | 283 ./frontends/qt2/ui/moc | | 569 ./frontends/qt2/ui Ok, this is the results from my testing: | Build Time | Link Time | ls -l| size

[patch] aspell.C compile fix

2003-09-11 Thread Juergen Spitzmueller
regards, Juergen. Index: src/aspell.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/aspell.C,v retrieving revision 1.7 diff -u -r1.7 aspell.C --- src/aspell.C 9 Sep 2003 22:13:22 - 1.7 +++ src/aspell.C 11 Sep 2003 14:42:05 -00

Another trivial "make dist" problem

2003-09-11 Thread Kayvan A. Sylvan
With this, I now have the automated builds working again. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: s

Re: Towards LyX 1.3.3 (status update #2)

2003-09-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I'd rather think your fonts are correct and the fonts we've Andre> seen so far are broken as we have this code The problem is that these are the same fonts, but Qt/X11 and Qt/Mac do not give the same result. This may be because the

Re: Towards LyX 1.3.3 (status update #2)

2003-09-11 Thread Andre Poenitz
On Wed, Sep 10, 2003 at 06:30:35PM +0200, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> On Wed, Sep 10, 2003 at 05:55:27PM +0200, Jean-Marc Lasgouttes > John> wrote: > >> Ronald Florence also has a patch to make the display of \int or > >> \prod cor

Re: --with-included-strings

2003-09-11 Thread Andre Poenitz
On Thu, Sep 11, 2003 at 03:41:41PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | --with-included-string > | 283 ./frontends/qt2/ui/moc > | 569 ./frontends/qt2/ui > > Did you test this now? I had to make sevral small changes to get > with-i

Re: --with-included-strings

2003-09-11 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | --with-included-string | 283 ./frontends/qt2/ui/moc | 569 ./frontends/qt2/ui Did you test this now? I had to make sevral small changes to get with-included-string to work. And it must have been non-working for several days, so

Re: --with-included-strings

2003-09-11 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Can anybody reproduce this? I'll have a look. (would be nice if some other compilers than gcc was tested...) (a cygwin test perhaps?) | If so, this might be the time to drop lyxstring... Yes, please. -- Lgb

Re: Potential bug?

2003-09-11 Thread Andre Poenitz
On Thu, Sep 11, 2003 at 01:17:12PM +0200, Michael Schmitt wrote: > Hi, > > I was looking for a small code snippet that tells me how to use > iterators in combination with erase (the latter makes the iterator invalid). > > When browsing through the LyX sources, I came across the following code: >

--with-included-strings

2003-09-11 Thread Andre Poenitz
Some results from my 'stats' 'log': Old values: edit() -> LFUN_EDIT 283 ./frontends/qt2/ui/moc 565 ./frontends/qt2/ui 246 ./frontends/qt2/moc 1283./frontends/qt2 93 ./frontends/gnome 44157 ./frontends/controllers

Potential bug?

2003-09-11 Thread Michael Schmitt
Hi, I was looking for a small code snippet that tells me how to use iterators in combination with erase (the latter makes the iterator invalid). When browsing through the LyX sources, I came across the following code: void PreviewLoader::Impl::remove(string const & latex_snippet) {

Re: counters

2003-09-11 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Do we have already 'generic counters'? > | I.e. can I get 'Theorem 2.4' displayed within LyX? > >>From a quick glance it looks as some of the needed code is there but the | final bits are hard-coded... We are pretty close, but as you have discovered som

counters

2003-09-11 Thread Andre Poenitz
Do we have already 'generic counters'? I.e. can I get 'Theorem 2.4' displayed within LyX? >From a quick glance it looks as some of the needed code is there but the final bits are hard-coded... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they