Re: Annoying and easy to fix bug in 1.6fix2 (and earlier)

2001-05-25 Thread Moritz Moeller-Herrmann
On Thu, May 24, 2001 at 11:04:24PM +0100, John Levon wrote: I don't know why KDE2 drops support for this option. I guess it is because kdvi is only a kpart that is embedded. You can, however, change the option by adding : \view_dvi_paper_option -option to $HOME/.lyx/preferences where

Re: [Fwd: Re: Crash on second screen]

2001-05-25 Thread Angus Leeming
The library, as reported by ldd, is /usr/X11R6/lib/libforms.so.0.88 and the version entries in /usr/X11R6/include/forms.h are: #define FL_VERSION 0 #define FL_REVISION 88 #define FL_FIXLEVEL1 This is the latest version reported on the XFreeBSD Ports

Re: mathed76.diff

2001-05-25 Thread Andre Poenitz
Array/eqnarray: - Reading a file with a math array ALWAYS gives a crash. Please send me a small .lyx file. - You cannot select more that one cell in an array/eqnarray. This cannot be changed before the remaining low level parts are reworked (especially the math cursor). - Pressing

Bug in Include file dialog

2001-05-25 Thread Michael Schmitt
Hi, could anybody please check whether the following bug is still present in the latest cvs version? In the Include file dialog, the OK is not activated if you change the file name by hand instead of opening the file browser. Michael --

Re: [Ben Stanley bds02@uow.edu.au] Re: [PATCH] Compiling lyx-1.1.6fix1 on RH 7.1

2001-05-25 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: I forward to the list the message I just got from Ben. It seems that RH7.1 sstream wants to use lyxstring::replace (size_t , const size_t , int ) and this does not exist. Are we supposed to implement this? This seems strange to me. Ben, what is the relevant extract

Re: mathed76.diff

2001-05-25 Thread Dekel Tsur
On Fri, May 25, 2001 at 02:24:09PM +0200, Andre Poenitz wrote: Array/eqnarray: - Reading a file with a math array ALWAYS gives a crash. Please send me a small .lyx file. See bug.lyx PS: why the {cc} appears on a new line? - You cannot select more that one cell in an array/eqnarray.

Re: GIFs

2001-05-25 Thread dochawk
On Thu, 24 May 2001, John Levon wrote: Is it OK for me to convert all the GIFs on lyx.org to PNGs ? I doubt anyone runs a browser these days that can't handle PNG (well except transparent PNGs). Netscape 3--which is what I tend to use when I'm not using lynx . . . On most *nix I've used,

Re: [BUG] citation dialog

2001-05-25 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Is this HEAD or BRANCH_1_1_6? Angus Head is obvously the most important, but .1.6 would be nice too. JMarc, starring at the sea with his laptop on his lap, as it should...

Lyx Mathpanel (fwd)

2001-05-25 Thread Alejandro Aguilar Sierra
I think I had forgot to send this message. Sorry! -- Alejandro Aguilar Sierra [EMAIL PROTECTED] -- Forwarded message -- Date: Mon, 19 Mar 2001 10:31:39 +0100 From: Sadik Hafizovic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Lyx Mathpanel Hello Alejandro, first of all, let

Depfile problem

