X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-en.texi;h=72dd84db21ab2dbfecc8f94a4c861bf5832bc86e;hb=60c93c5b5a6c6f6c3fd3094c51347feee421a1e5;hp=e28e73fc7847c187e7a616a713b09dc3d232202e;hpb=b462ef65187f6b49908c43671467222ed8ec119e;p=elisp%2Fflim.git diff --git a/mime-en.texi b/mime-en.texi index e28e73f..72dd84d 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -1,13 +1,13 @@ \input texinfo.tex @setfilename mime-en.info -@settitle{FLIM 1.8 Manual about MIME Features} +@settitle{FLIM 1.9 Manual about MIME Features} @titlepage -@title FLIM 1.8 Manual about MIME Features +@title FLIM 1.9 Manual about MIME Features @author MORIOKA Tomohiko @subtitle 1998/07/01 @end titlepage @node Top, Introduction, (dir), (dir) -@top FLIM 1.8 Manual about MIME Features +@top FLIM 1.9 Manual about MIME Features @ifinfo @@ -126,19 +126,16 @@ on representation-type. @end defun -@defun mime-parse-message &optional default-ctl node-id - -Parse current buffer as message, and return the result as mime-entity. -@end defun - - -@defun mime-parse-buffer &optional buffer +@defun mime-parse-buffer &optional buffer type Parse @var{buffer} as message, and set the result to buffer local variable @code{mime-message-structure} of @var{buffer} as mime-entity.@refill -If @var{buffer} is omitted, current buffer is used. +If @var{buffer} is omitted, current buffer is used.@refill + +@var{type} is representation-type of created +mime-entity. (cf. @ref{mm-backend}) Default value is @var{buffer}. @end defun @@ -384,12 +381,11 @@ contains @var{entity}. @cindex entity 処理 method @cindex representation-type -Entity は抽象化されたデータ表現で、実際のデータ表現としては用途に応じて -さまざまなものが利用できるように設計されています。@refill +Entity is an abstraction. It is designed to use various data +representations for their purposes.@refill -ここで、entity がどういう種類の表現を行っているかを示すのが -@strong{representation-type} で、entity を生成する時にはこれを指定します。 -(cf. @ref{Entity Creation}) @refill +Each entity has @strong{representation-type}. It must be specified when +an entity is created. (cf. @ref{Entity Creation}) @refill 前節までに述べて来た entity に対する処理は、entity に対してその処理を依 頼することによって実現されています。Entity は自分の representation-type