emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23.0.60; Echo Area Face


From: Florian Beck
Subject: 23.0.60; Echo Area Face
Date: Wed, 04 Jun 2008 02:31:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]