Re: strange behaviour in table

1999-12-22 Thread Allan Rae
This is the other table bug Juergen. As you can see both are multicolumn cell related with a double lines again a problem. Slava have you tried a more recent release at all? I don't think anything much has changed with tables while Juergen was away but now he's back so our top-gun table man is

Re: Problem with multicolumn table cells

1999-12-22 Thread Allan Rae
Juergen, this is one of the table bugs I mentioned. Matt which version of LyX was this in? Have you tried 1.1.4pre1 or the latest cvs at all? I haven't been able to reproduce this myself with 1.1.4pre1/latest cvs but it might be a pecularity of your system that triggers it. Can you provide a

Re: LyX-1.1.1 crashes with File->Export->Custom->Ascii->program

1999-12-22 Thread Allan Rae
On 20 Dec 1999, Jean-Marc Lasgouttes wrote: > > A long time ago, Allan wrote: > > Allan> Other developers: You might like to take a look at this also > Allan> and I think we're really going to have to make a press release > Allan> about this. In fact, I'm inclinded to just merge my two > Allan>

Re: Cannot compile Lyx 1.1.3 with SUN C++ on Solaris

1999-12-22 Thread Allan Rae
On 22 Dec 1999, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | Not all string classes are created equal. Take SGI's STL string for > | example. It's implemented in such a way that there is a 3-5 fold increase > | in size in an unstripped executable with debugging enab

Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compileLyx

1999-12-22 Thread Allan Rae
On Wed, 22 Dec 1999, Amir Karger wrote: > On Thu, Dec 23, 1999 at 02:21:11PM +1000, Allan Rae wrote: > > On 22 Dec 1999, Lars Gullik Bjønnes wrote: > > > > > And this is why it takes lyx two hours to compile on the new stdlib++, > > > 1 hour of that time is lyxfunc... > > > > > > reducing func

Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compile Lyx

1999-12-22 Thread Amir Karger
On Thu, Dec 23, 1999 at 02:21:11PM +1000, Allan Rae wrote: > On 22 Dec 1999, Lars Gullik Bjønnes wrote: > > > And this is why it takes lyx two hours to compile on the new stdlib++, > > 1 hour of that time is lyxfunc... > > > > reducing function size will speed up compilation time a lot. > > So

Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compileLyx

1999-12-22 Thread Allan Rae
On 22 Dec 1999, Lars Gullik Bjønnes wrote: > "Andre' Poenitz" <[EMAIL PROTECTED]> writes: > > | > of virtual memory. The gcc/egcs faq has very 'helpful' recommendations: > | > > | > > | > Optimize less (or dont't optimize at all), use only small > | > functions. > | > | Well. The second pa

Re: lyx-1.1.2, problems under SuSe 5.3 (libc5)

1999-12-22 Thread Allan Rae
On Wed, 22 Dec 1999, Juergen Vigna wrote: > > On 22-Dec-1999 Allan Rae wrote: > > > > Juergen, what version of STLport did you try with 2.7.2? > > Oh I cannot remember but the ChangeLog file tells me: > > > The following changes were made since 3.2 release: > > So I gues 3.2.x :) I can't e

Re: Strange "feature"

1999-12-22 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | Personally, I agree with Jean-Marc that it's better to | use a lexer for this task. The lexer is part of the | parsing effort, and it's a mistake to use regexps as | a substitute. | Maybe LyXLex is a lousy lexer, but the right solution | w

Re: One more lyx-devel on cygnus NT

1999-12-22 Thread Lars Gullik Bjønnes
"Dr. Ing. Roland Krause" <[EMAIL PROTECTED]> writes: | So I downloaded it from ftp.gnu.org. I then changed a few lines in | config.status and got LyX to compile ... | ... and after changing I will get that from ftp.gnu.org and include it in the lyx distribution. | But !!! If I use Steven's star

Re: And another NT prob with 1.1.4cvs

1999-12-22 Thread Lars Gullik Bjønnes
"Dr. Ing. Roland Krause" <[EMAIL PROTECTED]> writes: | the devel version on Cygwin-NT, but now I am stuck with a missing | regex.h. I thought this was usually part of libc. What libc is used? Does rx.h exist? | There is no such file on cygwin-20beta1. It's probably part of | a package that I do

Re: Bug report: LyX crashes when key is pressed with no file open

1999-12-22 Thread Kayvan A. Sylvan
On Mon, Dec 20, 1999 at 06:28:56AM -0800, A Rosina Bignall wrote: > > I didn't see this on the Known Bugs, or the lyx-devel archive, so I thought > I'd report it. I'm running lyx from the RPM, so I don't have a build to > produce a backtrace from, sorry. It seems simple enough to reproduce, b

Re: postscripts

1999-12-22 Thread Amir Karger
On Wed, Nov 10, 1999 at 03:50:18PM +1000, Allan Rae wrote: > On Tue, 9 Nov 1999 [EMAIL PROTECTED] wrote: > > > On Mon, 8 Nov 1999, Kayvan A. Sylvan wrote: > > > [From Amir] > > > > Is *anyone* working on (english) docs right now? > > > > > > Good question. > > > > I've got a few minor mods, but

