From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: composition bug Date: Sun, 07 Sep 2008 15:37:23 -0400 Message-ID: <87hc8rn3ws.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220816121 15807 80.91.229.12 (7 Sep 2008 19:35:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 19:35:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 21:36:16 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 1KcQ3P-0001d0-4o for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 21:36:11 +0200 Original-Received: from localhost ([127.0.0.1]:33116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcQ2P-0001C7-Cv for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 15:35:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcQ1t-0000YD-Bx for emacs-devel@gnu.org; Sun, 07 Sep 2008 15:34:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcQ1r-0000V0-Ia for emacs-devel@gnu.org; Sun, 07 Sep 2008 15:34:36 -0400 Original-Received: from [199.232.76.173] (port=35149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcQ1r-0000Ug-Am for emacs-devel@gnu.org; Sun, 07 Sep 2008 15:34:35 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:58307) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcQ1r-0004dZ-6W for emacs-devel@gnu.org; Sun, 07 Sep 2008 15:34:35 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2CF0457E355; Sun, 7 Sep 2008 15:37:23 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: 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:103640 Archived-At: Something in your 2008-09-05 composition changes broke navigation in the HELLO file. To reproduce: emacs -Q C-h H C-n -> cursor jumps to point 410. Could you fix this? Thanks!