RE: (not) a Bug

2000-11-09 Thread Juergen Vigna
On 09-Nov-2000 NightSwan wrote: it's not really a bug, just a little annoying, since I have to fire-up vim when editing large math-equasions. Lyx doen't seem to wrap long math-lines, so you can continue typing 'off-screen' and thus not see what you are doing. In 1.1.6cvs there is a

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Wed, Nov 08, 2000 at 11:33:20AM +0100, [EMAIL PROTECTED] wrote: I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with suse) I have downloaded libxforms.so.0.89 and libXpm.so.4.11 and

Re: [patch] Small fix

2000-11-09 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel nothing interesting to write here Applied. JMarc

Re: FormPreferences patch

2000-11-09 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Attached is a patch that gets rid of the timer. Feedback now Angus uses the Preemptive handler instead. Much simpler. The patch Angus also finishes off the Converters and Formats tabs. ALMOST. I Angus need a little help to finish off,

background colours for pop-up menus

2000-11-09 Thread Haase . Hartmut
Hi there, is there an easy way to change the colours for e. g. the table of contents or search and replace or mathed symbols or ...? They all have a very dark grey background. Regards, H. Haase

Re: small bug in lyx-1.1.5fix2

2000-11-09 Thread Jean-Marc Lasgouttes
"Peter" == Peter Breitenlohner [EMAIL PROTECTED] writes: Peter In order to configure with --disable-nls and to get all files Peter installed (in the right place?) and to avoid an error message Peter during "make install" I had to apply the enclosed small patch Peter (should be self

Re: stray LyX-files in /tmp ?

2000-11-09 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel Yes! The autosave code (AutoSave() in lyx_cb.C) creates a file Dekel in /tmp and then call to lyx::rename() which copy the file (in Dekel case /tmp is on different fs) and returns true, so AutoSave() Dekel doesn't remove the file. So either

..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
I am trying to install lyx-1.1.5fix2 (lyx-1.1.5) on my HP_UX 10.20 system, but I get the following message, somebody can help me? . . . Making all in mathed /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
"Beppe" == Beppe Giraudo [EMAIL PROTECTED] writes: Beppe I am trying to install lyx-1.1.5fix2 (lyx-1.1.5) on my HP_UX Beppe 10.20 system, but I get the following message, somebody can Beppe help me? What version of gcc are you using? Do you have libstdc++ installed? JMarc

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Jean-Marc Lasgouttes
"Yves" == Yves Bastide [EMAIL PROTECTED] writes: Yves You should use the XForms and Xpm from Debian: libforms-dev and Yves xpm4g-dev. Howether, due to a bug in this version of XForms, Yves composed letters (like ê on an azerty keyboard) will crash lyx. Yves The attached patch fixes this by

Re: [patch] C functions scoping test in configure

2000-11-09 Thread Jean-Marc Lasgouttes
"Yves" == Yves Bastide [EMAIL PROTECTED] writes: Yves The attached patch adds a function to config/lyxinclude.m4, for Yves testing whether one should use ::tolower or std::tolower. I thus Yves changed the #ifndef in src/support/lstrings.C as its the only Yves place where the Standard way is

Re: ..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
1) gcc-2.95.2 2) yes libstdc++ is installed ** * GIRAUDO G. * * I.N.F.N. TORINO* * Via Sette Comuni 56* * 10125 TORINO * * xx390113160016 tel * * xx390116190665 fax * ** On 9 Nov 2000, Jean-Marc Lasgouttes wrote: "Beppe" == Beppe

Re: Compiling Errors

2000-11-09 Thread Jean-Marc Lasgouttes
"Yves" == Yves Capdeboscq [EMAIL PROTECTED] writes: Yves Hello, When I try to compile lyx-1.1.5fix2 on my machine (a Yves sparc-sun-solaris2.7) I get a strange error message at the end Yves of the compilation: Yves ld: fatal: file /dev/zero: cannot mmap file: Not enough space Yves ld: elf

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
"Beppe" == Beppe Giraudo [EMAIL PROTECTED] writes: Beppe 1) gcc-2.95.2 2) yes libstdc++ is installed OK, how do you configure LyX? I see compilation is done with "gcc", it should be "g++". JMarc

RE: Crash on cross-ref inside table

