Re: Mule status
[email protected] (Nickolay Pakoulin)
| Newsgroups | gmane.emacs.xemacs.design |
|---|---|
| Message-ID | <[email protected]> |
XEmacs 21.5 works fine with utf-8, unicode and mswindows system default coding page (and lots of others). Supports mswindows input, at least in Englush and Russian. Well, there are some omissions, like unicode box drawing, buth alphanumerics in various languges work fine. For me runs on Windows 2000 SP 4, native build. Below are portions of my config.inc. Nick. # Multilingual support. MULE=1 # Native MS Windows support. HAVE_MS_WINDOWS=1 # X Windows support. HAVE_X_WINDOWS=0 X11_DIR= HAVE_GTK=0 GTK_DIR= HAVE_XPM=1 XPM_DIR=c:\software\SRC\xpm-3.4k HAVE_GIF=1 HAVE_PNG=1 PNG_DIR=c:\software\SRC\png-1.0.3 ZLIB_DIR=c:\software\SRC\zlib-1.1.3 # Set this to enable TIFF support, and specify the directory containing tiff. HAVE_TIFF=0 TIFF_DIR= HAVE_JPEG=1 JPEG_DIR=c:\software\SRC\jpeg-6b HAVE_XFACE=0 COMPFACE_DIR= MAKEINFO=c:\software\cygwin\bin\makeinfo.exe USE_PORTABLE_DUMPER=1 CPLUSPLUS_COMPILE=1 intro: "JE" == Jon Ericson <[email protected]> writes: JE> "David A. Cobb" <[email protected]> writes: >> I won't ask whether it does everything it should. However, is it >> currently possible to build a stable xemacs with "--enable-mule" that will >> do something readable with a (M$-Windowz) Unicode file? JE> I built a CVS[1] version with the following configure command line: JE> configure '--pdump' '--with-postgresql=no' '--with-mule' '--with-x11=no' JE> '--with-msw' JE> For the things I do (English, Spanish, and spam various in various JE> languages), Mule seems to be working fine. JE> Jon JE> Footnotes: [1] XEmacs 21.5-b16 "celeriac" (+CVS-20031023) configured for JE> `i686-pc-cygwin'. JE> -- But if serving the LORD seems undesirable to you, then choose for JE> yourselves this day whom you will serve . . . But as for me and my JE> household, we will serve the LORD. JE> -- Joshua 24:15 (NIV)