Re: problem with system_eol_type
Richard Stallman <[email protected]> Wed, 09 Aug 2006 21:13:29 -0400
| Newsgroups | gmane.emacs.gnus.semi.japanese,gmane.emacs.gnus.general,gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
In relation to this, ARISAWA Akihiro reported that the compface.el
module bundled with Gnus doesn't work on Windows. It is because
the line-break code is converted into CRLF by the recent Emacs 22
when communicating with processes, and at least the external
"icontopbm" program does not work with it.
I've fixed it in the Gnus trunk and the v5-10 branch so that
`coding-system-for-write' is bound to `raw-text-unix'.
Whatever the right fix is, can you fix it in the Emacs repository too,
please?