emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with system_eol_type


From: Katsumi Yamaoka
Subject: Re: problem with system_eol_type
Date: Wed, 09 Aug 2006 19:35:56 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

;; To see the whole thread, please visit:
;; http://news.gmane.org/group/gmane.emacs.devel/thread=57837/force_load=t

>>>>> In <address@hidden> 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]