From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: set-language-environment sets default EOL type to -unix Date: Sat, 17 Jan 2009 20:45:57 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232243178 12519 80.91.229.12 (18 Jan 2009 01:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Jan 2009 01:46:18 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 18 02:47:30 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 1LOMl5-0003Ap-Ja for ged-emacs-devel@m.gmane.org; Sun, 18 Jan 2009 02:47:27 +0100 Original-Received: from localhost ([127.0.0.1]:59449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOMjo-0002HC-IL for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 20:46:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOMjk-0002Gn-3W for emacs-devel@gnu.org; Sat, 17 Jan 2009 20:46:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOMji-0002GP-Im for emacs-devel@gnu.org; Sat, 17 Jan 2009 20:46:03 -0500 Original-Received: from [199.232.76.173] (port=43704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOMji-0002GM-D8 for emacs-devel@gnu.org; Sat, 17 Jan 2009 20:46:02 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:34807 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOMje-0005CR-P3; Sat, 17 Jan 2009 20:45:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0EAK8YcklMCpxj/2dsb2JhbACBbM0RhXOCAw X-IronPort-AV: E=Sophos;i="4.37,282,1231131600"; d="scan'208";a="32463959" Original-Received: from 76-10-156-99.dsl.teksavvy.com (HELO pastel.home) ([76.10.156.99]) by ironport2-out.teksavvy.com with ESMTP; 17 Jan 2009 20:45:57 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 168A387B9; Sat, 17 Jan 2009 20:45:57 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Sat, 17 Jan 2009 17:23:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107947 Archived-At: >> > 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. Than I suggest you install it. Stefan