Variable: mm-url-html-entities

mm-url-html-entities is a variable defined in mm-url.el.gz.

Value

((quot . 34) (amp . 38) (rsquo . 39) (lt . 60) (gt . 62) (uarr . 94)
 (lsquo . 96) (lcub . 123) (rcub . 125) (tilde . 126) (nbsp . 160)
 (iexcl . 161) (cent . 162) (pound . 163) (curren . 164) (yen . 165)
 (brvbar . 166) (sect . 167) (uml . 168) (copy . 169) (ordf . 170)
 (laquo . 171) (not . 172) (shy . 173) (reg . 174) (macr . 175)
 (deg . 176) (plusmn . 177) (sup2 . 178) (sup3 . 179) (acute . 180)
 (micro . 181) (para . 182) (middot . 183) (cedil . 184) (sup1 . 185)
 (ordm . 186) (raquo . 187) (frac14 . 188) (frac12 . 189)
 (frac34 . 190) (iquest . 191) (Agrave . 192) (Aacute . 193)
 (Acirc . 194) (Atilde . 195) (Auml . 196) (Aring . 197) (AElig . 198)
 (Ccedil . 199) (Egrave . 200) (Eacute . 201) (Ecirc . 202)
 (Euml . 203) (Igrave . 204) (Iacute . 205) (Icirc . 206) (Iuml . 207)
 (ETH . 208) (Ntilde . 209) (Ograve . 210) (Oacute . 211)
 (Ocirc . 212) (Otilde . 213) (Ouml . 214) (times . 215)
 (Oslash . 216) (Ugrave . 217) (Uacute . 218) (Ucirc . 219)
 (Uuml . 220) (Yacute . 221) (THORN . 222) (szlig . 223)
 (agrave . 224) (aacute . 225) (acirc . 226) (atilde . 227)
 (auml . 228) (aring . 229) (aelig . 230) (ccedil . 231)
 (egrave . 232) (eacute . 233) (ecirc . 234) (euml . 235)
 (igrave . 236) (iacute . 237) (icirc . 238) (iuml . 239) (eth . 240)
 (ntilde . 241) (ograve . 242) (oacute . 243) (ocirc . 244)
 (otilde . 245) (ouml . 246) (divide . 247) (oslash . 248)
 (ugrave . 249) (uacute . 250) (ucirc . 251) (uuml . 252)
 (yacute . 253) (thorn . 254) (yuml . 255) (frac56 . "5/6")
 (frac16 . "1/6") (frac45 . "4/5") (frac35 . "3/5") (frac25 . "2/5")
 (frac15 . "1/5") (frac23 . "2/3") (frac13 . "1/3") (frac78 . "7/8")
 (frac58 . "5/8") (frac38 . "3/8") (frac18 . "1/8") (ndash . 45)
 (mdash . 45) (emsp . 32) (ensp . 32) (sim . 126) (le . "<=")
 (agr . "alpha") (rdquo . "''") (ldquo . "``") (trade . "(TM)"))

Documentation

An assoc list of entity names and how to actually display them.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-url.el.gz
;;; Internal variables

