annotate etc/nxml/0FE30-0FE4F.el @ 102570:e5ee527bf579

(Mail Format): Fix typo. Add index entry for mail-header-separator. (Mail Headers): Put info about initialization and changing in one place at the start. Update FCC section for mbox Rmail. Clarify From section, mention mail-setup-with-from. Clarify Reply-to section. Add Mail-followup-to and mail-mailing-lists. Clarify References section. (Mail Aliases): Update example, make less contentious. Update for name change of mail-interactive-insert-alias. (Mail Mode): Remove mention of `%' as a word separator. (Mail Sending): Mention mail-send-hook. Mention Mailclient. (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to commands. Clarify FCC handling. In mail-complete, add reference to Mail Aliases section, and mention mail-complete-function. (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook. (Mail Mode Misc): Clarify the mail-signature function. Add basic signature netiquette. Explain how the mail hooks work when continuing a composition. (Mail Amusements): Internationalize the spook section a bit. Remove the spook mail-setup-hook example, since it doesn't work well. Mention fortune-file. (Mail Methods): Mention read-mail-command.
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Mar 2009 22:30:53 +0000
parents 205c4340ce76
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86689
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 (nxml-define-char-name-set 'cjk-compatibility-forms
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 '(("PRESENTATION FORM FOR VERTICAL TWO DOT LEADER" #xFE30)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 ("PRESENTATION FORM FOR VERTICAL EM DASH" #xFE31)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 ("PRESENTATION FORM FOR VERTICAL EN DASH" #xFE32)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 ("PRESENTATION FORM FOR VERTICAL LOW LINE" #xFE33)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 ("PRESENTATION FORM FOR VERTICAL WAVY LOW LINE" #xFE34)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 ("PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS" #xFE35)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 ("PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS" #xFE36)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 ("PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET" #xFE37)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 ("PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET" #xFE38)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 ("PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET" #xFE39)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12 ("PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET" #xFE3A)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 ("PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET" #xFE3B)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14 ("PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET" #xFE3C)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 ("PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET" #xFE3D)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 ("PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET" #xFE3E)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17 ("PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET" #xFE3F)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18 ("PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET" #xFE40)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
19 ("PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET" #xFE41)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
20 ("PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET" #xFE42)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
21 ("PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET" #xFE43)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
22 ("PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET" #xFE44)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
23 ("SESAME DOT" #xFE45)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
24 ("WHITE SESAME DOT" #xFE46)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25 ("DASHED OVERLINE" #xFE49)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 ("CENTRELINE OVERLINE" #xFE4A)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27 ("WAVY OVERLINE" #xFE4B)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
28 ("DOUBLE WAVY OVERLINE" #xFE4C)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29 ("DASHED LOW LINE" #xFE4D)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
30 ("CENTRELINE LOW LINE" #xFE4E)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
31 ("WAVY LOW LINE" #xFE4F)
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
32 ))
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
33
205c4340ce76 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
34 ;; arch-tag: 6d8f4c10-304f-4d0b-b830-1e37a8386015