Mercurial > emacs
annotate etc/charsets/IBM297.map @ 110321:4b26adbef9a2
Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
* Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
* net/tramp.el (top): Don't show loading message. Require just
'tramp-compat, everything else is required there. Use
`ignore-errors' where appropriate.
(tramp-inline-compress-start-size, tramp-copy-size-limit)
(tramp-terminal-type, tramp-end-of-output)
(tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
(tramp-completion-function-alist-ssh)
(tramp-completion-function-alist-telnet)
(tramp-completion-function-alist-su)
(tramp-completion-function-alist-putty, tramp-remote-path)
(tramp-remote-process-environment, tramp-sh-extra-args)
(tramp-actions-before-shell, tramp-uudecode)
(tramp-perl-file-truename, tramp-perl-file-name-all-completions)
(tramp-perl-file-attributes)
(tramp-perl-directory-files-and-attributes)
(tramp-perl-encode-with-module, tramp-perl-decode-with-module)
(tramp-perl-encode, tramp-perl-decode)
(tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
(tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
(tramp-handle-make-symbolic-link, tramp-handle-load)
(tramp-handle-file-name-as-directory)
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-handle-file-exists-p, tramp-handle-file-attributes)
(tramp-do-file-attributes-with-ls)
(tramp-do-file-attributes-with-perl)
(tramp-do-file-attributes-with-stat)
(tramp-handle-set-visited-file-modtime)
(tramp-handle-verify-visited-file-modtime)
(tramp-handle-set-file-modes, tramp-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-remote-selinux-p)
(tramp-handle-file-selinux-context)
(tramp-handle-set-file-selinux-context)
(tramp-handle-file-executable-p, tramp-handle-file-readable-p)
(tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
(tramp-handle-file-directory-p, tramp-handle-file-regular-p)
(tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
(tramp-handle-file-ownership-preserved-p)
(tramp-handle-directory-file-name, tramp-handle-directory-files)
(tramp-handle-directory-files-and-attributes)
(tramp-do-directory-files-and-attributes-with-perl)
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions)
(tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
(tramp-handle-copy-file, tramp-handle-copy-directory)
(tramp-handle-rename-file, tramp-do-copy-or-rename-file)
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file)
(tramp-handle-dired-recursive-delete-directory)
(tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
(tramp-handle-insert-directory)
(tramp-handle-unhandled-file-name-directory)
(tramp-handle-expand-file-name)
(tramp-handle-substitute-in-file-name)
(tramp-handle-executable-find, tramp-process-sentinel)
(tramp-handle-start-file-process, tramp-handle-process-file)
(tramp-handle-call-process-region, tramp-handle-shell-command)
(tramp-handle-file-local-copy, tramp-handle-file-remote-p)
(tramp-handle-insert-file-contents)
(tramp-handle-insert-file-contents-literally)
(tramp-handle-find-backup-file-name)
(tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
(tramp-vc-registered-file-names, tramp-handle-vc-registered)
(tramp-sh-file-name-handler, tramp-vc-file-name-handler)
(tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
(tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
(tramp-find-file-exists-command, tramp-open-shell)
(tramp-find-shell, tramp-barf-if-no-shell-prompt)
(tramp-open-connection-setup-interactive-shell)
(tramp-local-coding-commands, tramp-remote-coding-commands)
(tramp-find-inline-encoding, tramp-call-local-coding-command)
(tramp-inline-compress-commands, tramp-find-inline-compress)
(tramp-compute-multi-hops, tramp-maybe-open-connection)
(tramp-send-command , tramp-wait-for-output)
(tramp-send-command-and-check, tramp-barf-unless-okay)
(tramp-send-command-and-read, tramp-mode-string-to-int)
(tramp-convert-file-attributes, tramp-check-cached-permissions)
(tramp-file-mode-from-int, tramp-file-mode-permissions)
(tramp-shell-case-fold, tramp-make-copy-program-file-name)
(tramp-method-out-of-band-p, tramp-local-host-p)
(tramp-get-remote-path, tramp-get-remote-tmpdir)
(tramp-get-ls-command, tramp-get-ls-command-with-dired)
(tramp-get-test-command, tramp-get-test-nt-command)
(tramp-get-file-exists-command, tramp-get-remote-ln)
(tramp-get-remote-perl, tramp-get-remote-stat)
(tramp-get-remote-readlink, tramp-get-remote-trash)
(tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
(tramp-get-local-uid, tramp-get-local-gid)
(tramp-get-inline-compress, tramp-get-inline-coding, ): Move to
tramp-sh.el.
(tramp-methods, tramp-default-method-alist)
(tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
Move initialization to tramp-sh.el.
(tramp-temp-name-prefix): Make it a defconst.
(tramp-dissect-file-name): Don't check anymore for multi-hop
methods.
(tramp-debug-outline-regexp): Add a docstring.
(tramp-debug-outline-level): Renamed from `tramp-outline-level'.
(tramp-get-debug-buffer): Use it.
* net/tramp-cache.el (top): Set tramp-autoload cookie for
initialization forms.
(tramp-set-connection-property): Don't protect `tramp-message'
call, it isn't necessary any longer.
(tramp-dump-connection-properties): Use `ignore-errors'.
* net/tramp-compat.el (top): Require 'advice, 'format-spec,
'password-cache and 'auth-source.
* net/tramp-gvfs.el (top):
* net/tramp-smb.el (top): Require 'tramp-sh.
* net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
* net/tramp-sh.el: New file, derived from tramp.el.
(top): Initialize `tramp-methods', `tramp-default-method-alist',
`tramp-default-user-alist', tramp-foreign-file-name-handler-alist.
Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old". Use
`ignore-errors' where appropriate.
(tramp-sh-file-name-handler-alist): Renamed from
`tramp-file-name-handler-alist'.
(tramp-send-command-and-check): Return t or nil. Remove all
`zerop' checks, where called.
(tramp-handle-set-file-modes)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-delete-directory, tramp-handle-delete-file)
(tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'.
(tramp-sh-file-name-handler, tramp-send-command-and-check)
(tramp-get-remote-ln): Set tramp-autoload cookie.
* net/tramp-fish.el: Remove file.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 13 Sep 2010 17:17:01 +0200 |
parents | 8cc2b1e9767f |
children |
rev | line source |
---|---|
103398 | 1 # Generated from IBM297 in localedate/charmaps of glibc |
89482 | 2 0x00-0x03 0x0000 |
3 0x04 0x009C | |
4 0x05 0x0009 | |
5 0x06 0x0086 | |
6 0x07 0x007F | |
7 0x08 0x0097 | |
8 0x09-0x0A 0x008D | |
9 0x0B-0x13 0x000B | |
10 0x14 0x009D | |
11 0x15 0x0085 | |
12 0x16 0x0008 | |
13 0x17 0x0087 | |
14 0x18-0x19 0x0018 | |
15 0x1A 0x0092 | |
16 0x1B 0x008F | |
17 0x1C-0x1F 0x001C | |
18 0x20-0x24 0x0080 | |
19 0x25 0x000A | |
20 0x26 0x0017 | |
21 0x27 0x001B | |
22 0x28-0x2C 0x0088 | |
23 0x2D-0x2F 0x0005 | |
24 0x30-0x31 0x0090 | |
25 0x32 0x0016 | |
26 0x33-0x36 0x0093 | |
27 0x37 0x0004 | |
28 0x38-0x3B 0x0098 | |
29 0x3C-0x3D 0x0014 | |
30 0x3E 0x009E | |
31 0x3F 0x001A | |
32 0x40 0x0020 | |
33 0x41 0x00A0 | |
34 0x42 0x00E2 | |
35 0x43 0x00E4 | |
36 0x44 0x0040 | |
37 0x45 0x00E1 | |
38 0x46 0x00E3 | |
39 0x47 0x00E5 | |
40 0x48 0x005C | |
41 0x49 0x00F1 | |
42 0x4A 0x00B0 | |
43 0x4B 0x002E | |
44 0x4C 0x003C | |
45 0x4D 0x0028 | |
46 0x4E 0x002B | |
47 0x4F 0x0021 | |
48 0x50 0x0026 | |
49 0x51 0x007B | |
50 0x52-0x53 0x00EA | |
51 0x54 0x007D | |
52 0x55-0x57 0x00ED | |
53 0x58 0x00EC | |
54 0x59 0x00DF | |
55 0x5A 0x00A7 | |
56 0x5B 0x0024 | |
57 0x5C 0x002A | |
58 0x5D 0x0029 | |
59 0x5E 0x003B | |
60 0x5F 0x005E | |
61 0x60 0x002D | |
62 0x61 0x002F | |
63 0x62 0x00C2 | |
64 0x63 0x00C4 | |
65 0x64-0x65 0x00C0 | |
66 0x66 0x00C3 | |
67 0x67 0x00C5 | |
68 0x68 0x00C7 | |
69 0x69 0x00D1 | |
70 0x6A 0x00F9 | |
71 0x6B 0x002C | |
72 0x6C 0x0025 | |
73 0x6D 0x005F | |
74 0x6E-0x6F 0x003E | |
75 0x70 0x00F8 | |
76 0x71-0x73 0x00C9 | |
77 0x74 0x00C8 | |
78 0x75-0x77 0x00CD | |
79 0x78 0x00CC | |
80 0x79 0x00B5 | |
81 0x7A 0x003A | |
82 0x7B 0x00A3 | |
83 0x7C 0x00E0 | |
84 0x7D 0x0027 | |
85 0x7E 0x003D | |
86 0x7F 0x0022 | |
87 0x80 0x00D8 | |
88 0x81-0x89 0x0061 | |
89 0x8A 0x00AB | |
90 0x8B 0x00BB | |
91 0x8C 0x00F0 | |
92 0x8D-0x8E 0x00FD | |
93 0x8F 0x00B1 | |
94 0x90 0x005B | |
95 0x91-0x99 0x006A | |
96 0x9A 0x00AA | |
97 0x9B 0x00BA | |
98 0x9C 0x00E6 | |
99 0x9D 0x00B8 | |
100 0x9E 0x00C6 | |
101 0x9F 0x00A4 | |
102 0xA0 0x0060 | |
103 0xA1 0x00A8 | |
104 0xA2-0xA9 0x0073 | |
105 0xAA 0x00A1 | |
106 0xAB 0x00BF | |
107 0xAC 0x00D0 | |
108 0xAD-0xAE 0x00DD | |
109 0xAF 0x00AE | |
110 0xB0 0x00A2 | |
111 0xB1 0x0023 | |
112 0xB2 0x00A5 | |
113 0xB3 0x00B7 | |
114 0xB4 0x00A9 | |
115 0xB5 0x005D | |
116 0xB6 0x00B6 | |
117 0xB7-0xB9 0x00BC | |
118 0xBA 0x00AC | |
119 0xBB 0x007C | |
120 0xBC 0x203E | |
121 0xBD 0x007E | |
122 0xBE 0x00B4 | |
123 0xBF 0x00D7 | |
124 0xC0 0x00E9 | |
125 0xC1-0xC9 0x0041 | |
126 0xCA 0x00AD | |
127 0xCB 0x00F4 | |
128 0xCC 0x00F6 | |
129 0xCD-0xCE 0x00F2 | |
130 0xCF 0x00F5 | |
131 0xD0 0x00E8 | |
132 0xD1-0xD9 0x004A | |
133 0xDA 0x00B9 | |
134 0xDB-0xDC 0x00FB | |
135 0xDD 0x00A6 | |
136 0xDE 0x00FA | |
137 0xDF 0x00FF | |
138 0xE0 0x00E7 | |
139 0xE1 0x00F7 | |
140 0xE2-0xE9 0x0053 | |
141 0xEA 0x00B2 | |
142 0xEB 0x00D4 | |
143 0xEC 0x00D6 | |
144 0xED-0xEE 0x00D2 | |
145 0xEF 0x00D5 | |
146 0xF0-0xF9 0x0030 | |
147 0xFA 0x00B3 | |
148 0xFB-0xFC 0x00DB | |
149 0xFD-0xFE 0x00D9 | |
150 0xFF 0x009F |