Mercurial > hg > xemacs-beta
comparison lisp/code-init.el @ 1471:0b318c558de8
[xemacs-hg @ 2003-05-10 04:18:52 by james]
Don't autodetect EOL type on keyboard streams.
author | james |
---|---|
date | Sat, 10 May 2003 04:18:52 +0000 |
parents | b531bf8658e9 |
children | 4b7295e5a412 |
comparison
equal
deleted
inserted
replaced
1470:1364f9716d7b | 1471:0b318c558de8 |
---|---|
77 (default-buffer-file-coding-system | 77 (default-buffer-file-coding-system |
78 binary binary iso-2022-8 raw-text-dos mswindows-multibyte-dos) | 78 binary binary iso-2022-8 raw-text-dos mswindows-multibyte-dos) |
79 (native | 79 (native |
80 binary binary binary raw-text-dos mswindows-multibyte-system-default-dos) | 80 binary binary binary raw-text-dos mswindows-multibyte-system-default-dos) |
81 (keyboard | 81 (keyboard |
82 binary raw-text undecided raw-text undecided) | 82 binary raw-text undecided-unix raw-text undecided-unix) |
83 ;; the `terminal' coding system is used for output to stderr. such | 83 ;; the `terminal' coding system is used for output to stderr. such |
84 ;; streams do automatic lf->crlf encoding in the C library, so we need | 84 ;; streams do automatic lf->crlf encoding in the C library, so we need |
85 ;; to not do the same translations ourselves. | 85 ;; to not do the same translations ourselves. |
86 (terminal | 86 (terminal |
87 binary binary binary binary mswindows-multibyte-unix) | 87 binary binary binary binary mswindows-multibyte-unix) |
156 `coding-system-current-system-configuration'). | 156 `coding-system-current-system-configuration'). |
157 | 157 |
158 The table of default values looks like this: (see below for abbreviations) | 158 The table of default values looks like this: (see below for abbreviations) |
159 | 159 |
160 | 160 |
161 Unix Unix+EOL Unix+Mule MSW MSW+Mule | 161 Unix Unix+EOL Unix+Mule MSW MSW+Mule |
162 ------------------------------------------------------------------------------ | 162 ----------------------------------------------------------------------------- |
163 bfcs-for-read binary raw-text undecided raw-text undecided | 163 bfcs-for-read binary raw-text undecided raw-text undecided |
164 default bfcs binary binary iso-2022-8 raw-text-dos MSW-MB-dos | 164 default bfcs binary binary iso-2022-8 raw-text-dos MSW-MB-dos |
165 native binary binary binary raw-text-dos MSW-MB-SD-dos | 165 native binary binary binary raw-text-dos MSW-MB-SD-dos |
166 keyboard binary raw-text undecided raw-text undecided | 166 keyboard binary raw-text undecided-unix raw-text undecided-unix |
167 terminal binary binary binary binary MSW-MB-unix | 167 terminal binary binary binary binary MSW-MB-unix |
168 process-read binary raw-text undecided raw-text undecided | 168 process-read binary raw-text undecided raw-text undecided |
169 process-write binary binary binary raw-text MSW-MB-SD | 169 process-write binary binary binary raw-text MSW-MB-SD |
170 no-conv-cs binary raw-text raw-text raw-text MSW-MB | 170 no-conv-cs binary raw-text raw-text raw-text MSW-MB |
171 | 171 |
172 | 172 |
173 VAR can be one of: (abbreviations in parens) | 173 VAR can be one of: (abbreviations in parens) |
174 | 174 |
175 `buffer-file-coding-system-for-read' (bfcs-for-read) | 175 `buffer-file-coding-system-for-read' (bfcs-for-read) |