From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Japanese Input on Mac OS X Bug Fix Date: Sun, 16 Jun 2002 20:02:01 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1024279473 915 127.0.0.1 (17 Jun 2002 02:04:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Jun 2002 02:04:33 +0000 (UTC) Cc: ohnishi@a.phys.nagoya-u.ac.jp Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Jlsf-0000Ee-00 for ; Mon, 17 Jun 2002 04:04:33 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17JmIg-0002zo-00 for ; Mon, 17 Jun 2002 04:31:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JlrI-0005H3-00; Sun, 16 Jun 2002 22:03:08 -0400 Original-Received: from h24-71-223-10.cg.shawcable.net ([24.71.223.10] helo=pd5mo1so.prod.shaw.ca) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JlqO-0005GE-00 for ; Sun, 16 Jun 2002 22:02:12 -0400 Original-Received: from pd5mr2so.prod.shaw.ca (pd5mr2so-qfe3.prod.shaw.ca [10.0.141.233]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GXT00IP0UZ5HO@l-daemon> for emacs-devel@gnu.org; Sun, 16 Jun 2002 20:01:53 -0600 (MDT) Original-Received: from pn2ml4so.prod.shaw.ca (pn2ml4so-qfe0.prod.shaw.ca [10.0.121.148]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GXT00DEPUYYS3@l-daemon> for emacs-devel@gnu.org; Sun, 16 Jun 2002 20:01:46 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0GXT00BLBUZ7T9@l-daemon> for emacs-devel@gnu.org; Sun, 16 Jun 2002 20:01:55 -0600 (MDT) Original-To: mac-emacs-users@lists.sourceforge.net, emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4920 Hi, Toshikazu Onishi provided a fix for crashes one encounters when using Mac OS Japanese Input with Emacs on Mac OS X. The fix simply involves changing a call to FrontWindow in XTread_socket in the file src/macterm.c to FrontNonFloatingWindow. If you are experiencing similar problems, please try it. I have checked the change into the CVS trunk. It should not affect the use of other Keyboard layouts. Andrew.