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: [patch] XPM in gamegrid.el Date: Sat, 6 Jul 2002 17:31:50 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207062331.g66NVo010527@aztec.santafe.edu> References: <200207021946.g62Jkd802100@aztec.santafe.edu> <200207041824.g64IO3906414@aztec.santafe.edu> <200207041910.g64JApB31201@rum.cs.yale.edu> <200207052205.g65M5Qp08476@aztec.santafe.edu> <873cuxu513.fsf@tc-1-100.kawasaki.gol.ne.jp> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026132053 3687 127.0.0.1 (8 Jul 2002 12:40:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 12:40:53 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, epameinondas@gmx.de, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RXoz-0000xM-00 for ; Mon, 08 Jul 2002 14:40:53 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17RXwv-000453-00 for ; Mon, 08 Jul 2002 14:49:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RXHn-0008J4-00; Mon, 08 Jul 2002 08:06:35 -0400 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RWwR-0003Ja-00; Mon, 08 Jul 2002 07:44:31 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by delysid.gnu.org with esmtp (Exim 3.34 #2) id 17QzGi-0003Yj-00; Sat, 06 Jul 2002 19:47:13 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g66NVsV09498; Sat, 6 Jul 2002 17:31:54 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g66NVo010527; Sat, 6 Jul 2002 17:31:50 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: miles@gnu.org In-Reply-To: <873cuxu513.fsf@tc-1-100.kawasaki.gol.ne.jp> (message from Miles Bader on 06 Jul 2002 08:30:16 +0900) 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:5562 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5562 1) Sometimes (such as in my Calc example) you want the minibuffer to use the same modified default face as the buffer, but only in that frame. Do we always want this? Should the minibuffer use the face definitions of the main buffer? 2) The current display code calculates window sizes (and the tool-bar size) in integral multiples of the frame's default font, Removing that limitation is in the task list. Would someone like to work on it?