From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: composition bug Date: Sat, 13 Sep 2008 12:09:26 +0200 Organization: orebokech dot com Message-ID: <87zlmcxsq1.fsf@elegiac.orebokech.com> References: <87hc8rn3ws.fsf@cyd.mit.edu> <87r67u3k52.fsf@elegiac.orebokech.com> <87iqt53mk7.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 1221300584 9645 80.91.229.12 (13 Sep 2008 10:09:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2008 10:09:44 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 13 12:10:40 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 1KeS5O-00036Z-D2 for ged-emacs-devel@m.gmane.org; Sat, 13 Sep 2008 12:10:38 +0200 Original-Received: from localhost ([127.0.0.1]:58517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeS4N-0002IE-Q3 for ged-emacs-devel@m.gmane.org; Sat, 13 Sep 2008 06:09:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KeS4I-0002Hr-Mv for emacs-devel@gnu.org; Sat, 13 Sep 2008 06:09:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KeS4H-0002HJ-Eg for emacs-devel@gnu.org; Sat, 13 Sep 2008 06:09:29 -0400 Original-Received: from [199.232.76.173] (port=50907 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KeS4H-0002HG-7j for emacs-devel@gnu.org; Sat, 13 Sep 2008 06:09:29 -0400 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]:34808) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KeS4G-0001hT-U1 for emacs-devel@gnu.org; Sat, 13 Sep 2008 06:09:29 -0400 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id 1725F17B552; Sat, 13 Sep 2008 12:09:27 +0200 (CEST) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp3-g19.free.fr (Postfix) with ESMTP id 7F50C17B58B; Sat, 13 Sep 2008 12:09:26 +0200 (CEST) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 238CC3B1B3; Sat, 13 Sep 2008 12:09:26 +0200 (CEST) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM, cyd@stupidchicken.com, emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Thu, 11 Sep 2008 11:06:10 +0900") X-detected-kernel: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:103868 Archived-At: I just noticed something about this bug: if I save all the text from the HELLO buffer and insert it into another, it doesn't happen anymore. In the new buffer, the cursor moves normally. (E.g. do C-h h C-x h M-w C-x b foo RET C-y.) However, as soon as I save this new buffer to a file the bug appears again and point moves to random positions in the buffer with C-n/C-f. I tried various coding systems for saving the file, but it doesn't seem to be relevant. Does that help you diagnose the problem? Thanks.