view etc/nxml/027C0-027EF.el @ 110776:073caec7510f

* net/tramp.el (tramp-handle-directory-files-and-attributes) (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p): New defuns, taken from tramp-smb.el. (tramp-coding-system-change-eol-conversion) (tramp-set-process-query-on-exit-flag): Removed. * net/tramp-compat.el (top): Do not check for byte-compiler objects. (tramp-compat-coding-system-change-eol-conversion) (tramp-compat-set-process-query-on-exit-flag): New defuns, taken from tramp.el. * net/tramp-gvfs.el: * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'. * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-imap-handle-file-exists-p) (tramp-imap-handle-file-executable-p) (tramp-imap-handle-file-readable-p) (tramp-imap-handle-directory-files-and-attributes) (tramp-imap-handle-file-newer-than-file-p): Removed. * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag' and `tramp-coding-system-change-eol-conversion' by `tramp-compat-coding-system-change-eol-conversion'. * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use `tramp-handle-directory-files-and-attributes', `tramp-handle-file-exists-p' and `tramp-handle-file-newer-than-file-p'. (tramp-smb-handle-directory-files-and-attributes) (tramp-smb-handle-file-exists-p) (tramp-smb-handle-file-newer-than-file-p): Removed. (tramp-smb-maybe-open-connection): Replace `tramp-set-process-query-on-exit-flag' by `tramp-compat-set-process-query-on-exit-flag'.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 05 Oct 2010 16:20:24 +0200
parents fbf26ea5e45d
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'miscellaneous-mathematical-symbols-a
  '(("WHITE DIAMOND WITH CENTRED DOT" #x27D0)
    ("AND WITH DOT" #x27D1)
    ("ELEMENT OF OPENING UPWARDS" #x27D2)
    ("LOWER RIGHT CORNER WITH DOT" #x27D3)
    ("UPPER LEFT CORNER WITH DOT" #x27D4)
    ("LEFT OUTER JOIN" #x27D5)
    ("RIGHT OUTER JOIN" #x27D6)
    ("FULL OUTER JOIN" #x27D7)
    ("LARGE UP TACK" #x27D8)
    ("LARGE DOWN TACK" #x27D9)
    ("LEFT AND RIGHT DOUBLE TURNSTILE" #x27DA)
    ("LEFT AND RIGHT TACK" #x27DB)
    ("LEFT MULTIMAP" #x27DC)
    ("LONG RIGHT TACK" #x27DD)
    ("LONG LEFT TACK" #x27DE)
    ("UP TACK WITH CIRCLE ABOVE" #x27DF)
    ("LOZENGE DIVIDED BY HORIZONTAL RULE" #x27E0)
    ("WHITE CONCAVE-SIDED DIAMOND" #x27E1)
    ("WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK" #x27E2)
    ("WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK" #x27E3)
    ("WHITE SQUARE WITH LEFTWARDS TICK" #x27E4)
    ("WHITE SQUARE WITH RIGHTWARDS TICK" #x27E5)
    ("MATHEMATICAL LEFT WHITE SQUARE BRACKET" #x27E6)
    ("MATHEMATICAL RIGHT WHITE SQUARE BRACKET" #x27E7)
    ("MATHEMATICAL LEFT ANGLE BRACKET" #x27E8)
    ("MATHEMATICAL RIGHT ANGLE BRACKET" #x27E9)
    ("MATHEMATICAL LEFT DOUBLE ANGLE BRACKET" #x27EA)
    ("MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET" #x27EB)
    ))

;; arch-tag: f66b9857-6560-4ad9-9adb-1f3b5fb079de