From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: carriage-return no longer works quite right in shell-mode Date: Fri, 29 Feb 2008 16:21:11 +0100 Organization: orebokech dot com Message-ID: <87hcfrwzyw.fsf@elegiac.orebokech.com> References: <87wsoow3zx.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204298720 16276 80.91.229.12 (29 Feb 2008 15:25:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 15:25:20 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, christopher.ian.moore@gmail.com, rms@gnu.org, monnier@iro.umontreal.ca To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 29 16:25:44 2008 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 1JV77A-0008LM-EI for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 16:25:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV76d-0004yH-FH for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 10:25:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JV75e-0004OS-DF for emacs-devel@gnu.org; Fri, 29 Feb 2008 10:24:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JV75b-0004M9-HY for emacs-devel@gnu.org; Fri, 29 Feb 2008 10:24:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV75a-0004Li-65 for emacs-devel@gnu.org; Fri, 29 Feb 2008 10:23:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JV75Z-0005bn-Rr for emacs-devel@gnu.org; Fri, 29 Feb 2008 10:23:57 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JV75Z-00073m-8q for emacs-pretest-bug@gnu.org; Fri, 29 Feb 2008 10:23:57 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JV72v-0004nr-GP for emacs-pretest-bug@gnu.org; Fri, 29 Feb 2008 10:21:16 -0500 Original-Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JV72v-0004nb-4T; Fri, 29 Feb 2008 10:21:13 -0500 Original-Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 01A543EA130; Fri, 29 Feb 2008 16:21:12 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g19.free.fr (Postfix) with ESMTP id 5DDF43EA125; Fri, 29 Feb 2008 16:21:11 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 2203B3C435; Fri, 29 Feb 2008 16:21:11 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Kenichi Handa's message of "Fri, 29 Feb 2008 20:31:48 +0900") X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:90891 gmane.emacs.pretest.bugs:21360 Archived-At: Kenichi Handa writes: > Could someone figure out why default-process-coding-system > specifies eol-format now? Could it be a side effect of this change? (The ChangeLog entry is from the trunk, the change itself is from the Unicode branch.) 2008-02-01 Kenichi Handa * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from system_eol_type. (syms_of_coding): Initialize system_eol_type. * process.c (Fset_process_coding_system): Inherit system's eol format if necessary.