home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / emacs / sources / 780 < prev    next >
Encoding:
Text File  |  1992-11-07  |  7.8 KB  |  234 lines

  1. Newsgroups: gnu.emacs.sources
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!sh.wide!wnoc-tyo-news!etl.go.jp!handa
  3. From: handa@etlken.etl.go.jp (Kenichi Handa)
  4. Subject: Announce of Mule Ver.0.9.6 beta
  5. Message-ID: <HANDA.92Nov6201735@etlken.etl.go.jp>
  6. Sender: news@etl.go.jp (News System)
  7. Nntp-Posting-Host: etlken
  8. Organization: Electrotechnical Lab., Japan.
  9. Distribution: gnu
  10. Date: Fri, 6 Nov 1992 11:17:35 GMT
  11. Lines: 221
  12.  
  13.         Mule Beta Release Announcement
  14.  
  15. Now we are beta testing Mule (MULtilingual Enhancement to
  16. GNU Emacs) and are trying to find "rugged" users who are
  17. familiar with both GNU Emacs and one of the languages that
  18. Mule can support.
  19.  
  20. Mule is a modified version of GNU Emacs 18.58, it is
  21. distributed as a complete tar file or as a patch to 18.58.
  22. Mule can support a larger set of characters sets, such as
  23. Japanese, Chinese, Korean, and Europeans.
  24.  
  25. ---
  26. Ken'ichi HANDA
  27. handa@etl.go.jp
  28.  
  29. ---------- From README.Mule ----------------------------------------
  30. ############################################################
  31.     0. INTRODUCTION
  32.     1. WHAT IS MULE
  33.     2. SUPPORTED LANGUAGES
  34.     3. SUPPORTED SYSTEMS
  35.     4. INSTALLATION
  36.     5. DOCUMENTS
  37.     6. DISTRIBUTION
  38.     7. MAILING LIST
  39. ############################################################
  40.  
  41. 0. INTRODUCTION
  42.  
  43. This directory contains the distribution of Mule Ver.0.9.6 beta.
  44.  
  45. Mule is free software distributed either as patches to GNU Emacs
  46. (18.58) or as a complete tar file.  You can redistribute it and/or
  47. modify it under the terms of the GNU General Public License as
  48. published by the Free Software Foundation; either version 1, or (at
  49. your option) any later version.
  50.  
  51. Mule is distributed in the hope that it will be useful, but WITHOUT
  52. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  53. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  54. for more details.
  55.  
  56. You should have received a copy of the GNU General Public License
  57. along with GNU Emacs; see the file COPYING.  If not, write to the Free
  58. Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  59.  
  60.  
  61. 1. WHAT IS MULE?
  62.  
  63. Mule is a MULtilingual Enhancement to GNU Emacs.  It can
  64. handle not only ASCII characters (7 bits) and ISO Latin-1 (8
  65. bits), but also Japanese, Chinese, Korean (16 bits) coded in
  66. the ISO2022 standard and its variants (e.g. EUC, Compound
  67. Text).  For Chinese there is support for both GB and Big5.
  68. A text buffer in Mule can contain a mixture of characters
  69. from these languages.  To input any of these characters, you
  70. can use various input methods provided by Mule itself.  In
  71. addition, if you use Mule under some terminal emulator
  72. (kterm, cxterm, or exterm), you can use any input methods
  73. supported by the emulator.
  74.  
  75.  
  76. 2. SUPPORTED LANGUAGES
  77.  
  78. 2.0 ENGLISH
  79.  
  80. Just type in. :-)
  81.  
  82. 2.1 JAPANESE
  83.  
  84. It is strongly recommended to install Wnn4.108.  EGG system
  85. bundled with Mule can communicate with jserver of Wnn and
  86. provide you a very convenient Japanese inputting method.
  87. See 'doc/EGG' for the usage of this system.
  88. You can run Mule as a client of X window, or run it under
  89. some Japanese terminal (including such emulators as kterm and
  90. exterm).  In the latter case, you can use any inputting
  91. methods supported by the terminal.
  92. Among other inputting methods are:
  93.     EGG-SJ3, CANNA (bundled with Mule)
  94.     SKK, boiled-egg (in 'contrib' directory)
  95.  
  96. 2.2 CHINESE
  97.  
  98. It is strongly recommended to install Wnn4.108.  EGG system
  99. bundled with Mule can communicate with cserver of cWnn and
  100. provide you a very convenient Chinese (GB) inputting method.
  101. See 'doc/EGG' for the usage of this system.
  102. You can run Mule as a client of X window, or run it under
  103. some Chinese terminal (including such emulators as cxterm and
  104. exterm).  In the latter case, you can use any inputting
  105. methods supported by the terminal.
  106.  
  107. QUAIL system (bundled with Mule) also provides several
  108. inputting methods for:
  109.     GB: PINYIN, PINYIN_with_TONE, CCDOSPY, SW
  110.     Big5: PINYIN, ETZY, ZOZY
  111. See 'doc/QUAIL' for the usage of this system.
  112.  
  113. Subscribers of alt.chinese.text will find it very useful to
  114. use GNUS (news reader written in Emacslisp) with hz2gb.el
  115. (in 'contrib/lisp.tar.Z').  It encodes/decodes HZ/zW
  116. encoding to/from Mule internal code automatically.
  117.  
  118. 2.3 KOREAN
  119.  
  120. Korean inputting method is provided by QUAIL system (bundled
  121. with Mule).  See 'doc/QUAIL' for the usage of this system.
  122. You can run Mule as a client of X window, or run it under
  123. Hangul terminal or exterm.
  124.  
  125. 2.4 EUROPEAN
  126.  
  127. Many kinds of European character inputting methods are
  128. provided by QUAIL system (bundled with Mule).  For the
  129. moment, QUAIL provides inputting methods for:
  130.     Latin1, Latin2,.. Latin5, Greek (ISO8859-7),
  131.     Hebrew (ISO8859-8), Cyrillic (ISO8859-5)
  132. See 'doc/QUAIL' for the usage of this system.
  133. As for Hebrew, however, right-to-left writing is not yet
  134. supported.  Please wait for the next version.
  135.  
  136. 2.5 OTHER LANGUAGES
  137.  
  138. In the next version, we'll support Thai and Vietnamese.
  139. Arabic and Devanagali are also in our target, but we don't
  140. know if we can support them by the next version.  We may
  141. need more time.
  142.  
  143.  
  144. 3. SUPPORTED SYSTEMS
  145.  
  146. Basically, Mule runs on any systems (and machines) on which
  147. GNU Emacs runs.  In addition, several systems (including
  148. MS-DOS) are supported.  See etc/MACHINES.
  149.  
  150.  
  151. 4. INSTALLATION
  152.  
  153. To install Mule, see INSTALL.Mule.
  154.  
  155.  
  156. 5. DOCUMENTS
  157.  
  158. For the moment, we have the following documents.
  159. 'etc' directory contains:
  160.     FAQ (for original GNU Emacs in English)
  161.     FAQ.jp (for original GNU Emacs in Japanese)
  162.     FAQ.Mule (for Mule in English)
  163.     FAQ.Mule.jp (for Mule in Japanese)
  164.     emacs.1 (man file for original GNU Emacs in English)
  165.     mule.1 (man file for Mule in English)
  166. 'info' directory contains:
  167.     emacs (for original GNU Emacs in English)
  168.     mule-jp (for Mule in Japanese)
  169.     egg-jp (for EGG in Japanese)
  170.     canna-jp (for CANNA in Japanese)
  171. You may also find various documents under 'doc' directory.
  172. Especially, please refer 'doc/TERMINOLOGY' if you find
  173. unknown terms.  Novice users may have to read 'doc/X11',
  174. 'doc/EGG', and 'doc/QUAIL'.
  175.  
  176. The file NEWFEATURE is also very important.
  177.  
  178. Since many of these documents (including this file) are
  179. written by non English-native (it's me), you may find may
  180. curious expressions.  Please correct them.  In addition, we
  181. are looking for volunteers who translate the documents to
  182. Chinese, Korean, and the other langauges.
  183.  
  184.  
  185. 6. DISTRIBUTION
  186.  
  187. Mule is available by anonymous ftp from:
  188.  
  189.     etlport.etl.go.jp [192.31.197.99]:/pub/mule
  190.     sh.wide.ad.jp [133.4.11.11]:/JAPAN/mule
  191.  
  192. If you are accessing from out of Japan, please use the
  193. latter site, which is faster.  Either ftp the complete tar
  194. file (mule-0.9.6.tar.Z), *or* if you have an unmodified GNU
  195. Emacs 18.58 you can ftp just the patch file
  196. (diff-18.58-0.9.6.Z) and apply that.  If you find a patch
  197. with version number higher than 0.9.6, apply that also.
  198.  
  199. These directories contain several other useful files such as
  200. X's fonts and contributed softwares.  See the file '00README'.
  201.  
  202. We are looking for ftp sites out of Japan.  If you can
  203. kindly provide this service, please send mail to
  204. handa@etl.go.jp.
  205.  
  206. If you can't get Mule by ftp, please send request to
  207. mule-request@etl.go.jp.  We send you patches by mail.
  208.  
  209.  
  210. 7. MAILING LIST
  211.  
  212. We are running two mailing lists:
  213.     mule@etl.go.jp (main language: English)
  214.     mule-jp@etl.go.jp (main language: Japanese)
  215. All mails to mule@etl.go.jp are also sent to
  216. mule-jp@etl.go.jp.
  217.  
  218. We ask everyone who gets Mule to join one of these
  219. mailing-list.  Please send requests of
  220. subscribing/unsubscribing to:
  221.     mule-request@etl.go.jp
  222. saying which mailing list you want to join.
  223.  
  224. Note that you can use other languages than 'main' on both
  225. lists.  You can read/write any languages by Mule.
  226.  
  227. At last, we are deeply grateful to the current members of
  228. mailing lists for their cooperation.
  229.  
  230. ---
  231. Ken'ichi HANDA  Electrotechnical Lab., JAPAN.  <handa@etl.go.jp>
  232. Satoru TOMURA   Electrotechnical Lab., JAPAN.  <tomura@etl.go.jp>
  233. Mikiko NISIKIMI Electrotechnical Lab., JAPAN.  <nisikimi@etl.go.jp>
  234.