This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / doc / tm-ew=ja.texi
1 @c $Id: tm-ew=ja.texi,v 5.0 1996/02/28 14:26:49 morioka Exp $
2
3 @node encoded-word, customize, tm-edit, Top
4 @comment  node-name,  next,  previous,  up
5 @chapter encoded-word
6 @cindex encoded-word
7 @cindex non-ASCII field
8 @cindex message header
9
10 tm ¤Ï RFC 1522¡ÊÈó ASCII text ¤Î¤¿¤á¤Î message header ¤Î³ÈÄ¥¡Ë¤Çµ¬Äꤵ
11 ¤ì¤¿ encoded-word ¤ò°·¤¦¤¿¤á¤Î´Ø¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£
12
13 @menu
14 * encoded-word decoding:: decode
15 * encoded-word encoding:: encode
16 * encoded-word utility::
17 @end menu
18
19
20 @node encoded-word encoding, encoded-word utility, encoded-word, encoded-word
21 @comment  node-name,  next,  previous,  up
22 @section encoded-word encoding
23
24 @deffn{Command} mime/encode-message-header
25
26 current buffer ¤Î message header Ãæ¤ÎÈó ASCII Ê¸»úÎó¤ò encoded-word ¤È
27 ¤·¤Æ encode ¤·¤Þ¤¹¡£
28 @end deffn
29
30
31 @deffn{Function} mime/encode-field str
32
33 @var{str} ¤ò field ¤È¤·¤Æ encode ¤·¤Þ¤¹¡£
34 @end deffn
35
36
37 @deffn{Function} mime-eword/encode-string str &optional column mode
38
39 @var{str} ¤ò encoded-word ¤È¤·¤Æ encode ¤·¤Þ¤¹¡£
40
41 @var{column} ¤Ï¤³¤Îʸ»úÎ󤬲¿·åÌܤ«¤é»Ï¤Þ¤Ã¤Æ¤¤¤ë¤«¤ò»ØÄꤷ¤Þ¤¹¡£´ûÄê
42 ÃͤϠ0 ¤Ç¤¹¡£
43
44 @var{mode} ¤Ï¤³¤Îʸ»úÎ󤬤ɤ¦¤¤¤¦Éôʬ¤Ç»È¤ï¤ì¤Æ¤¤¤ë¤«¤ò¼¨¤·¤Þ¤¹¡£»ØÄê
45 ¤Ç¤­¤ëÃͤȤ·¤Æ¤Ï @code{text}, @code{comment}, @code{phrase} ¤¬¤¢¤ê¤Þ¤¹¡£
46 ´ûÄêÃͤϠ@code{phrase} ¤Ç¤¹¡£
47 @end deffn
48
49
50 @node encoded-word utility,  , encoded-word encoding, encoded-word
51 @comment  node-name,  next,  previous,  up
52 @section encoded-word utility
53
54 @deffn{Function} mime/exist-encoded-word-in-subject
55
56 current buffer ¤Î Subject: field ¤Ë encoded-word ¤¬Â¸ºß¤¹¤ë¾ì¹ç¡¢
57 Subject: field ¤Î field-body ¤òÊÖ¤·¤Þ¤¹¡£
58 @end deffn