annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
1 @c $Id: tm-ew=en.texi,v 1.1.1.1 1996/12/18 22:43:52 steve Exp $
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
2
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
3 @node encoded-word, customize, tm-edit, Top
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
4 @comment node-name, next, previous, up
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
5 @chapter encoded-word
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
6 @cindex encoded-word
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
7 @cindex non-ASCII field
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
8 @cindex message header
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
9
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
10 tm has some functions about encoded-word defined in RFC 1522.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
11
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
12 @menu
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
13 * encoded-word decoding:: decode
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
14 * encoded-word encoding:: encode
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
15 * encoded-word utility::
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
16 @end menu
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
17
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
18
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
19 @node encoded-word encoding, encoded-word utility, encoded-word, encoded-word
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
20 @comment node-name, next, previous, up
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
21 @section encoded-word encoding
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
22
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
23 @deffn{Command} mime/encode-message-header
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
24
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
25 It encodes non-ASCII characters in message header of current buffer.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
26 @end deffn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
27
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
28
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
29 @deffn{Function} mime/encode-field str
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
30
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
31 It encodes @var{str} as a field.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
32 @end deffn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
33
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
34
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
35 @deffn{Function} mime-eword/encode-string str &optional column mode
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
36
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
37 It encodes @var{str}.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
38
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
39 @var{column} specifies start column. Default value is 0.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
40
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
41 @var{mode} specifies where @var{str} is in. Available values are
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
42 @code{text}, @code{comment}, @code{phrase}. Default value is
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
43 @code{phrase}.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
44 @end deffn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
45
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
46
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
47 @node encoded-word utility, , encoded-word encoding, encoded-word
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
48 @comment node-name, next, previous, up
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
49 @section encoded-word utility
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
50
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
51 @deffn{Function} mime/exist-encoded-word-in-subject
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
52
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
53 If there are encoded-words in Subject: field in current buffer,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
54 it returns field-body of the Subject: field.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
55 @end deffn