From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63545 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.semi.japanese,gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: problem with system_eol_type Date: Wed, 09 Aug 2006 19:35:56 +0900 Organization: Emacsen advocacy group Message-ID: References: Reply-To: semi-gnus-ja@meadowy.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155119788 13705 80.91.229.2 (9 Aug 2006 10:36:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 10:36:28 +0000 (UTC) Cc: emacs-devel@gnu.org, mule-ja@m17n.org, semi-gnus-ja@meadowy.org Original-X-From: semi-gnus-ja-return-20737-gegsj-semi-gnus-ja-403=m.gmane.org@meadowy.org Wed Aug 09 12:36:26 2006 Return-path: Envelope-to: gegsj-semi-gnus-ja-403@gmane.org Original-Received: from farm.meadowy.org ([202.222.30.108]) by ciao.gmane.org with smtp (Exim 4.43) id 1GAlQE-0001mW-V6 for gegsj-semi-gnus-ja-403@gmane.org; Wed, 09 Aug 2006 12:36:23 +0200 Original-Received: (qmail 12965 invoked by uid 501); 9 Aug 2006 10:36:14 -0000 Mailing-List: contact semi-gnus-ja-help@meadowy.org; run by ezmlm Original-Sender: semi-gnus-ja-owner@meadowy.org X-ML-NAME: semi-gnus-ja Precedence: bulk Original-Received: (qmail 12950 invoked from network); 9 Aug 2006 10:36:09 -0000 X-SendingHost: 66.225.201.13 Original-To: ding@gnus.org X-Hashcash: 1:20:060809:ding@gnus.org::8zUmc4mOXWdyupJs:000089if X-Hashcash: 1:20:060809:emacs-devel@gnu.org::xtfmkTDtUQpF4UHd:0000000000000000000000000000000000000000008GO3 X-Hashcash: 1:20:060809:mule-ja@m17n.org::/7BsEDZ6t32YK0q8:01cb9 X-Hashcash: 1:20:060809:semi-gnus-ja@meadowy.org::0F7qPJfpPfiwM+3F:00000000000000000000000000000000000004lRc X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ea+gktBV8ydIxfJkdGAwmpky/VM= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - meadowy.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-ML-COUNT: 20737 Xref: news.gmane.org gmane.emacs.gnus.semi.japanese:13208 gmane.emacs.gnus.general:63545 gmane.emacs.devel:58220 Archived-At: ;; To see the whole thread, please visit: ;; http://news.gmane.org/group/gmane.emacs.devel/thread=57837/force_load=t >>>>> In 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,