view etc/nxml/02400-0243F.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 7d96f9094dcf
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'control-pictures
  '(("SYMBOL FOR NULL" #x2400)
    ("SYMBOL FOR START OF HEADING" #x2401)
    ("SYMBOL FOR START OF TEXT" #x2402)
    ("SYMBOL FOR END OF TEXT" #x2403)
    ("SYMBOL FOR END OF TRANSMISSION" #x2404)
    ("SYMBOL FOR ENQUIRY" #x2405)
    ("SYMBOL FOR ACKNOWLEDGE" #x2406)
    ("SYMBOL FOR BELL" #x2407)
    ("SYMBOL FOR BACKSPACE" #x2408)
    ("SYMBOL FOR HORIZONTAL TABULATION" #x2409)
    ("SYMBOL FOR LINE FEED" #x240A)
    ("SYMBOL FOR VERTICAL TABULATION" #x240B)
    ("SYMBOL FOR FORM FEED" #x240C)
    ("SYMBOL FOR CARRIAGE RETURN" #x240D)
    ("SYMBOL FOR SHIFT OUT" #x240E)
    ("SYMBOL FOR SHIFT IN" #x240F)
    ("SYMBOL FOR DATA LINK ESCAPE" #x2410)
    ("SYMBOL FOR DEVICE CONTROL ONE" #x2411)
    ("SYMBOL FOR DEVICE CONTROL TWO" #x2412)
    ("SYMBOL FOR DEVICE CONTROL THREE" #x2413)
    ("SYMBOL FOR DEVICE CONTROL FOUR" #x2414)
    ("SYMBOL FOR NEGATIVE ACKNOWLEDGE" #x2415)
    ("SYMBOL FOR SYNCHRONOUS IDLE" #x2416)
    ("SYMBOL FOR END OF TRANSMISSION BLOCK" #x2417)
    ("SYMBOL FOR CANCEL" #x2418)
    ("SYMBOL FOR END OF MEDIUM" #x2419)
    ("SYMBOL FOR SUBSTITUTE" #x241A)
    ("SYMBOL FOR ESCAPE" #x241B)
    ("SYMBOL FOR FILE SEPARATOR" #x241C)
    ("SYMBOL FOR GROUP SEPARATOR" #x241D)
    ("SYMBOL FOR RECORD SEPARATOR" #x241E)
    ("SYMBOL FOR UNIT SEPARATOR" #x241F)
    ("SYMBOL FOR SPACE" #x2420)
    ("SYMBOL FOR DELETE" #x2421)
    ("BLANK SYMBOL" #x2422)
    ("OPEN BOX" #x2423)
    ("SYMBOL FOR NEWLINE" #x2424)
    ("SYMBOL FOR DELETE FORM TWO" #x2425)
    ("SYMBOL FOR SUBSTITUTE FORM TWO" #x2426)
    ))

;; arch-tag: efc349c9-065d-4033-b261-7cb961c54072