From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: xdisp.c problem? Date: Fri, 31 Jan 2003 15:01:19 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030131.150119.21590685.jet@gyve.org> References: <200301310358.MAA21102@etlken.m17n.org> <20030131.114747.21602206.jet@gyve.org> <200301310605.PAA21247@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043997158 32178 80.91.224.249 (31 Jan 2003 07:12:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 07:12:38 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eVLp-0008Ms-00 for ; Fri, 31 Jan 2003 08:12:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eVRq-0004Sx-00 for ; Fri, 31 Jan 2003 08:18:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eVLr-0003x0-05 for emacs-devel@quimby.gnus.org; Fri, 31 Jan 2003 02:12:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eVLf-0003wr-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 02:12:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eVLd-0003wR-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 02:12:26 -0500 Original-Received: from r-maa.spacetown.ne.jp ([210.130.136.40]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eVLc-0003qX-00 for emacs-devel@gnu.org; Fri, 31 Jan 2003 02:12:25 -0500 Original-Received: from localhost (mx.jp.redhat.com [219.96.218.186]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h0V7CLY29310; Fri, 31 Jan 2003 16:12:21 +0900 (JST) Original-To: handa@m17n.org In-Reply-To: <200301310605.PAA21247@etlken.m17n.org> X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Original-cc: Takaaki.Ota@am.sony.com Original-cc: gerd.moellmann@t-online.de X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11252 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11252 I wrote: > After applying your patch, my Emacs doesn't hung! Handa-san wrote: > Thank you for testing it. Do you mean that cursor is also > displayed on the correct place? Yes. --- *Mew messages* buffer --- Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel[1] [End of message][2] --- *Mew messages* buffer --- When I press C-f, the point at [1] moves to [2]. I think this is the correct movement. Masatake YAMATO