From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v Date: Mon, 30 Jun 2008 22:41:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214858521 18056 80.91.229.12 (30 Jun 2008 20:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 20:42:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 30 22:42:47 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 1KDQCw-0007Qr-TE for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 22:42:43 +0200 Original-Received: from localhost ([127.0.0.1]:52523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDQC6-0006dU-JV for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 16:41:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDQC1-0006c5-Ng for emacs-devel@gnu.org; Mon, 30 Jun 2008 16:41:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDQBz-0006aW-8w for emacs-devel@gnu.org; Mon, 30 Jun 2008 16:41:44 -0400 Original-Received: from [199.232.76.173] (port=48247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDQBz-0006aL-1W for emacs-devel@gnu.org; Mon, 30 Jun 2008 16:41:43 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]:30334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDQBy-0003H2-LD for emacs-devel@gnu.org; Mon, 30 Jun 2008 16:41:42 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so344494ugc.48 for ; Mon, 30 Jun 2008 13:41:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=I9+bUcrVSJkq+68TLhGXlD2wv7s9wCzsgwcMg4+tGBo=; b=OHYVkTvkXRgWNC/WuP4bwORpOT533SIcrek3KddjOfjT2ApSOsu6clzjjkpK1+7RVP wwvAzMS60TFeH3PJvHejWrJrXU7ca9VbaSFPGBMhmIeMJ/M+OcgAwRA3AnQ2eusWSE4x TbfY04CYuQFy25f9JRxGwMC94MN7/CDz438bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=j7H/6G6YzF9wrww+phm5ZJ3yotnUqbhtTMRNR7pp8AxP8s4JQEh0ZZlkrUOFQuRemI S+vlJJiuZ12IBqsprBYMsinaWl5lLAKQhH/EAJxD/Je/s/hXO9e2CiE4FzqC8XVNZd8U XxelrywfLWlJ4NaUqts7drDrYiJPHTCPTZQko= Original-Received: by 10.210.58.17 with SMTP id g17mr4566688eba.190.1214858500897; Mon, 30 Jun 2008 13:41:40 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 30 Jun 2008 13:41:40 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100244 Archived-At: On Mon, Jun 30, 2008 at 21:46, Eli Zaretskii wrote: > 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. I don't know. I'd say that it is in Emacs, because I haven't updated CVSNT in a long time. But it is weird that it only seems to happen to me. Juanma