BUG: First time running LyX problem on XWinPro Xserver for Windows

2000-04-20 Thread Josh Rigler
Maybe this is an Xforms bug, but it's worth looking into. I have several PC's on my network running XWinPro 5.2 from Labtam Finland Ltd (www.labf.com). This is a relatively inexpensive Xserver for the MS Windows environment. When running LyX for the first time, through XWinPro, I cannot get the

Re: No equations in figure captions in latest 1.1.5cvs

2000-04-20 Thread Dekel Tsur
On Thu, Apr 20, 2000 at 03:12:15PM +0100, Ben Cazzolato wrote: > Guys > > Just downloaded the latest version of 1.1.5cvs RPM as of 2:00pm GMT. It fixed > my cut and paste problem but now I can't run latex when I have equations in the > figure captions. I looks like it's dropping the $ from arou

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Andre Poenitz
> The problem does not seem to depend on whether the paragraphs are > first/last in the document or not. Can't we switch from the current handcrafted list of paragraphs to some stl container (a list or rope e.g.) rather soon now? I have the suspicion that most of the current stability problems

Re: Cleaning up figinset.C

2000-04-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Is that really a good idea? Using stringstream means currently lots of | #ifdef in the code. So this can probably wait until many compilers | support stringstream. We should never use strstreams with at the same time support stringstreams...unti

Re: Layout menu patch

2000-04-20 Thread Dekel Tsur
On Thu, Apr 20, 2000 at 06:27:21PM +0300, Dekel Tsur wrote: > > Another idea, maybe even more useful would be to have a vertical line > > in the left margin showing how the grouping is currently. It could be > > possible then to click somehow on this line to increase/decrease depth. > > This is a

Re: Layout menu patch

2000-04-20 Thread Dekel Tsur
On Wed, Apr 19, 2000 at 03:40:51PM +0200, Jean-Marc Lasgouttes wrote: > > "Gady" == Gady Kozma <[EMAIL PROTECTED]> writes: Shalom Gady! Are you aware that I've added Hebrew support to LyX 1.1.5 ? I'll be happy if you can help me improving it... > Gady> B) The menu now displays the depth too.

No equations in figure captions in latest 1.1.5cvs

2000-04-20 Thread Ben Cazzolato
Guys Just downloaded the latest version of 1.1.5cvs RPM as of 2:00pm GMT. It fixed my cut and paste problem but now I can't run latex when I have equations in the figure captions. I looks like it's dropping the $ from around the equations. See below for extract of my log file. Ben ___

Re: [azugaldia@retemail.es] Feedback from www.lyx.org

2000-04-20 Thread Jean-Marc Lasgouttes
Antonio>I am a LyX user and I am subscribed to the mailing Antonio> lists for a long time but I don't know if you are interested Antonio> on this. This month the spanish printed magazine "Solo Antonio> Linux" (Linux Only) publish a brief article about LyX Antonio> wrotten by me. Mainly, I

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well I don't know if you're completely right. I controled the Juergen> code in CutAndPaste.C line per line and I do exactly the same Juergen> as in the old code (still in text2.C::CutSelection(...)). I Juergen> see that there i

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Juergen Vigna
On 20-Apr-2000 Jean-Marc Lasgouttes wrote: > > There is still a problem when cutting multiple paragraphs. If I create > a document with two paragraphs and try to cut them, I get a Free > Memory Read from purify (log follows). I do not know the code very > well, so I don't know what to do now. No

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ben Cazzolato <[EMAIL PROTECTED]> writes: | Was copying Lars> and pasting a figure float in the 1.1.5cvs RPM when it | core Lars> dumped. Lars> Juergen applied a patch yesterday that should fix some of this. Lars> Can you try

Re: Cleaning up figinset.C

2000-04-20 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Also one more note...I am trying to get rid of tostr since their Lars> functionality is handled by stringstreams. Is that really a good idea? Using stringstream means currently lots of #ifdef in the code. So this can probably

Re: XTL

2000-04-20 Thread Angus Leeming
Angus> What do you use if snprintf() is not defined on your system? Lars> Why will a stringstream not work? Thanks for the hint. I hadn't come across them before (still learning...). It worked perfectly. Angus> #define def_simple_output(type, form) \ Angus> void output_simple(type const& data

BIG BUG crash_&_burn with 1.1.14fix3

2000-04-20 Thread Garst R. Reese
I put some .eps files in a lyx file with names like 1st_Photo.eps All went fine. Until I closed and tried to reopen the file. gs crashed X crashed my next message was login: I looked in the .lyx file with a text editor and found 1st Photo The underscore and the .eps were missing. I renamed all of

Re: Cleaning up figinset.C

2000-04-20 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | It might be a good idea to clean it up in order to understand what | is going on. Then you have a better fundation for the rewrite -- | in a dual sense: You want to do the good things from the existing | implementation, and you want to avoi

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Lars Gullik Bjønnes
Ben Cazzolato <[EMAIL PROTECTED]> writes: | Was copying and pasting a figure float in the 1.1.5cvs RPM when it | core dumped. Juergen applied a patch yesterday that should fix some of this. Can you try the updated cvs (or rpm) and try with that? Lgb

Re: Core dump in 1.1.5cvs

2000-04-20 Thread Ben Cazzolato
Further to this email. It is very repeateable. Create a new doc. Create a figure float. Copy it and try pasting. Bam, it dumps. Table floats also cause a core dump. So do margin notes. Ben > > Hi Guys > > Was copying and pasting a figure float in the 1.1.5cvs RPM when it core dumped. >

Core dump in 1.1.5cvs

2000-04-20 Thread Ben Cazzolato
Hi Guys Was copying and pasting a figure float in the 1.1.5cvs RPM when it core dumped. Attached is the trace from gdb /usr/bin/lyxgdb core 2>&1 | tee lyxdump.txt Ben GNU gdb 4.17.0.11 with Linux support Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU

Re: Bugs in the text inset

2000-04-20 Thread Asger K. Alstrup Nielsen
> [Change of font data structure to be a sorted list and use special characters > to represent font change points] More discussion: The change will increase memory consumption, although only minimally. Regarding the argument that it will be possible to get the proper font change by being able t

Re: Bugs in the text inset

2000-04-20 Thread Asger K. Alstrup Nielsen
> I've looked for your kernel in the 'lyx' cvs module, but the code there is > incomplete. Is there a working version of your kernel? Is it still the plan > to use it instead of the current kernel? When? The kernel in the cvs module is what there is, besides some documentation which I'm not sure

Re: Cleaning up figinset.C

2000-04-20 Thread Asger K. Alstrup Nielsen
[Figinset] > Ok, it is looks ok I'll just apply it. However note that I really > don't want this cleaned up, I want it rewritten! It might be a good idea to clean it up in order to understand what is going on. Then you have a better fundation for the rewrite -- in a dual sense: You want to do the