From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: mouse-face on mode-line and header-line Date: Wed, 25 May 2005 01:57:36 +0900 (JST) Message-ID: <20050525.015736.03983490.jet@gyve.org> References: <17042.48659.906952.418118@farnswood.snap.net.nz> <20050524.144728.216699778.jet@gyve.org> <200505241623.j4OGNkm17594@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116954754 4967 80.91.229.2 (24 May 2005 17:12:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 May 2005 17:12:34 +0000 (UTC) Cc: lekktu@gmail.com, nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 24 19:12:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DactI-00083x-Bs for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 19:08:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dacwz-0007FA-Fp for ged-emacs-devel@m.gmane.org; Tue, 24 May 2005 13:12:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DacwI-00074G-S6 for emacs-devel@gnu.org; Tue, 24 May 2005 13:11:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dacw7-0006wa-OS for emacs-devel@gnu.org; Tue, 24 May 2005 13:11:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dacw6-0006ss-88 for emacs-devel@gnu.org; Tue, 24 May 2005 13:11:22 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dacon-0003Pg-KD for emacs-devel@gnu.org; Tue, 24 May 2005 13:03:50 -0400 Original-Received: from localhost (h219-110-075-080.catv01.itscom.jp [219.110.75.80]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id j4OH3Nx29323; Wed, 25 May 2005 02:03:23 +0900 (JST) Original-To: teirllm@dms.auburn.edu In-Reply-To: <200505241623.j4OGNkm17594@raven.dms.auburn.edu> X-Mailer: Mew version 4.2 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) 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:37573 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37573 > Matsatake Yamato wrote: > > > so I would say don't uninstall it just > > yet. It fails at one point of the code. It might be a simple fix. > I'll try. However, as far as my short inspection, it is not simple. > Anyway, I'll take more time tonight. > > Just in case it would be of any help, here is a way to produce a crash > predictably (rather than click the mouse randomly until a crash occurs). > > Do `emacs -q -nbc', M-x buffer-menu. Move the mouse over the "Buffer" > in the header line. Everything is fine. Then move it over "Size". > Instantaneous crash. Thank you. All replies about this issue encourages me. I've just installed new patch. Please, try. Crash reports are welcome. > If you manage to fix this, then as a much less serious detail, could you > also get rid of the trailing whitespace you produced? (Set > show-trailing-whitespace to t). I've done. Masatake YAMATO