2001-05-25 Thread Dekel Tsur
On some machines, the beginning of the .log file when running pdflatex is **file.tex (file.tex[/usr/share/texmf/pdftex/config/pdftex.cfg] The result is that file.tex is not inderted to the dependency file. The solution is to add the line head.insert(OnlyFilename(file), true) at the

patching problem ...

2001-05-25 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, maybe you have already recceived this note - AFAIK not, but anyway: When applying patch-1.1.6fix2 onto a 1.1.6fix1-patched root tree, the following messages occur (not important, but pointing on something going wrong): The next patch would create the file

Re: patching problem ...

2001-05-25 Thread Dekel Tsur
On Fri, May 25, 2001 at 08:45:15PM +0200, Dr. Ing. Dieter Jurzitza wrote: Besides: how can I make lyx use a Helvetica font globally in a document? Everytime I change to Helvetica lyx drops it in the next paragraph and returns to Roman. Mark you document with the mouse, change the font - but be

what's the status of cvs server?

2001-05-25 Thread larry
Is anonymous cvs available again? From where? Best Regards.

Re: what's the status of cvs server?

2001-05-25 Thread Kayvan A. Sylvan
On Fri, May 25, 2001 at 06:49:24PM -0700, [EMAIL PROTECTED] wrote: Is anonymous cvs available again? From where? Best Regards. It's been available for a while from anoncvs.us.lyx.org, AKA cvs.sylvan.com export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/lyx I set it up when the anon cvs

Re: Annoying and easy to fix bug in 1.6fix2 (and earlier)

2001-05-25 Thread Moritz Moeller-Herrmann
On Thu, May 24, 2001 at 11:04:24PM +0100, John Levon wrote: > I don't know why KDE2 drops support for this option. I guess it is because kdvi is only a kpart that is embedded. > You can, however, change the option by adding : > > \view_dvi_paper_option "-option" > > to $HOME/.lyx/preferences

Re: [Fwd: Re: Crash on second screen]

2001-05-25 Thread Angus Leeming
> The library, as reported by ldd, is /usr/X11R6/lib/libforms.so.0.88 and > the version entries in /usr/X11R6/include/forms.h are: > > #define FL_VERSION 0 > #define FL_REVISION 88 > #define FL_FIXLEVEL1 > > This is the latest version reported on the XFreeBSD

Re: mathed76.diff

2001-05-25 Thread Andre Poenitz
> Array/eqnarray: > > - Reading a file with a math array ALWAYS gives a crash. Please send me a small .lyx file. > - You cannot select more that one cell in an array/eqnarray. This cannot be changed before the remaining low level parts are reworked (especially the math cursor). > - Pressing

Bug in "Include file" dialog

2001-05-25 Thread Michael Schmitt
Hi, could anybody please check whether the following bug is still present in the latest cvs version? In the "Include file" dialog, the "OK" is not activated if you change the file name by hand instead of opening the file browser. Michael --

Re: [Ben Stanley <bds02@uow.edu.au>] Re: [PATCH] Compiling lyx-1.1.6fix1 on RH 7.1

2001-05-25 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >I forward to the list the message I just got from Ben. It seems that >RH7.1 sstream wants to use > lyxstring::replace (size_t &, const size_t &, int &) >and this does not exist. Are we supposed to implement this? This seems >strange to me. > >Ben, what is the

Re: mathed76.diff

2001-05-25 Thread Dekel Tsur
On Fri, May 25, 2001 at 02:24:09PM +0200, Andre Poenitz wrote: > > Array/eqnarray: > > > > - Reading a file with a math array ALWAYS gives a crash. > > Please send me a small .lyx file. See bug.lyx PS: why the {cc} appears on a new line? > > - You cannot select more that one cell in an

Re: GIFs

2001-05-25 Thread dochawk
On Thu, 24 May 2001, John Levon wrote: > Is it OK for me to convert all the GIFs on lyx.org to PNGs ? > > I doubt anyone runs a browser these days that can't handle PNG > (well except transparent PNGs). Netscape 3--which is what I tend to use when I'm not using lynx . . . On most *nix I've

Re: [BUG] citation dialog

2001-05-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Is this HEAD or BRANCH_1_1_6? Angus Head is obvously the most important, but &.1.6 would be nice too. JMarc, starring at the sea with his laptop on his lap, as it should...

Lyx Mathpanel (fwd)

2001-05-25 Thread Alejandro Aguilar Sierra
I think I had forgot to send this message. Sorry! -- Alejandro Aguilar Sierra [EMAIL PROTECTED] -- Forwarded message -- Date: Mon, 19 Mar 2001 10:31:39 +0100 From: Sadik Hafizovic <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Lyx Mathpanel Hello Alejandro, first of all,

Depfile problem

2001-05-25 Thread Dekel Tsur
On some machines, the beginning of the .log file when running pdflatex is **file.tex (file.tex[/usr/share/texmf/pdftex/config/pdftex.cfg] The result is that file.tex is not inderted to the dependency file. The solution is to add the line head.insert(OnlyFilename(file), true) at the

patching problem ...

2001-05-25 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, maybe you have already recceived this note - AFAIK not, but anyway: When applying patch-1.1.6fix2 onto a 1.1.6fix1-patched root tree, the following messages occur (not important, but pointing on something going wrong): The next patch would create the file

Re: patching problem ...

2001-05-25 Thread Dekel Tsur
On Fri, May 25, 2001 at 08:45:15PM +0200, Dr. Ing. Dieter Jurzitza wrote: > Besides: how can I make lyx use a Helvetica font globally in a document? > Everytime I change to Helvetica lyx drops it in the next paragraph and returns > to Roman. Mark you document with the mouse, change the font - but

what's the status of cvs server?

2001-05-25 Thread larry
Is anonymous cvs available again? From where? Best Regards.

Re: what's the status of cvs server?

2001-05-25 Thread Kayvan A. Sylvan
On Fri, May 25, 2001 at 06:49:24PM -0700, [EMAIL PROTECTED] wrote: > Is anonymous cvs available again? From where? > > Best Regards. It's been available for a while from anoncvs.us.lyx.org, AKA cvs.sylvan.com export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/lyx I set it up when the anon

CJK-LyX-1.1.6fix2, Again!

2001-05-25 Thread cghan
Hello, Couple of days ago, I sent to this mailing list an email announcement of availability of CJK-LyX-1.1.6fix2, which has never been appeared on the mail-archive. I know that the mail went through seccessfully, for several subscribers to this mailing list have told me they've got the