From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Beck Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Echo Area Face Date: Wed, 04 Jun 2008 02:31:11 +0200 Message-ID: <87mym23usw.fsf@sophokles.streitblatt.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212540653 6174 80.91.229.12 (4 Jun 2008 00:50:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 00:50:53 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 02:51:35 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3hDv-0001iT-Oy for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 02:51:32 +0200 Original-Received: from localhost ([127.0.0.1]:52206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3hD9-0006wR-F1 for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 20:50:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3hD4-0006vn-H6 for emacs-devel@gnu.org; Tue, 03 Jun 2008 20:50:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3hD3-0006vC-3m for emacs-devel@gnu.org; Tue, 03 Jun 2008 20:50:38 -0400 Original-Received: from [199.232.76.173] (port=37273 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3hD2-0006v3-SH for emacs-devel@gnu.org; Tue, 03 Jun 2008 20:50:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3hD1-0005UT-NC for emacs-devel@gnu.org; Tue, 03 Jun 2008 20:50:36 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:37192 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K3hBD-0006PV-14 for emacs-pretest-bug@gnu.org; Tue, 03 Jun 2008 20:48:43 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K3hCv-0005TD-Vo for emacs-pretest-bug@gnu.org; Tue, 03 Jun 2008 20:50:34 -0400 Original-Received: from mo-p07-fb.rzone.de ([81.169.146.191]:15978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3hCv-0005Rr-GF for emacs-pretest-bug@gnu.org; Tue, 03 Jun 2008 20:50:29 -0400 Original-Received: from mo-p07-ob.rzone.de (fruni-mo-p07-ob.mail [192.168.63.183]) by gibbsson-fb-03.store (RZmta 16.38) with ESMTP id i04dfdk53GwiVZ for ; Wed, 4 Jun 2008 02:47:41 +0200 (MEST) (envelope-from: ) X-RZG-CLASS-ID: mo07 X-RZG-AUTH: z4gYkBuibEUuEEkKOBbVf7Z2nK4G Original-Received: from aeschylus (p54995F25.dip.t-dialin.net [84.153.95.37]) by post.webmailer.de (fruni mo57) (RZmta 16.38) with ESMTP id w019d3k53JOwH8 for ; Wed, 4 Jun 2008 02:31:12 +0200 (MEST) (envelope-from: ) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98343 gmane.emacs.pretest.bugs:22550 Archived-At: I was experimenting with Miles Baders new face remapping functionality and tried to display the minibuffer/echo area in a smaller font size. This does the job for minibuffer-iteraction: (add-hook 'minibuffer-setup-hook 'set-minibuffer-face) (defun set-minibuffer-face () (set (make-local-variable 'face-remapping-alist) '((default :family "DejaVu Sans" :height 0.75)))) but there doesn't seem a way to influence the display of messages displayed in the minibuffer. I tought the above would take care of it. I know the minibuffer is somewhat special. How do I set a buffer local variable for it? In GNU Emacs 23.0.60.5 (i686-pc-linux-gnu) of 2008-06-03 on aeschylus Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--with-x-toolkit=no' 'CC=gcc' 'CFLAGS=-O0 -fno-crossjumping -g'' -- Florian Beck