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: Tue, 16 Sep 2008 08:41:46 +0200 Organization: orebokech dot com Message-ID: <87zlm86191.fsf@elegiac.orebokech.com> References: <87hc8rn3ws.fsf@cyd.mit.edu> <87r67u3k52.fsf@elegiac.orebokech.com> <87iqt53mk7.fsf@elegiac.orebokech.com> <87zlmcxsq1.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 1221547338 27982 80.91.229.12 (16 Sep 2008 06:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 06:42:18 +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 Tue Sep 16 08:43:14 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 1KfUHI-0005C8-9x for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2008 08:43:12 +0200 Original-Received: from localhost ([127.0.0.1]:48103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfUGH-0002yf-Dx for ged-emacs-devel@m.gmane.org; Tue, 16 Sep 2008 02:42:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfUG2-0002tp-89 for emacs-devel@gnu.org; Tue, 16 Sep 2008 02:41:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfUG1-0002tT-2j for emacs-devel@gnu.org; Tue, 16 Sep 2008 02:41:53 -0400 Original-Received: from [199.232.76.173] (port=48307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfUG0-0002tN-Q6 for emacs-devel@gnu.org; Tue, 16 Sep 2008 02:41:52 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:35696) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KfUG0-0004A2-4F for emacs-devel@gnu.org; Tue, 16 Sep 2008 02:41:52 -0400 Original-Received: from smtp1-g19.free.fr ([212.27.42.27]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfUFy-0004lc-3Y for emacs-devel@gnu.org; Tue, 16 Sep 2008 02:41:50 -0400 Original-Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id 701511AB2FD; Tue, 16 Sep 2008 08:41:47 +0200 (CEST) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp1-g19.free.fr (Postfix) with ESMTP id D5B131AB2EF; Tue, 16 Sep 2008 08:41:46 +0200 (CEST) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 652F33B224; Tue, 16 Sep 2008 08:41:46 +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 "Tue, 16 Sep 2008 15:24:33 +0900") X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/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:103899 Archived-At: Kenichi Handa writes: > Does the random movement appear again just by saving that > new buffer, or it appears again after saving and re-reading > from the new file? No, just saving the file is enough. > And, is that random movement really random; i.e. each time > when you type C-n at the head of HELLO file, point moves to > the different point? Good point: no. If I start from the same place every time then it's clearly not random, it always goes to the same places in the buffer. Starting from emacs -Q, then C-h h: - the first C-n moves to the Arabic character #x633 (point 256 of 3098) - the next C-n moves to a comma (point 414 of 3098) - the next C-n moves to Arabic character #x64a (point 759 of 3098) - then to point 834 (Myanmar character), then 1557 (another comma), etc.