2000-11-09 Thread Juergen Vigna
On 08-Nov-2000 Martin Vermeer wrote: Hi Martin! bug report (don't remember seeing this before): I can not reproduce this! Which version of LyX are you using (I see that you created the document with an old version of LyX) could you send me the document you cannot load? Greets Jürgen --

Re: ..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
I configure following the instructions... that mean with ./configure ** * GIRAUDO G. * * I.N.F.N. TORINO* * Via Sette Comuni 56* * 10125 TORINO * * xx390113160016 tel * * xx390116190665 fax * ** On 9 Nov 2000, Jean-Marc Lasgouttes

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
"Beppe" == Beppe Giraudo [EMAIL PROTECTED] writes: Beppe I configure following the instructions... that mean with Beppe ./configure What does "g++ -V" report? JMarc

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Thu, Nov 09, 2000 at 04:19:52PM +0100, Jean-Marc Lasgouttes wrote: "Yves" == Yves Bastide [EMAIL PROTECTED] writes: Yves You should use the XForms and Xpm from Debian: libforms-dev and Yves xpm4g-dev. Howether, due to a bug in this version of XForms, Yves composed letters (like ê on an

Lyx is getting crash

2000-11-09 Thread Riaz Ashaar
Hi: I have down loaded Lyx from the web site and install it, it was trying to print the manual. When I am trying to write into the postscript file, every thing becomes black but the process continue to run. I am using windows2000. How to solve this problem? And second problem is

Re: FormPreferences patch

2000-11-09 Thread Angus Leeming
Attached is yet another patch to FormPreferences. I think you'll like this one... The Colors tab is now working and, to show you all the fun you can have with it, I've given it the ability to modify the colors of the xforms GUI. In fact, this is ALL you can do with it at the moment; modifying

bug?

2000-11-09 Thread Chad Cunningham
Hi, I think this is a bug... I remap my caps lock to be a control key using xmodmap, and when I do this, neither of them work in lyx as control. Lyx is the only app I've run into this problem with, and if I remove the map, then lyx responds to the normal control key just fine. -- Chad

Empty captions invisible in TOC-dialog and Toc-menu-item.

2000-11-09 Thread R. Lahaye
Hi, If captions are left blank (in cases you only want "Figure/Table nr" as caption), these figures/tables do not show up properly in the LOF/LOT-dialog and Toc-menu-item, but show up as just blank/nothing. Is there a way to make such figures/tables better visible in the TOC-dialog and in the

RE: (not) a Bug

2000-11-09 Thread Juergen Vigna
On 09-Nov-2000 NightSwan wrote: > it's not really a bug, just a little annoying, since I have to fire-up vim > when editing large math-equasions. Lyx doen't seem to wrap long math-lines, > so you can continue typing 'off-screen' and thus not see what you are doing. > In 1.1.6cvs there is a

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Wed, Nov 08, 2000 at 11:33:20AM +0100, [EMAIL PROTECTED] wrote: > > I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I > don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with > suse) > I have downloaded libxforms.so.0.89 and

Re: [patch] Small fix

2000-11-09 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Applied. JMarc

Re: FormPreferences patch

2000-11-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is a patch that gets rid of the timer. Feedback now Angus> uses the Preemptive handler instead. Much simpler. The patch Angus> also finishes off the Converters and Formats tabs. ALMOST. I Angus> need a little help to

background colours for pop-up menus

2000-11-09 Thread Haase . Hartmut
Hi there, is there an easy way to change the colours for e. g. the table of contents or search and replace or mathed symbols or ...? They all have a very dark grey background. Regards, H. Haase

Re: small bug in lyx-1.1.5fix2

2000-11-09 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Breitenlohner <[EMAIL PROTECTED]> writes: Peter> In order to configure with --disable-nls and to get all files Peter> installed (in the right place?) and to avoid an error message Peter> during "make install" I had to apply the enclosed small patch Peter> (should be self

Re: stray LyX-files in /tmp ?

2000-11-09 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Yes! The autosave code (AutoSave() in lyx_cb.C) creates a file Dekel> in /tmp and then call to lyx::rename() which copy the file (in Dekel> case /tmp is on different fs) and returns true, so AutoSave() Dekel> doesn't remove the file.

..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
I am trying to install lyx-1.1.5fix2 (lyx-1.1.5) on my HP_UX 10.20 system, but I get the following message, somebody can help me? . . . Making all in mathed /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
> "Beppe" == Beppe Giraudo <[EMAIL PROTECTED]> writes: Beppe> I am trying to install lyx-1.1.5fix2 (lyx-1.1.5) on my HP_UX Beppe> 10.20 system, but I get the following message, somebody can Beppe> help me? What version of gcc are you using? Do you have libstdc++ installed? JMarc

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> You should use the XForms and Xpm from Debian: libforms-dev and Yves> xpm4g-dev. Howether, due to a bug in this version of XForms, Yves> composed letters (like ê on an azerty keyboard) will crash lyx. Yves> The attached patch fixes

Re: [patch] C functions scoping test in configure

2000-11-09 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> The attached patch adds a function to config/lyxinclude.m4, for Yves> testing whether one should use ::tolower or std::tolower. I thus Yves> changed the #ifndef in src/support/lstrings.C as its the only Yves> place where the Standard

Re: ..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
1) gcc-2.95.2 2) yes libstdc++ is installed ** * GIRAUDO G. * * I.N.F.N. TORINO* * Via Sette Comuni 56* * 10125 TORINO * * xx390113160016 tel * * xx390116190665 fax * ** On 9 Nov 2000, Jean-Marc Lasgouttes wrote: > > "Beppe" ==

