[Fwd: multibyte support for lyx]

1999-12-16 Thread Seak, Teng-Fong
On Fri, 17 Dec 1999, Seak, Teng-Fong wrote: > [EMAIL PROTECTED] wrote: > > > I would like to report that Korean as well as Japanese support for the > > lyx-1.1.3 is now possible. The binary package in the rpm format and the > > source package in the compressed atr format are available at >

Re: multibyte support for lyx

1999-12-16 Thread Kohtaro Hitomi
On Thu, Dec 16, 1999 at 05:58:00PM -0800, ChangGil Han wrote: > You have to add the following line, > "#undef HAVE_XOPENIM" > somewhere in "acconfig.h". I forgot to > include this in the patch, sorry. Thank you ChangGil, I can compile. I'll send you a report later. Anyway can I place a link

Re: multibyte support for lyx

1999-12-16 Thread ChangGil Han
You have to add the following line, "#undef HAVE_XOPENIM" somewhere in "acconfig.h". I forgot to include this in the patch, sorry.

Re: Internationalization and cvs

1999-12-16 Thread Seak, Teng-Fong
Andre' Poenitz wrote: > Concerning the multi-byte encoding: We should have a discussion > whether > it is sensible to use Unicode internally. The world is changing and > last > years' arguments won't fit anymore. May I know what this "last year's argument" is? I joined this list for less t

Re: FILE -> ostream

1999-12-16 Thread Asger K. Alstrup Nielsen
> Asger> Now, if only I had time... > > OK. I grant you one week. Is that enough? %-] Hey! That's an insult, and it's not even Friday yet! You know I only need five and half minutes %-] But then, even that is hard to find these days. So many other things come first. For instance, I'll g

Re: Hebrew support for LyX

1999-12-16 Thread Seak, Teng-Fong
Shigeru Miyata wrote: > "Seak, Teng-Fong" <[EMAIL PROTECTED]> wrote: > > > Chinese (as well as Japanese and Korean) can also be written from right to > > left, even though this isn't very common nowadays. Actually, in tradition, > > Chinese is written from top to the bottom, then from right

Improper scope of centering command in 1.0.4, 1.1.2 & 1.1.3

