Some time ago, Glynn Clements wrote...
|+
| Any suggestions as to what coding system it should set? Or should it
| be a defcustom? In which case what would the default be?
|-
AFA I understand codind systems, there are coding part and eol converison
part. Perhaps coding must be set to 'undecided-unix, or to one of a specific
type, but with unix eol style forces (so ^M^N does not get converted to ^N
alone), for exmaple
(make-coding-system 'iso2022-lf 'undecided
"iso2022 coding with forced lf line endings"
'(eol-type lf))
I'm just guessing.
Kirill