From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: set-language-environment sets default EOL type to -unix Date: Sat, 17 Jan 2009 17:23:33 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1232205826 12377 80.91.229.12 (17 Jan 2009 15:23:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2009 15:23:46 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, handa@m17n.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 17 16:24:58 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LOD2f-0002eU-Gc for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 16:24:57 +0100 Original-Received: from localhost ([127.0.0.1]:56720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOD1O-0002uT-LA for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 10:23:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOD1J-0002uD-Na for emacs-devel@gnu.org; Sat, 17 Jan 2009 10:23:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOD1J-0002tv-73 for emacs-devel@gnu.org; Sat, 17 Jan 2009 10:23:33 -0500 Original-Received: from [199.232.76.173] (port=55837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOD1I-0002ti-V4 for emacs-devel@gnu.org; Sat, 17 Jan 2009 10:23:32 -0500 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:34482) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOD1I-0005xJ-IB for emacs-devel@gnu.org; Sat, 17 Jan 2009 10:23:32 -0500 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KDM00B00FP2KH00@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Sat, 17 Jan 2009 17:23:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.42.36]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KDM00B6DG3ILO10@i-mtaout1.012.net.il>; Sat, 17 Jan 2009 17:23:43 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107930 Archived-At: > From: Stefan Monnier > Cc: Kenichi Handa , Juanma Barranquero , emacs-devel@gnu.org > Date: Sat, 17 Jan 2009 09:36:59 -0500 > > > I think this is a bug, and I think the right fix is to change > > set-language-environment-coding-systems to not pass nil to > > coding-system-eol-type, but instead leave the EOL type as undecided in > > this case. Does anyone object to this fix? > > Your analysis sounds convincing. If you try this change, do you indeed > get better behavior? Yes, the change fixes the last bit of the problem in Bug 1853.