From: yoichi Date: Fri, 4 Oct 2002 14:33:32 +0000 (+0000) Subject: * mime-ui-en.sgml: sync with mime-ui-en.texi X-Git-Tag: semi-1_14_5~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a5ab8eb0620475578621c40e2c3b6f66a507b609;p=elisp%2Fsemi.git * mime-ui-en.sgml: sync with mime-ui-en.texi --- diff --git a/mime-ui-en.sgml b/mime-ui-en.sgml index 7a02f72..f0b5548 100644 --- a/mime-ui-en.sgml +++ b/mime-ui-en.sgml @@ -83,7 +83,7 @@ message を閲覧するための mode を提供します。利用者はここで各 entity

Presentation of mime-preview-buffer MIME-Preview

-mime-view-mode では各 entity に対して +mime-view-mode displays information about each entity as

[entity-button] @@ -94,15 +94,15 @@ mime-view-mode では各 entity に対して

-という情報を表示します。これらは条件に従って design を変更したり、表示 -を抑制することもできます。 +You can change their design or inhibit showing some of them, according +to some condition

-以下に、表示例を示します。 +See following example -From: morioka@jaist.ac.jp (守岡 知彦 / MORIOKA Tomohiko) -Subject: Re: 質問? +From: morioka@jaist.ac.jp (MORIOKA Tomohiko) +Subject: Re: question? Newsgroups: zxr.message.mime Date: 22 Oct 93 11:02:44 Mime-Version: 1.0 @@ -110,9 +110,9 @@ Organization: Japan Advanced Institute of Science and Technology, Ishikawa, Japan [1 (text/plain)] - MIME-Edit mode における、MIME message の作り方。 + How to compose MIME message in MIME-Edit mode. - C-c C-x ? を押すと help が出てくる。 + C-c C-x ? shows its help. C-c C-x C-t insert a text message. C-c C-x TAB insert a (binary) file. @@ -132,15 +132,16 @@ C-c C-x C-k insert PGP public key. C-c C-x C-p preview editing MIME message. ... -って訳で、C-c C-x C-i を押して、挿入したい binary file を指定します。 +therefore, you should type C-c C-x C-i and specify the binary file +which you want to insert. - binary file の MIME encoding には、普通、Base64 を指定します。 + You should select Base64 as MIME encoding for binary file. [2 (image/gif)] [3 (text/plain)] - こんな風に、絵入り message のでき上がり。 + Like above, you can compose the message with image. 〓〓〓〓〓〓〓〓〓〓〓 ロシアン・ティーを一杯。 〓〓〓〓〓〓〓〓〓〓〓 〓〓〓〓〓 ☆ ジャムではなくマーマレードでもなく蜂蜜で ☆ 〓〓〓〓〓 @@ -152,61 +153,61 @@ C-c C-x C-p preview editing MIME message.

entity-button entity-button

-entity-button は entity の先頭にあって、その entity -に関する大まかな情報を表示する部分です。 +entity-button is a tag on the top of the entity +which shows brief information of the part.

-標準では +Normally, it appears as [1.3 test (text/plain)] - -のような感じに表示されます。

-最初の数字は message 中のこの entity の位置を節番号のように表したもの -で、entity-number と呼びます。 +The number on the head describes the place of the entity in the +message (like the section number) and it is called as +entity-number.

-2番目の文字列は表題を表します。この情報は、 +The string in the next describes its title. This information is +taken from

    -
  1. Content-Description field もしくは Subject field に書かれた表題 -
  2. Content-Disposition field の filename parameter に書かれた file 名 -
  3. Content-Type field の name parameter に書かれた file 名 -
  4. uuencode の場合の file 名 +
  5. Title described in Content-Description field or Subject field +
  6. File name specified by filename parameter in Content-Disposition field +
  7. File name specified by name parameter in Content-Type field +
  8. File name for uuencode'ing
-から作ります。どれも存在しない場合は空白が表示されます。 +If none of them are specified, displays a blank.

-3番目の括弧の中の情報はその entity の media-type/subtype を表します。 -非 MIME entity の場合、nil が表示されます。 +The 3rd item in the parenthesis describes media-type/subtype of +the entity. If it is is not MIME entity, it displays nil.

-この entity-button は entity の内容を象徴する icon のような役割を果た -します。例えば、 +This entity-button plays a role like icon that symbolically +shows the content of the entity. For example, push v on [2 (image/gif)] -の上で v を押せばここに入っている絵が表示されます。 +shows up the image contained there.

-また、mouse 操作が可能な場合、entity-button を第2ボタン(3 button -mouse の場合、中央のボタン)で押せば、同様にその絵が表示されます。 +If the mouse operation is possible, you can display the image +by pushing 2nd button (the middle button for 3 button mouse) too.

entity-header entity-header

-entity-header はある entity の header を表示する部 -分です(「そのままやんけ」って怒らないで。そういうもんなんです)。 +entity-header is the header of the entity. +(「そのままやんけ」って怒らないで。そういうもんなんです)。

entity-body entity-body

-entity-body は part の内容を表示する部分です。 +entity-body is the content of the part.

これもひねりが足りないですが、まあ、そういうもんです。

@@ -215,7 +216,7 @@ mouse の場合、中央のボタン)で押せば、同様にその絵が表示されます。 text entity の場合は charset に応じて code 変換したりしますし、XEmacs では image entity を変換しないといけないし。

-詳しくはまた後で。 +Details will be described later.

Operation in mime-preview-buffer