From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: How to get black background? Date: Fri, 08 Aug 2008 13:03:28 +0200 Message-ID: References: <477f2796-bee2-4231-9292-3c3c34bc8bb8@r66g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218193514 19089 80.91.229.12 (8 Aug 2008 11:05:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2008 11:05:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ssecorp Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 08 13:06:05 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KRPmi-0006qn-HC for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2008 13:05:50 +0200 Original-Received: from localhost ([127.0.0.1]:53204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRPlm-00073j-Nn for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Aug 2008 07:04:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRPkr-0006hD-EU for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 07:03:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRPkp-0006dp-Fr for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 07:03:32 -0400 Original-Received: from [199.232.76.173] (port=36541 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRPkp-0006dI-9B for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 07:03:31 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:35256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRPko-00067x-Jl for help-gnu-emacs@gnu.org; Fri, 08 Aug 2008 07:03:30 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id BB74EE6405FE; Fri, 8 Aug 2008 13:03:29 +0200 (CEST) Original-Received: from [77.135.47.57] (helo=thursday-2.local) by smtp05.web.de with asmtp (WEB.DE 4.109 #226) id 1KRPkn-000557-00; Fri, 08 Aug 2008 13:03:29 +0200 In-Reply-To: <477f2796-bee2-4231-9292-3c3c34bc8bb8@r66g2000hsg.googlegroups.com> (ssecorp's message of "Thu\, 7 Aug 2008 18\:38\:27 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-Sender: n_schumacher@web.de X-Provags-ID: V01U2FsdGVkX1861m00VfS4m389Ob5XgOXyRc417V9D0mEqJ8FD FEWb8vamKv4qC4iWlifkjcOwKFdRMHp8qajQrjaEcn1/OIXU4o PGs4SmKYpSaSufXh5U0Q== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56302 Archived-At: ssecorp wrote: > I want black background in emacs. How do I change it? Im using windows. Put this in your .emacs: (when window-system (add-to-list 'default-frame-alist '(background-color . "black")) (add-to-list 'default-frame-alist '(foreground-color . "wheat"))) regards, Nikolaj Schumacher