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: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v Date: Mon, 30 Jun 2008 22:46:04 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1214855202 6610 80.91.229.12 (30 Jun 2008 19:46:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 19:46:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 21:47:28 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 1KDPLP-0005y0-Nh for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 21:47:23 +0200 Original-Received: from localhost ([127.0.0.1]:42601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDPKZ-0002Ms-A6 for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 15:46:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDPKU-0002Mn-QW for emacs-devel@gnu.org; Mon, 30 Jun 2008 15:46:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDPKS-0002LF-V3 for emacs-devel@gnu.org; Mon, 30 Jun 2008 15:46:26 -0400 Original-Received: from [199.232.76.173] (port=57643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDPKS-0002Ku-Q3 for emacs-devel@gnu.org; Mon, 30 Jun 2008 15:46:24 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:13175) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDPKS-0002ov-D6 for emacs-devel@gnu.org; Mon, 30 Jun 2008 15:46:24 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.31.196]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K3A000HAKYCJS30@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Mon, 30 Jun 2008 23:01:25 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: 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:100239 Archived-At: > Date: Mon, 30 Jun 2008 15:04:59 +0200 > From: "Juanma Barranquero" > > The above change is one such example. AFAICS, the CRLF -> LF > conversion fails somehow, but only in a few cases; I mean, usually at > most two or three lines in a whole ChangeLog file are affected. For > example, after the problem above, if I visit the ChangeLog I see: > > 2004-01-22 Ognyan Kulev (tiny change)^M > ^M > * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.^M > Duplicate entry removed.^M > ("bulgarian-bds"): Docstring fixed.^M > ^M2003-10-06 Dave Love ^M > ^M > * quail/latin-ltx.el: Several additions.^M > > It's like one LF had gone missing. Sounds like an off-by-one bug somewhere, on some buffer boundary. But I'm not sure I understand whether you think it's in Emacs or in CVSNT.