Re: Compiling Errors

2000-11-09 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Capdeboscq <[EMAIL PROTECTED]> writes: Yves> Hello, When I try to compile lyx-1.1.5fix2 on my machine (a Yves> sparc-sun-solaris2.7) I get a strange error message at the end Yves> of the compilation: Yves> ld: fatal: file /dev/zero: cannot mmap file: Not enough space Yves>

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
> "Beppe" == Beppe Giraudo <[EMAIL PROTECTED]> writes: Beppe> 1) gcc-2.95.2 2) yes libstdc++ is installed OK, how do you configure LyX? I see compilation is done with "gcc", it should be "g++". JMarc

RE: Crash on cross-ref inside table

2000-11-09 Thread Juergen Vigna
On 08-Nov-2000 Martin Vermeer wrote: Hi Martin! > > bug report (don't remember seeing this before): I can not reproduce this! Which version of LyX are you using (I see that you created the document with an old version of LyX) could you send me the document you cannot load? Greets Jürgen --

Re: ..install 1.1.5fix2..

2000-11-09 Thread Beppe Giraudo
I configure following the instructions... that mean with ./configure ** * GIRAUDO G. * * I.N.F.N. TORINO* * Via Sette Comuni 56* * 10125 TORINO * * xx390113160016 tel * * xx390116190665 fax * ** On 9 Nov 2000, Jean-Marc Lasgouttes

Re: ..install 1.1.5fix2..

2000-11-09 Thread Jean-Marc Lasgouttes
> "Beppe" == Beppe Giraudo <[EMAIL PROTECTED]> writes: Beppe> I configure following the instructions... that mean with Beppe> ./configure What does "g++ -V" report? JMarc

Re: Compilation of LyX on Debian 2.2

2000-11-09 Thread Yves Bastide
On Thu, Nov 09, 2000 at 04:19:52PM +0100, Jean-Marc Lasgouttes wrote: > > "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> You should use the XForms and Xpm from Debian: libforms-dev and > Yves> xpm4g-dev. Howether, due to a bug in this version of XForms, > Yves> composed letters

Lyx is getting crash

2000-11-09 Thread Riaz Ashaar
Hi: I have down loaded Lyx from the web site and install it, it was trying to print the manual. When I am trying to write into the postscript file, every thing becomes black but the process continue to run. I am using windows2000. How to solve this problem? And second problem is

Re: FormPreferences patch

2000-11-09 Thread Angus Leeming
Attached is yet another patch to FormPreferences. I think you'll like this one... The Colors tab is now working and, to show you all the fun you can have with it, I've given it the ability to modify the colors of the xforms GUI. In fact, this is ALL you can do with it at the moment; modifying

bug?

2000-11-09 Thread Chad Cunningham
Hi, I think this is a bug... I remap my caps lock to be a control key using xmodmap, and when I do this, neither of them work in lyx as control. Lyx is the only app I've run into this problem with, and if I remove the map, then lyx responds to the normal control key just fine. -- Chad

Empty captions invisible in TOC-dialog and Toc-menu-item.

2000-11-09 Thread R. Lahaye
Hi, If captions are left blank (in cases you only want "Figure/Table " as caption), these figures/tables do not show up properly in the LOF/LOT-dialog and Toc-menu-item, but show up as just blank/nothing. Is there a way to make such figures/tables better visible in the TOC-dialog and in the