GNU bug report logs - #19339
face-remapping-alist ignored in echo-area

Previous Next

Package: emacs;

Reported by: oscarfv <at> telefonica.net (Óscar Fuentes)

Date: Wed, 10 Dec 2014 18:25:01 UTC

Severity: normal

Tags: moreinfo

Found in version 25.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Óscar Fuentes <ofv <at> wanadoo.es>, 19339 <at> debbugs.gnu.org
Subject: bug#19339: face-remapping-alist ignored in echo-area
Date: Thu, 2 Dec 2021 17:43:35 +0100
> Right...  but this doesn't work, either:
>
> (dolist (b (buffer-list))
>    (when (string-match " *Echo Area\\|Minibuf" (buffer-name b))
>      (with-current-buffer b
>        (make-local-variable 'face-remapping-alist)
>        (add-to-list 'face-remapping-alist
> 		   '(default (:background "green"))))))

IIRC you once found a recipe how to make it work for specific windows
only.

> But I guess you have to do something with the minibuffer hook to get
> that to work, or something?

'minibuffer-setup-hook' probably.  Here I'm using a separate window slot
for keeping a window-specific remapping alist.

martin




This bug report was last modified 3 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.