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 01:57:38 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030131.015738.92575916.jet@gyve.org> References: <20030129.153321.35784511.Takaaki.Ota@am.sony.com> <200301300000.JAA18264@etlken.m17n.org> <20030129.174125.01368882.Takaaki.Ota@am.sony.com> 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 1043950559 32306 80.91.224.249 (30 Jan 2003 18:15:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 18:15:59 +0000 (UTC) Cc: handa@m17n.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 18eJED-0008Ot-00 for ; Thu, 30 Jan 2003 19:15:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eJJz-0005gK-00 for ; Thu, 30 Jan 2003 19:21:55 +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 18eJFa-0000Z8-0B for emacs-devel@quimby.gnus.org; Thu, 30 Jan 2003 13:17:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eJEw-0000Ii-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 13:16:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eJEY-00007Q-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 13:16:19 -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 18eJEX-000061-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 13:16:17 -0500 Original-Received: from localhost (h219-110-074-142.catv01.itscom.jp [219.110.74.142]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h0UIG9Y04608; Fri, 31 Jan 2003 03:16:09 +0900 (JST) Original-To: Takaaki.Ota@am.sony.com In-Reply-To: <20030129.174125.01368882.Takaaki.Ota@am.sony.com> X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Original-cc: emacs-devel@gnu.org 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:11229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11229 > I tried to isolate the case from the entire circumstance, which is > using Mew package to view email messages. I was not successful. It > happens only when I try to view certain messages. My emacs gets hung, too when I moves the point to "[End of message]" of mew buffer. I'm using GNU/Linux. The echo area and header line are flushed repeatedly. > C-g does not break emacs once it gets trapped in this situation. C-g doesn't work, too. However, mouse click on emacs buffer works. So I don't have to kill emacs from a terminal. I can continue to use a emacs process after hunging. Is this message any hit for fix the bug? Masatake YAMATO