Re: problem with system_eol_type
Katsumi Yamaoka <[email protected]> Wed, 09 Aug 2006 19:35:56 +0900
| Newsgroups | gmane.emacs.gnus.semi.japanese,gmane.emacs.gnus.general,gmane.emacs.devel |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
;; To see the whole thread, please visit: ;; http://news.gmane.org/group/gmane.emacs.devel/thread=57837/force_load=t >>>>> In <[email protected]> Katsumi Yamaoka wrote: > I think it is reasonable to use the eol which is system's > default when saving text files. Since Gnus uses `raw-text' by > default to save files in many cases, mail files, for example, > are now saved with CRLF in DOS machines, otherwise with LF. It > will be useful when other programs use those files. So, I agree > to the recent behavior of Emacs but am negative to change Gnus' > default. [...] > I don't have an idea how we should do when communicating with > processes. Sorry. 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'. Regards,