From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: setting the window background? Date: Wed, 07 Mar 2012 12:37:16 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331120278 13639 80.91.229.3 (7 Mar 2012 11:37:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2012 11:37:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 12:37:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S5FBp-0004B9-2L for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2012 12:37:53 +0100 Original-Received: from localhost ([::1]:49318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5FBo-0005jG-4Y for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2012 06:37:52 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5FBh-0005iz-54 for emacs-devel@gnu.org; Wed, 07 Mar 2012 06:37:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5FBb-00043v-1x for emacs-devel@gnu.org; Wed, 07 Mar 2012 06:37:44 -0500 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:60130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5FBa-000434-SL for emacs-devel@gnu.org; Wed, 07 Mar 2012 06:37:38 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id E6F772957CA for ; Wed, 7 Mar 2012 12:37:34 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF4) Original-Received: from mf4.bahnhof.se ([127.0.0.1]) by localhost (mf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F9NuEwjLupg6 for ; Wed, 7 Mar 2012 12:37:27 +0100 (CET) Original-Received: from exodia.localdomain (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf4.bahnhof.se (Postfix) with ESMTP id 3913AE43457 for ; Wed, 7 Mar 2012 12:37:26 +0100 (CET) Original-Received: from chopper.vpn.verona.se (unknown [192.168.202.6]) by exodia.localdomain (Postfix) with ESMTP id BB2244E00CD for ; Wed, 7 Mar 2012 12:37:16 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (1) X-Received-From: 213.80.101.11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148915 Archived-At: Is it correct that there is a way to set the frame background but no way to set the window background? In particular I would like to be able to set the background of the selected window, similarily to the frame background-color parameter. I'd like this in order to improve the experience while disabling the mode-line. -- Joakim Verona