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: Mon, 8 Jul 2002 19:44:01 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207090144.g691i1K13374@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> <200207062331.g66NVo010527@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026179073 10087 127.0.0.1 (9 Jul 2002 01:44:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2002 01:44:33 +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 17Rk3N-0002ca-00 for ; Tue, 09 Jul 2002 03:44:33 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17RkBZ-0005Cg-00 for ; Tue, 09 Jul 2002 03:53:01 +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 17Rk3w-0000ra-00; Mon, 08 Jul 2002 21:45:08 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Rk2t-0000m0-00; Mon, 08 Jul 2002 21:44:03 -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 g691i1B22870; Mon, 8 Jul 2002 19:44:01 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g691i1K13374; Mon, 8 Jul 2002 19:44:01 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: miles@gnu.org In-Reply-To: (message from Miles Bader on 08 Jul 2002 10:28:09 +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:5586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5586 > 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? What's `the main buffer'? The simplest definition is, the buffer that was current when you issued the command. But I think my Calc examples is somewhat atypical. Should that Calc example do something special to copy the face definitions from the current buffer?