help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Distinguish inactive windows


From: Alp Aker
Subject: Re: Distinguish inactive windows
Date: Sat, 25 Jun 2011 16:00:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Joe Riel <jriel@maplesoft.com> wrote:

> It only has to be unique to a buffer.  Here's a simpler variant on your
> scheme that does precisely what I want:
> 
> (make-local-variable 'face-remapping-alist)
> (setq face-remapping-alist
>      '((mode-line-inactive :foreground "black" :background "yellow")))
> 
> Thanks again for the ideas, they helped.

That's a nice solution, better than either of mine.  (Be aware that it's not
supported on v22, though.)





reply via email to

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