view etc/nxml/0FE00-0FE0F.el @ 106530:e5b7752075ef

No longer require sendmail. Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174) (report-emacs-bug-orig-text): Doc fix. (report-emacs-bug-send-command, report-emacs-bug-send-hook): New local variables, to adapt to different mail-user-agents. (report-emacs-bug): Fix test for a gnu.org address. Use overlays for emphasis, since font-lock defeats 'face property. Pretest bugs also end up at the newsgroup these days. Stop message-mode stripping text properties. Set and use the new buffer-local variables. (report-emacs-bug-hook): Add doc-string. Remove some unnecessary save-excursions and simplify. Use the appropriate hook and send-command.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Dec 2009 01:21:35 +0000
parents e6dcf3a72bea
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'variation-selectors
  '(("VARIATION SELECTOR-1" #xFE00)
    ("VARIATION SELECTOR-2" #xFE01)
    ("VARIATION SELECTOR-3" #xFE02)
    ("VARIATION SELECTOR-4" #xFE03)
    ("VARIATION SELECTOR-5" #xFE04)
    ("VARIATION SELECTOR-6" #xFE05)
    ("VARIATION SELECTOR-7" #xFE06)
    ("VARIATION SELECTOR-8" #xFE07)
    ("VARIATION SELECTOR-9" #xFE08)
    ("VARIATION SELECTOR-10" #xFE09)
    ("VARIATION SELECTOR-11" #xFE0A)
    ("VARIATION SELECTOR-12" #xFE0B)
    ("VARIATION SELECTOR-13" #xFE0C)
    ("VARIATION SELECTOR-14" #xFE0D)
    ("VARIATION SELECTOR-15" #xFE0E)
    ("VARIATION SELECTOR-16" #xFE0F)
    ))

;; arch-tag: 591c3457-10c0-4036-8bfb-6cccd23f44dd