Mercurial > hg > xemacs-beta
comparison man/tm/tm-ew=en.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
1 @c $Id: tm-ew=en.texi,v 1.1.1.1 1996/12/18 22:43:52 steve 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 has some functions about encoded-word defined in RFC 1522. | |
11 | |
12 @menu | |
13 * encoded-word decoding:: decode | |
14 * encoded-word encoding:: encode | |
15 * encoded-word utility:: | |
16 @end menu | |
17 | |
18 | |
19 @node encoded-word encoding, encoded-word utility, encoded-word, encoded-word | |
20 @comment node-name, next, previous, up | |
21 @section encoded-word encoding | |
22 | |
23 @deffn{Command} mime/encode-message-header | |
24 | |
25 It encodes non-ASCII characters in message header of current buffer. | |
26 @end deffn | |
27 | |
28 | |
29 @deffn{Function} mime/encode-field str | |
30 | |
31 It encodes @var{str} as a field. | |
32 @end deffn | |
33 | |
34 | |
35 @deffn{Function} mime-eword/encode-string str &optional column mode | |
36 | |
37 It encodes @var{str}. | |
38 | |
39 @var{column} specifies start column. Default value is 0. | |
40 | |
41 @var{mode} specifies where @var{str} is in. Available values are | |
42 @code{text}, @code{comment}, @code{phrase}. Default value is | |
43 @code{phrase}. | |
44 @end deffn | |
45 | |
46 | |
47 @node encoded-word utility, , encoded-word encoding, encoded-word | |
48 @comment node-name, next, previous, up | |
49 @section encoded-word utility | |
50 | |
51 @deffn{Function} mime/exist-encoded-word-in-subject | |
52 | |
53 If there are encoded-words in Subject: field in current buffer, | |
54 it returns field-body of the Subject: field. | |
55 @end deffn |