Re: Bug in 1.0.4

1999-10-02 Thread Asger K. Alstrup Nielsen
Are we going to use this? - if (!isalnum(name[i]) name[i] != '.') + if (!isalnum(name[i]) name[i] != '.' +name[i] != '-' name[i] != '+' name[i] != '=' ) Yes, that looks good. Lgb, will you apply that to the SpaceLess function? (I

Re: FLTK as the GUI toolkit for LyX

1999-10-02 Thread Asger K. Alstrup Nielsen
I prefer Windows native to MFC, since Windows native code is fairly easily portable to OS/2 PM. How do you estimate Abiword toolkit (abi/src/af/)? I don't know the Abiword toolkit. Do you have a link? Greets, Asger

koi8-r kmap

1999-10-02 Thread Nick Slussar
May be someone already has done it... but, nevertheless, it is koi8-r kmap. -- nslu [äÖÁ ÄÁÓÔ ÎÁÍ ×Ó£?] # keyboad mapping for Koi8-r # by Nick Slussar, 1999 [EMAIL PROTECTED] \kmap q Ê \kmap w à \kmap e Õ \kmap r Ë \kmap t Å \kmap y Î \kmap u Ç \kmap i Û \kmap o Ý \kmap

Re: Bug in 1.0.4

1999-10-02 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: Are we going to use this? - if (!isalnum(name[i]) name[i] != '.') + if (!isalnum(name[i]) name[i] != '.' +name[i] != '-' name[i] != '+' name[i] != '=' ) Yes, that looks good. Lgb, will you

Re: glibc2.?

1999-10-02 Thread Lars Gullik Bjønnes
Sergio Luiz Carmelo Barroso - pos [EMAIL PROTECTED] writes: | The same person that told me that I need glibc2.1.1 told too | that another way to solve the problem is building LyX from source (at | least, was this that I understood) | | -Is it necessary to have glibc2.1.1 and gcc

Re: FLTK for LyX?

1999-10-02 Thread Lars Gullik Bjønnes
"Steve C." [EMAIL PROTECTED] writes: | Hi, | I was wondering if you ever considered using fltk(http://www.fltk.org) for | LyX? | It has XForms compatibility and also works on Windows. | Great work on LyX, I really like it and look forward to future versions. The XForms compatibility is not very

Re: Bug in 1.0.4

1999-10-02 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" [EMAIL PROTECTED] writes: | Are we going to use this? | | - if (!isalnum(name[i]) name[i] != '.') | + if (!isalnum(name[i]) name[i] != '.' | +name[i] != '-' name[i] != '+' name[i] != '=' ) One question

The NU News Group debate.

1999-10-02 Thread NU
To NU participant with the [_ _ _R.S.] password. The next NU News Group debate topics are: 1) 9% PF - You no longer need to pay income tax. 2) NHRI - Free health and retirement insurance. 3) NU has joined the FIN (Family ISPs Network) - the spam eliminator.(It stops porno,hate groups, and

Re: [XFreeOS2] Cannot Run Some X_Apps

1999-10-02 Thread Arnd Hanses
On 2 Oct 1999 15:33:52 +0900, [EMAIL PROTECTED] wrote: BTW Arnd, could you prepare binary distribution of 1.0.4, or do I have to do it myself? Till now I've only installed emx0.9c, which is not particularly a problem with LyX 1.0.4, but it might be the last release which can be compiled with

planning a merge

1999-10-02 Thread Lars Gullik Bjønnes
Since I don't know of any specific issues that needs resolving wrt. to change to std::string I will merge the string-switch branch back into the main trunk. I will also release a prerelease to get people to try it out, and discover the bugs that the change caused (0% probability of no bugs).

Re: planning a merge

1999-10-02 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: Since I don't know of any specific issues that needs resolving wrt. to change to std::string I will merge the string-switch branch back into the main trunk. I will also release a prerelease to get people to try it out, and discover the bugs that the change

Re: www.lyx.org

1999-10-02 Thread Lars Gullik Bjønnes
Amir Karger [EMAIL PROTECTED] writes: | The problem with this is that the customization feature is a | per-directory thing, rather than a per-site thing. | | You're right. Problem. Amir and I fixed this. | OK. I give up. I actually went out on to the web got a php counter code, | but I

New development series and a new prerelease.

1999-10-02 Thread Lars Gullik Bjønnes
We have finally been able to end the 1.0.x series, and has opened up a new 1.1.x series. We expect all releases in this series to be stable. I have put a new prerelease lyx-1.1.1pre1 on ftp.lyx.org and at ftp.devel.lyx.org. This release does _not_ added any features to the ones in LyX 1.0.4. It

Re: degree symbol

1999-10-02 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | Alice just asked me how to make a degree symbol as in degrees Celsius. | Surely there is an easier way than \usepackage{pifont} in the preamble | and | 200(ERT on)\Pisymbol{psy}{176}(ERT off)C. | Garst You should, if you use latin1, be able to use

Re: Bug in 1.0.4

1999-10-02 Thread Arnd Hanses
On Sat, 2 Oct 1999 11:15:26 +0200 (METDST), Asger K. Alstrup Nielsen wrote: (I can't believe I didn't notice the isalnum() call ! :-) ;-) After missing calls so often that others (core developers) had introduced, it's somewhat pleasant to see the others (core people) miss a call I had