One more lyx-devel on cygnus NT

1999-12-22 Thread Dr. Ing. Roland Krause
After looking thorugh the cygwin mailing lists, I figured that regex is not available under cygwin-b20. So I downloaded it from ftp.gnu.org. I then changed a few lines in config.status and got LyX to compile ... ... and after changing #include to extern "C" { #include } in LRegex.C I also go

And another NT prob with 1.1.4cvs

1999-12-22 Thread Dr. Ing. Roland Krause
Thanks to -fpermissive I got a little further in my journey on compiling the devel version on Cygwin-NT, but now I am stuck with a missing regex.h. There is no such file on cygwin-20beta1. It's probably part of a package that I dont have (yet) right ? Could you tell me which one and I'll try to ta

Re: Strange "feature"

1999-12-22 Thread Asger K. Alstrup Nielsen
> Lars> Sure it can. "^[ \t]*([12][0-9][0-9])[ \t]+\"([^ ]+)\"[ \t]+.*" > > Wouldn't something like > "^[ \t]*([12][0-9][0-9])[ \t]+\"(.*)\"[ \t]*$" > be better? It avoids junk at the end, does not force a space after the > final ". You are mis-using regular expressions to solve a semantic probl

Re: An improved finnish localization

1999-12-22 Thread Jean-Marc Lasgouttes
> "Pauli" == Pauli Virtanen <[EMAIL PROTECTED]> writes: Pauli> I have improved the finnish .po locale file that came with the Pauli> lyx version 1.1.3. Now the locale file contains much clearer Pauli> finnish, and the dialog/menu shortcuts are mostly working. Thanks you very much. I have jus

[akonstam@trinity.edu] Re: Feedback from www.lyx.org

1999-12-22 Thread Lars Gullik Bjønnes
--- Start of forwarded message --- Message-ID: <[EMAIL PROTECTED]> Date: Tue, 21 Dec 1999 08:51:12 -0600 (CST) Reply-To: [EMAIL PROTECTED] Organization: Trinity University From: [EMAIL PROTECTED] To: (Lars Gullik=?us-ascii?Q?_Bj=F8nnes?=) <[EMAIL PROTECTED]> Subject: Re: Feedback from www.

An improved finnish localization

1999-12-22 Thread Pauli Virtanen
I have improved the finnish .po locale file that came with the lyx version 1.1.3. Now the locale file contains much clearer finnish, and the dialog/menu shortcuts are mostly working. The po-file is available here: http://www.saunalahti.fi/pvirtan2/lyx/fi.po.gz The menu bindings are here http://w

Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compile Lyx

1999-12-22 Thread Lars Gullik Bjønnes
"Andre' Poenitz" <[EMAIL PROTECTED]> writes: | > of virtual memory. The gcc/egcs faq has very 'helpful' recommendations: | > | > | > Optimize less (or dont't optimize at all), use only small | > functions. | | Well. The second part *is* helpful... And this is why it takes lyx two hours t

Re: I'd like to help

1999-12-22 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | > My name is Matt. I'm out of Florida, USA. I would like to tackle a | > couple of things that it seems need to be done. | > 1: First, it seems that in the export section, the Postscript@ stuff | > needs to be implemented more directly(as opposed to through

Re: Cannot compile Lyx 1.1.3 with SUN C++ on Solaris

1999-12-22 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Not all string classes are created equal. Take SGI's STL string for | example. It's implemented in such a way that there is a 3-5 fold increase | in size in an unstripped executable with debugging enabled and a 2-3 fold | increase in size in a stripped -O

Re: Compilers, exceptions, code size, etc. [was: Re: Cannot compile Lyx

1999-12-22 Thread Andre' Poenitz
> of virtual memory. The gcc/egcs faq has very 'helpful' recommendations: > > > Optimize less (or dont't optimize at all), use only small > functions. Well. The second part *is* helpful... Andre' -- André Pönitz . [EMAIL PROTECTED]

Compilers, exceptions, code size, etc. [was: Re: Cannot compile Lyx 1.1.3 with SUN C++ on Solaris]

1999-12-22 Thread Arnd Hanses
On Wed, 22 Dec 1999 12:59:28 +1000 (GMT+1000), Allan Rae wrote: >ven with 128MB of RAM and dual 400MHz processors it takes twice as long >to compile with SGI's string and _no_ exceptions as it does to compile lyx >with the lyx supplied string _and_ exceptions! (12minutes vs 6minutes) >The only d

Re: lyx-1.1.2, problems under SuSe 5.3 (libc5)

1999-12-22 Thread Juergen Vigna
On 22-Dec-1999 Allan Rae wrote: > > Juergen, what version of STLport did you try with 2.7.2? Oh I cannot remember but the ChangeLog file tells me: > The following changes were made since 3.2 release: So I gues 3.2.x :) > BTW, welcome back and thanks for fixing the table crash so quickly. >