;; Stolen from w3.
(defvar mm-url-html-entities
  '(
    ;;(excl        .  33)
    (quot        .  34)
    ;;(num         .  35)
    ;;(dollar      .  36)
    ;;(percent     .  37)
    (amp         .  38)
    (rsquo       .  39)			; should be U+8217
    ;;(apos        .  39)
    ;;(lpar        .  40)
    ;;(rpar        .  41)
    ;;(ast         .  42)
    ;;(plus        .  43)
    ;;(comma       .  44)
    ;;(period      .  46)
    ;;(colon       .  58)
    ;;(semi        .  59)
    (lt          .  60)
    ;;(equals      .  61)
    (gt          .  62)
    ;;(quest       .  63)
    ;;(commat      .  64)
    ;;(lsqb        .  91)
    ;;(rsqb        .  93)
    (uarr        .  94)			; should be U+8593
    ;;(lowbar      .  95)
    (lsquo       .  96)			; should be U+8216
    (lcub        . 123)
    ;;(verbar      . 124)
    (rcub        . 125)
    (tilde       . 126)
    (nbsp        . 160)
    (iexcl       . 161)
    (cent        . 162)
    (pound       . 163)
    (curren      . 164)
    (yen         . 165)
    (brvbar      . 166)
    (sect        . 167)
    (uml         . 168)
    (copy        . 169)
    (ordf        . 170)
    (laquo       . 171)
    (not         . 172)
    (shy         . 173)
    (reg         . 174)
    (macr        . 175)
    (deg         . 176)
    (plusmn      . 177)
    (sup2        . 178)
    (sup3        . 179)
    (acute       . 180)
    (micro       . 181)
    (para        . 182)
    (middot      . 183)
    (cedil       . 184)
    (sup1        . 185)
    (ordm        . 186)
    (raquo       . 187)
    (frac14      . 188)
    (frac12      . 189)
    (frac34      . 190)
    (iquest      . 191)
    (Agrave      . 192)
    (Aacute      . 193)
    (Acirc       . 194)
    (Atilde      . 195)
    (Auml        . 196)
    (Aring       . 197)
    (AElig       . 198)
    (Ccedil      . 199)
    (Egrave      . 200)
    (Eacute      . 201)
    (Ecirc       . 202)
    (Euml        . 203)
    (Igrave      . 204)
    (Iacute      . 205)
    (Icirc       . 206)
    (Iuml        . 207)
    (ETH         . 208)
    (Ntilde      . 209)
    (Ograve      . 210)
    (Oacute      . 211)
    (Ocirc       . 212)
    (Otilde      . 213)
    (Ouml        . 214)
    (times       . 215)
    (Oslash      . 216)
    (Ugrave      . 217)
    (Uacute      . 218)
    (Ucirc       . 219)
    (Uuml        . 220)
    (Yacute      . 221)
    (THORN       . 222)
    (szlig       . 223)
    (agrave      . 224)
    (aacute      . 225)
    (acirc       . 226)
    (atilde      . 227)
    (auml        . 228)
    (aring       . 229)
    (aelig       . 230)
    (ccedil      . 231)
    (egrave      . 232)
    (eacute      . 233)
    (ecirc       . 234)
    (euml        . 235)
    (igrave      . 236)
    (iacute      . 237)
    (icirc       . 238)
    (iuml        . 239)
    (eth         . 240)
    (ntilde      . 241)
    (ograve      . 242)
    (oacute      . 243)
    (ocirc       . 244)
    (otilde      . 245)
    (ouml        . 246)
    (divide      . 247)
    (oslash      . 248)
    (ugrave      . 249)
    (uacute      . 250)
    (ucirc       . 251)
    (uuml        . 252)
    (yacute      . 253)
    (thorn       . 254)
    (yuml        . 255)

    ;; Special handling of these
    (frac56      . "5/6")
    (frac16      . "1/6")
    (frac45      . "4/5")
    (frac35      . "3/5")
    (frac25      . "2/5")
    (frac15      . "1/5")
    (frac23      . "2/3")
    (frac13      . "1/3")
    (frac78      . "7/8")
    (frac58      . "5/8")
    (frac38      . "3/8")
    (frac18      . "1/8")

    ;; The following 5 entities are not mentioned in the HTML 2.0
    ;; standard, nor in any other HTML proposed standard of which I
    ;; am aware.  I am not even sure they are ISO entity names.  ***
    ;; Hence, some arrangement should be made to give a bad HTML
    ;; message when they are seen.
    (ndash       .  45)
    (mdash       .  45)
    (emsp        .  32)
    (ensp        .  32)
    (sim         . 126)
    (le          . "<=")
    (agr         . "alpha")
    (rdquo       . "''")
    (ldquo       . "``")
    (trade       . "(TM)")
    ;; To be done
    ;; (shy      . ????) ; soft hyphen
    )
  "An assoc list of entity names and how to actually display them.")