From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [kzeitler@lucent.com: Re: compose key on SUN keyboard creates 2 characters (and beeps)] Date: Fri, 16 Jan 2004 11:25:16 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <470447EB-480E-11D8-8CEE-00039363E640@swipnet.se> References: <384A6738-44F5-11D8-9EE7-00039363E640@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074253180 8292 80.91.224.253 (16 Jan 2004 11:39:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2004 11:39:40 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jan 16 12:39:32 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhSK4-0002jx-00 for ; Fri, 16 Jan 2004 12:39:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhSK3-0006U1-00 for ; Fri, 16 Jan 2004 12:39:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhRIx-0007Rz-Bw for emacs-devel@quimby.gnus.org; Fri, 16 Jan 2004 05:34:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AhRHs-0007Iz-CQ for emacs-devel@gnu.org; Fri, 16 Jan 2004 05:33:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AhRHI-0007EB-6L for emacs-devel@gnu.org; Fri, 16 Jan 2004 05:33:07 -0500 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhRAU-0005ga-EH; Fri, 16 Jan 2004 05:25:34 -0500 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i0GBI1wq012634; Fri, 16 Jan 2004 12:18:02 +0100 In-Reply-To: Original-To: Klaus Zeitler X-Mailer: Apple Mail (2.609) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19196 > > just for fun I removed the define for INHIBIT_X11R6_XIM line, but then > emacs > crashed in XRegisterIMInstantiateCallback in xim_initialize. Okay, thanks for testing it. > So coming back to the original patch I suggested, maybe we should add > it, > but enclosed with e.g. "#ifndef HAVE_X11R6_XIM". I'm still thinking about what should be the correct condition. After all, you may have XIM but elected to turn it off. Anyway, I've checked in a fix. Can you try it on Solaris? Thanks, Jan D.