1999-12-16 Thread Vladan Lucic
Exporting a LyX document containing a table in the LaTeX format and importing the LaTeX file centers the text below the table. The reason for this bug seems to be the improper understanding of the scope of the centering command (that's how LyX centers a table) during LaTeX file import: if the ex

Re: multibyte support for lyx

1999-12-16 Thread Kohtaro Hitomi
On Thu, Dec 16, 1999 at 09:48:32AM +0100, Jean-Marc Lasgouttes wrote: > > Check your versions of autoconf and automake. These should be 2.13 for > autoconf and 1.4 for automake (use --version to get the version). > > JMarc Thank you Jean-Marc. I updated autoconf and automake, but I can't compil

listfiles

1999-12-16 Thread Andre' Poenitz
And another two responses from Lars missed... Concerning 'lastfile.[Ch]'. I see no obvious reason to have an arbitrary upper limit on the number of lastfiles. If anybody wants to have 50 files - let him have it. The menu is not in sync with the implementation of LastFiles anyway... If you drop

Re: year end statistics

1999-12-16 Thread Mate Wierdl
Or maybe the 14 who left this year were the ones who could actually help? Well, they may not have left---see the stats for the devel digest list. Mate

[triller@forwiss.uni-passau.de] Feedback from www.lyx.org

1999-12-16 Thread Lars Gullik Bjønnes
--- Start of forwarded message --- Date: Thu, 16 Dec 1999 15:31:31 +0100 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Triller Peter ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: --

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

1999-12-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I already answered him to add a #include "support/LOstream.h" at the | beginning of debug.h. I think he is using STL string, and ostreams | are defined in lyxstring.h, so I did not see that I missed the header | in my last debug patch. I think i

Re: year end statistics

1999-12-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | And also the web page says: ``At least 264455 hits on this page.''. | | However, I'm not sure the counter began at 0... It did, but it some time ago... the number is actually on the low side... Lgb

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

1999-12-16 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | "figinset.C", line 257: Error: The function "kill" must have a | prototype. In my docs "kill" is not an ANSI C function and should not really be in namespace std, but it seems that CC has put it there. Add a using std::kill; and file a bug report to

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

1999-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ Lars> -I/opt/local/include -I/usr/openwin/include +p +w2 -compat=5 -g Lars> -c formula.C -o formula.o "../../src/debug.h", line 65: Error: Lars> ostream is not defin

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

1999-12-16 Thread Lars Gullik Bjønnes
CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I/opt/local/include -I/usr/openwin/include +p +w2 -compat=5 -g -c formula.C -o formula.o "../../src/debug.h", line 65: Error: ostream is not defined. "../../src/debug.h", line 68: Error: ostream is not defined. Try to add us

Re: Unnecessary compiler warnings with lyx-1.1.4pre1

1999-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I'm compiling lyx-1.1.4pre1 using egcs-1.1.2 on Alpha with DU3.2. (OK, so I'm | lazy and haven't upgraded to a more recent version of Tru64 Unix) | | Omitting the CXXFLAG -Wno-return-type leads to huge numbers of | warning messages: | /usr/include/X11

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

1999-12-16 Thread Michael Schmitt
Jean-Marc Lasgouttes wrote: > Michael> Hello, today I tried to compile Lyx 1.1.3 with Sun's CC (C++ > Michael> Workshop compiler version 5.0) on Solaris 2.7. This compiler > Michael> is said to comply to the ANSI C++ standard. > > Yes, we'd like to get LyX to compile there, but I do not have acc

Re: Anybody tried to get the lyx-devel branch running on NT ?

1999-12-16 Thread Roland Krause
I have automake-1.4 from gtp.gnu.org and autoconf-1.13 from the same site. Got them yesterday. Maybe they arent working properly under Cygwin but I'd be very surprised. Roland On 16-Dec-99 Allan Rae wrote: > >>From your log of autogen.sh output it appears you need to upgrade to > automake-1.4

Re: year end statistics

1999-12-16 Thread Jean-Marc Lasgouttes
> "Mate" == Mate Wierdl <[EMAIL PROTECTED]> writes: Mate> In case you are interested: Devel: = -rw-rw-r-- 1 lyx lyx Mate> 3296 Oct 31 1998 devel.old.subs Mate> wc -l devel.old.subs 134 devel.old.subs Mate> ezmlm-list ~/DEVEL/|wc -l 120 Interesting indeed. If we are 120 developpers, it

year end statistics

1999-12-16 Thread Mate Wierdl
In case you are interested: Devel: = -rw-rw-r-- 1 lyx lyx 3296 Oct 31 1998 devel.old.subs wc -l devel.old.subs 134 devel.old.subs ezmlm-list ~/DEVEL/|wc -l 120 ezmlm-list ~/DEVEL/digest/|wc -l 20 Users: = -rw-r--r-- 1 lyx lyx 8415 Mar 17

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

1999-12-16 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, today I tried to compile Lyx 1.1.3 with Sun's CC (C++ Michael> Workshop compiler version 5.0) on Solaris 2.7. This compiler Michael> is said to comply to the ANSI C++ standard. Yes, we'd like to get LyX to compile th

Cannot compile Lyx 1.1.3 with SUN C++ on Solaris

1999-12-16 Thread Michael Schmitt
Hello, today I tried to compile Lyx 1.1.3 with Sun's CC (C++ Workshop compiler version 5.0) on Solaris 2.7. This compiler is said to comply to the ANSI C++ standard. Unfortunately, I haven't been successful because of several problems in the code. Could anybody please take a look at the messages

Unnecessary compiler warnings with lyx-1.1.4pre1

1999-12-16 Thread Angus Leeming
I'm compiling lyx-1.1.4pre1 using egcs-1.1.2 on Alpha with DU3.2. (OK, so I'm lazy and haven't upgraded to a more recent version of Tru64 Unix) Omitting the CXXFLAG -Wno-return-type leads to huge numbers of warning messages: /usr/include/X11/Xlib.h:2481: warning: return-type of `XDrawImageString'

Re: multibyte support for lyx

1999-12-16 Thread Jean-Marc Lasgouttes
> "Kohtaro" == Kohtaro Hitomi <[EMAIL PROTECTED]> writes: Kohtaro> On Sat, Dec 15, 2007 at 04:44:54PM +0900, Kohtaro> [EMAIL PROTECTED] wrote: >> I would like to report that Korean as well as Japanese support for >> the lyx-1.1.3 is now possible. The binary package in the rpm format >> and t

Re: multibyte support for lyx

1999-12-16 Thread Kohtaro Hitomi
On Sat, Dec 15, 2007 at 04:44:54PM +0900, [EMAIL PROTECTED] wrote: > > I would like to report that Korean as well as Japanese support for the > lyx-1.1.3 is now possible. The binary package in the rpm format and the > source package in the compressed atr format are available at > ftp://stone.ph