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: Program-specified positions ignored? Date: Sun, 6 Oct 2002 01:47:34 +0200 (CEST) Sender: emacs-devel-admin@gnu.org Message-ID: <200210060007.g9607Id8027101@stubby.bodenonline.com> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033863313 30685 127.0.0.1 (6 Oct 2002 00:15:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 00:15:13 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xz4i-0007yn-00 for ; Sun, 06 Oct 2002 02:15:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17xzr3-0001mQ-00 for ; Sun, 06 Oct 2002 03:05:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xz32-0006yE-00; Sat, 05 Oct 2002 20:13:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xz1L-0005KL-00 for emacs-devel@gnu.org; Sat, 05 Oct 2002 20:11:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xz14-0004yW-00 for emacs-devel@gnu.org; Sat, 05 Oct 2002 20:11:28 -0400 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xz0s-0004gi-00; Sat, 05 Oct 2002 20:11:14 -0400 Original-Received: from pc35.bodenonline.com (IDENT:root@pc35.bodenonline.com [195.196.29.227] (may be forged)) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id g9607Id8027101; Sun, 6 Oct 2002 02:07:24 +0200 In-Reply-To: "from Richard Stallman at Oct 4, 2002 06:09:07 pm" Original-To: rms@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8418 > If XtNgeometry is set in the program, it can't be overridden by > an entry in an .Xdefaults-file. I think it is a mistake to set XtNgeometry > at all in a program, it disables the normal way to set this, via .Xdefaults. > > The code sets XtNgeometry for *user* positions. That is correct, I > believe; user positions are supposed to override .Xdefaults. But it > sounds like fallback resources are the right way to implement > program-specified positions. > > Could you possibly implement that? I will put it on my TODO list. Jan D.