From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [d.love@dl.ac.uk: Re: use_xim] Date: Wed, 28 May 2003 19:58:54 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054167977 1385 80.91.224.249 (29 May 2003 00:26:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 00:26:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 02:26:16 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LBFI-0000MD-00 for ; Thu, 29 May 2003 02:26:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LBTi-0005RH-00 for ; Thu, 29 May 2003 02:41:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LBCB-0003IN-HM for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 20:23:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LAtG-0005EA-Uz for emacs-devel@gnu.org; Wed, 28 May 2003 20:03:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LApc-0004AQ-3J for emacs-devel@gnu.org; Wed, 28 May 2003 19:59:44 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LAoo-0003W2-Kc for emacs-devel@gnu.org; Wed, 28 May 2003 19:58:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19LAoo-0001MV-Ck; Wed, 28 May 2003 19:58:54 -0400 Original-To: 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:14401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14401 Do people think it makes sense for this flag to be per-display? If so, can someone do it? ------- Start of forwarded message ------- To: rms@gnu.org Subject: Re: use_xim From: Dave Love Date: Wed, 28 May 2003 14:05:34 +0100 X-Spam-Status: No, hits=-8.0 required=5.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03,USER_AGENT version=2.41 X-Spam-Level: You wrote: > The use_xim feature is a good idea, but I see that you implemented it > as a global switch, and only as an X resource. Can it be done > per-display? I'd guess so, but I don't know enough about X, and XIM in particular. I basically just converted compile-time conditionals to runtime, so that people didn't need advice to recompile Emacs. I think it needs to be done in a resource to be turned off early enough, but I don't know for sure. I doubt there's a lot of use for multiple displays, but anyone with a need can hack on it now. (I advertised that I'd done it in the unicode branch some time ago and asked emacs-devel if someone would look at it and adapt it, but there was no interest.) ------- End of forwarded message -------