emacs-devel
[Top][All Lists]
Advanced

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

Re: Setting the background colour of a buffer or window


From: Juanma Barranquero
Subject: Re: Setting the background colour of a buffer or window
Date: Sun, 16 Jun 2013 15:52:11 +0200

On Sun, Jun 16, 2013 at 3:32 PM, Lars Magne Ingebrigtsen <address@hidden> wrote:

> There still apparently isn't a way to set the background colour of a
> buffer (or a window)?  You have to set the background colour of the
> entire frame?

You can do something like

  emacs -Q
  c-x 2
  c-h N
  c-x o
  M-: (make-local-variable 'face-remapping-alist) <RET>
  M-: (push '(default (:background "blue")) face-remapping-alist) <RET>

So you have a different default background for the buffer (not the window).

See doc of `face-remapping-alist'.

     J



reply via email to

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