X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-en.texi;h=e04f744b35de72673cd912f3840d18a4ba44804e;hb=09966ba1ffc31e44dc88d7847be4a09884299ec2;hp=bf1be13d8dbb6802c36f46fb9ebb803b79a45f29;hpb=e8b4d182275a38437111e94a864f568dece6ef28;p=elisp%2Fflim.git diff --git a/mime-en.texi b/mime-en.texi index bf1be13..e04f744 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -1,14 +1,14 @@ \input texinfo.tex @c Generated automatically from mime-en.sgml by sinfo 3.7. @setfilename mime-en.info -@settitle{FLIM 1.12 Reference Manual about MIME Features} +@settitle{FLIM 1.14 Reference Manual about MIME Features} @titlepage -@title FLIM 1.12 Reference Manual about MIME Features +@title FLIM 1.14 Reference Manual about MIME Features @author MORIOKA Tomohiko @subtitle 1999-01-27 @end titlepage @node Top, Introduction, (dir), (dir) -@top FLIM 1.12 Reference Manual about MIME Features +@top FLIM 1.14 Reference Manual about MIME Features @ifinfo @@ -25,10 +25,10 @@ process Internet Messages for GNU Emacsen. * Content-Transfer-Encoding:: Encoding Method * encoded-word:: Network representation of header * custom:: Various Customization -* Appendix:: -* Concept Index:: -* Function Index:: -* Variable Index:: +* Appendix:: +* Concept Index:: +* Function Index:: +* Variable Index:: @end menu @node Introduction, How to use, Top, Top @@ -1009,11 +1009,11 @@ Encode header fields to network representation, such as MIME encoded-word.@refill Each field is encoded as corresponding method specified by variable -@code{eword-field-encoding-method-alist}. +@code{mime-field-encoding-method-alist}. @end defun -@defvar eword-field-encoding-method-alist +@defvar mime-field-encoding-method-alist Association list to specify field encoding method. Each element looks like (FIELD . METHOD).@refill @@ -1037,24 +1037,12 @@ Otherwise the FIELD will be encoded as variable @deffn{group} mime -MIME 関連機能に関する group.@refill +The group associated with functions related to MIME.@refill -@code{mail} と @code{news} に属する。 +It belongs to @code{mail} and @code{news}. @end deffn -@defvar mime-temp-directory - -MIME 機能に関する実装が一時的に使用する file を作成する -directory.@refill - -環境変数 @code{MIME_TMP_DIR}, @code{TM_TMP_DIR}, @code{TMPDIR}, -@code{TMP} もしくは @code{TEMP} が設定されていた場合、それを初期値として -用いる。何も設定されていない場合、@code{"/tmp/"} を用いる。 -@end defvar - - - @node Appendix, Concept Index, custom, Top @chapter Appendix @@ -1498,13 +1486,13 @@ interpreted as us-ascii. @cindex good bug report If you write bug-reports and/or suggestions for improvement, please -send them to the tm Mailing List: +send them to the EMACS-MIME Mailing List: @itemize @bullet @item - Japanese + English @item - English + Japanese @end itemize @@ -1521,17 +1509,17 @@ is very important. (cf. @ref{(emacs)Bugs}) @refill Bug may not appear only your environment, but also in a lot of environment (otherwise it might not bug). Therefor if you send mail to author directly, we must write a lot of mails. So please send mail -to address for tm bugs instead of author. +to address for EMACS-MIME Mailing List instead of author. -Via the tm ML, you can report FLIM bugs, obtain the latest release of -FLIM, and discuss future enhancements to FLIM. To join the tm ML, -send empty e-mail to: +Via the EMACS-MIME ML, you can report FLIM bugs, obtain the latest +release of FLIM, and discuss future enhancements to FLIM. To join the +EMACS-MIME ML, send an empty e-mail to: @itemize @bullet @item - Japanese + English @item - English + Japanese @end itemize @@ -1539,34 +1527,33 @@ send empty e-mail to: @node CVS, History, Bug report, Appendix @section CVS based development -FLIM の file は CVS を使って管理されています。このため、以下の方法で最 -新の FLIM を入手することができます: +Files in FLIM are managed under CVS. Therefore you can obtain the +newest FLIM by the following method. @example (0) cvs login - % cvs -d :pserver:anonymous@@chamonix.jaist.ac.jp:/hare/cvs/root \ - login + % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login CVS password: [CR] # NULL string (1) checkout - % cvs -d :pserver:anonymous@@chamonix.jaist.ac.jp:/hare/cvs/root \ + % cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout checkout [-r TAG] flim @end example -CVS を用いた開発に参加したい方は +If you would like to join CVS based development, please send mail to @itemize @bullet @item - + @end itemize @noindent -まで、account 名と UNIX の passwd と同じ形式の crypt 化された password -を沿えて御連絡ください。 +with your account name and your public key for ssh. +cvsroot is :ext:cvs@@cvs.m17n.org:/cvs/root. @node History, , CVS, Appendix