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: Re: --without-xim is ignored. Date: Sat, 12 Jul 2003 20:10:22 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200307020505.OAA12367@etlken.m17n.org> <5xn0fsmq1f.fsf@kfs2.cua.dk> <5xwuesa3ka.fsf@kfs2.cua.dk> <5xel0wo9xk.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058055567 9354 80.91.224.249 (13 Jul 2003 00:19:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2003 00:19:27 +0000 (UTC) Cc: emacs-devel@gnu.org, d.love@dl.ac.uk, handa@m17n.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 13 02:19:25 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 19bUaL-0002Qk-00 for ; Sun, 13 Jul 2003 02:19:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19bUmr-0003KT-00 for ; Sun, 13 Jul 2003 02:32:21 +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 19bUZx-0004nJ-D7 for emacs-devel@quimby.gnus.org; Sat, 12 Jul 2003 20:19:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19bUTS-000062-41 for emacs-devel@gnu.org; Sat, 12 Jul 2003 20:12:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19bUSL-0005b5-Lr for emacs-devel@gnu.org; Sat, 12 Jul 2003 20:11:40 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19bURa-00049e-L3 for emacs-devel@gnu.org; Sat, 12 Jul 2003 20:10:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19bURa-0003nh-6x; Sat, 12 Jul 2003 20:10:22 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xel0wo9xk.fsf@kfs2.cua.dk> (storm@cua.dk) 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:15570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15570 What other "flags" do we currently have in Emacs which a) could be controlled via a lisp variable or function, but b) can only be controlled via X resources, and c) cannot be turned on again, once it has been turned off. We should have a frame parameter to control this. Then it will be like other frame parameters, or mostly so. It won't be exactly like them, since the first frame on a display will control what happens on that display. We will have to document that as a wrinkle.