annotate etc/nxml/0FE50-0FE6F.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 503a17b7bb43
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86691
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 (nxml-define-char-name-set 'small-form-variants
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 '(("SMALL COMMA" #xFE50)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 ("SMALL IDEOGRAPHIC COMMA" #xFE51)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4 ("SMALL FULL STOP" #xFE52)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 ("SMALL SEMICOLON" #xFE54)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 ("SMALL COLON" #xFE55)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 ("SMALL QUESTION MARK" #xFE56)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8 ("SMALL EXCLAMATION MARK" #xFE57)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 ("SMALL EM DASH" #xFE58)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 ("SMALL LEFT PARENTHESIS" #xFE59)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 ("SMALL RIGHT PARENTHESIS" #xFE5A)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12 ("SMALL LEFT CURLY BRACKET" #xFE5B)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 ("SMALL RIGHT CURLY BRACKET" #xFE5C)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14 ("SMALL LEFT TORTOISE SHELL BRACKET" #xFE5D)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 ("SMALL RIGHT TORTOISE SHELL BRACKET" #xFE5E)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 ("SMALL NUMBER SIGN" #xFE5F)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17 ("SMALL AMPERSAND" #xFE60)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18 ("SMALL ASTERISK" #xFE61)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
19 ("SMALL PLUS SIGN" #xFE62)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
20 ("SMALL HYPHEN-MINUS" #xFE63)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
21 ("SMALL LESS-THAN SIGN" #xFE64)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
22 ("SMALL GREATER-THAN SIGN" #xFE65)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
23 ("SMALL EQUALS SIGN" #xFE66)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
24 ("SMALL REVERSE SOLIDUS" #xFE68)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25 ("SMALL DOLLAR SIGN" #xFE69)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 ("SMALL PERCENT SIGN" #xFE6A)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27 ("SMALL COMMERCIAL AT" #xFE6B)
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
28 ))
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29
503a17b7bb43 Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
30 ;; arch-tag: 4facf8e4-cea2-4194-bc17-f0959c358f7f