Re: Bug in 1.0.4

1999-10-02 Thread Arnd Hanses
On 02 Oct 1999 13:52:01 +0200, Lars Gullik Bj°nnes wrote: "Asger K. Alstrup Nielsen" [EMAIL PROTECTED] writes: | Are we going to use this? | | - if (!isalnum(name[i]) name[i] != '.') | + if (!isalnum(name[i]) name[i] != '.' | +name[i]

es.po and small bug fix

1999-10-02 Thread David S de Lis
Hi all! I am back (sorta). They killed my old server rather badly (and without notice) I am hoping to find an email account that can support the burden of some mailing lists... once I got it, I'll subscribe again... I have updated es.po as to version 1.0.4pre8, I am sorry if I am late for

Re: degree symbol

1999-10-02 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: "Garst R. Reese" [EMAIL PROTECTED] writes: | Alice just asked me how to make a degree symbol as in degrees Celsius. | Surely there is an easier way than \usepackage{pifont} in the preamble | and | 200(ERT on)\Pisymbol{psy}{176}(ERT off)C. | Garst You

Re: Bug in 1.0.4

1999-10-02 Thread Asger K. Alstrup Nielsen
> Are we going to use this? > > - if (!isalnum(name[i]) && name[i] != '.') > + if (!isalnum(name[i]) && name[i] != '.' > + && name[i] != '-' && name[i] != '+' name[i] != '=' ) Yes, that looks good. Lgb, will you apply that to the SpaceLess

Re: FLTK as the GUI toolkit for LyX

1999-10-02 Thread Asger K. Alstrup Nielsen
> I prefer Windows native to MFC, since Windows native code is fairly easily > portable to OS/2 PM. How do you estimate Abiword toolkit (abi/src/af/)? I don't know the Abiword toolkit. Do you have a link? Greets, Asger

koi8-r kmap

1999-10-02 Thread Nick Slussar
May be someone already has done it... but, nevertheless, it is koi8-r kmap. -- nslu [äÖÁ ÄÁÓÔ ÎÁÍ ×Ó£?] # keyboad mapping for Koi8-r # by Nick Slussar, 1999 <[EMAIL PROTECTED]> \kmap q Ê \kmap w à \kmap e Õ \kmap r Ë \kmap t Å \kmap y Î \kmap u Ç \kmap i Û \kmap o Ý

Re: Bug in 1.0.4

1999-10-02 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: > > > Are we going to use this? > > > > - if (!isalnum(name[i]) && name[i] != '.') > > + if (!isalnum(name[i]) && name[i] != '.' > > + && name[i] != '-' && name[i] != '+' name[i] != '=' ) > > Yes, that looks

Re: glibc2.?

1999-10-02 Thread Lars Gullik Bjønnes
Sergio Luiz Carmelo Barroso - pos <[EMAIL PROTECTED]> writes: | The same person that told me that I need glibc2.1.1 told too | that another way to solve the problem is building LyX from source (at | least, was this that I understood) | | -Is it necessary to have glibc2.1.1 and gcc

Re: FLTK for LyX?

1999-10-02 Thread Lars Gullik Bjønnes
"Steve C." <[EMAIL PROTECTED]> writes: | Hi, | I was wondering if you ever considered using fltk(http://www.fltk.org) for | LyX? | It has XForms compatibility and also works on Windows. | Great work on LyX, I really like it and look forward to future versions. The XForms compatibility is not

Re: Bug in 1.0.4

1999-10-02 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > Are we going to use this? | > | > - if (!isalnum(name[i]) && name[i] != '.') | > + if (!isalnum(name[i]) && name[i] != '.' | > + && name[i] != '-' && name[i] != '+' name[i] != '=' ) One

The NU News Group debate.

1999-10-02 Thread NU
To NU participant with the [_ _ _R.S.] password. The next NU News Group debate topics are: 1) 9% PF - You no longer need to pay income tax. 2) NHRI - Free health and retirement insurance. 3) NU has joined the FIN (Family ISPs Network) - the spam eliminator.(It stops porno,hate groups, and

Re: [XFreeOS2] Cannot Run Some X_Apps

1999-10-02 Thread Arnd Hanses
On 2 Oct 1999 15:33:52 +0900, [EMAIL PROTECTED] wrote: > >BTW Arnd, could you prepare binary distribution of 1.0.4, or do I have >to do it myself? Till now I've only installed emx0.9c, which is not particularly a problem with LyX 1.0.4, but it might be the last release which can be compiled

planning a merge

1999-10-02 Thread Lars Gullik Bjønnes
Since I don't know of any specific issues that needs resolving wrt. to change to std::string I will merge the string-switch branch back into the main trunk. I will also release a prerelease to get people to try it out, and discover the bugs that the change caused (0% probability of no bugs).

Re: planning a merge

1999-10-02 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > Since I don't know of any specific issues that needs resolving wrt. to > change to std::string I will merge the string-switch branch back into > the main trunk. > > I will also release a prerelease to get people to try it out, and > discover the bugs that the

Re: www.lyx.org

1999-10-02 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | > The problem with this is that the customization feature is a | > per-directory thing, rather than a per-site thing. | | You're right. Problem. Amir and I fixed this. | OK. I give up. I actually went out on to the web & got a php counter code, | but

New development series and a new prerelease.

1999-10-02 Thread Lars Gullik Bjønnes
We have finally been able to end the 1.0.x series, and has opened up a new 1.1.x series. We expect all releases in this series to be stable. I have put a new prerelease lyx-1.1.1pre1 on ftp.lyx.org and at ftp.devel.lyx.org. This release does _not_ added any features to the ones in LyX 1.0.4. It

Re: degree symbol

1999-10-02 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Alice just asked me how to make a degree symbol as in degrees Celsius. | Surely there is an easier way than \usepackage{pifont} in the preamble | and | 200(ERT on)\Pisymbol{psy}{176}(ERT off)C. | Garst You should, if you use latin1, be able to use

Re: Bug in 1.0.4

1999-10-02 Thread Arnd Hanses
On Sat, 2 Oct 1999 11:15:26 +0200 (METDST), Asger K. Alstrup Nielsen wrote: >(I can't believe I didn't notice the isalnum() call ! :-) ;-) After missing calls so often that others (core developers) had introduced, it's somewhat pleasant to see the others (core people) miss a call I had

Re: Bug in 1.0.4

1999-10-02 Thread Arnd Hanses
On 02 Oct 1999 13:52:01 +0200, Lars Gullik Bj°nnes wrote: >"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: > >| > Are we going to use this? >| > >| > - if (!isalnum(name[i]) && name[i] != '.') >| > + if (!isalnum(name[i]) && name[i] != '.' >| > +

es.po and small bug fix

1999-10-02 Thread David S de Lis
Hi all! I am back (sorta). They killed my old server rather badly (and without notice) I am hoping to find an email account that can support the burden of some mailing lists... once I got it, I'll subscribe again... I have updated es.po as to version 1.0.4pre8, I am sorry if I am late for

Re: degree symbol

1999-10-02 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | Alice just asked me how to make a degree symbol as in degrees Celsius. > | Surely there is an easier way than \usepackage{pifont} in the preamble > | and > | 200(ERT on)\Pisymbol{psy}{176}(ERT off)C. > | Garst >