From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mattia Ziulu Newsgroups: gmane.emacs.help Subject: Re: always white background in compiled emacs24 Date: Wed, 05 Feb 2014 13:01:14 +0100 Message-ID: <8738jx3h11.fsf@Air.tekno-soft.it> References: <09554256-2c31-408a-8d9b-bbd549f988a9@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391602076 12597 80.91.229.3 (5 Feb 2014 12:07:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2014 12:07:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: kolya.ay@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 05 13:08:03 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WB1Gt-0003q3-By for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2014 13:08:03 +0100 Original-Received: from localhost ([::1]:58761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB1Gs-0007qJ-UI for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2014 07:08:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB1Ga-0007q2-8h for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 07:07:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB1GR-0003Eo-SF for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 07:07:44 -0500 Original-Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:59249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB1GR-0003CQ-LZ for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 07:07:35 -0500 Original-Received: by mail-ee0-f47.google.com with SMTP id d49so178158eek.6 for ; Wed, 05 Feb 2014 04:07:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:user-agent:in-reply-to:date :message-id:mime-version:content-type; bh=VjoRTd5lF1quLrylZ427fqLZQuAVzbQrRZ0OB+MPyzg=; b=YXSKOPi/kEGsziSQuGKCJZhFLdnoKBj0//dvB96o16tyAXRhRfRjqZrP1ojtaU5O8u aL/Il5uZ04XuYM7mryOW6S7FI22vIoqVnqBwiaPV0jD+7LdsOw0xUDX8r5ODMTN1cna4 1GAa+GAwig3p7kLJiLiZZfMNEibups8C5O7Su9LJEzKpw8GsTFHvF780g7SCUbhS7r2L p/M5xxoZ+s78H03QnNJSAVF1r1z6JwkBAR06+w7S5qJc/+S53jag/1hdOCOp5OmYNCEi KQBsxKFC75wrXTfHMRB5MxGVyuGh0WaxMCnNGbx0budHTOlKWpy1SKN2LkjcJ81Yu+E7 lV7Q== X-Received: by 10.15.101.201 with SMTP id bp49mr811349eeb.110.1391602054153; Wed, 05 Feb 2014 04:07:34 -0800 (PST) Original-Received: from Air.tekno-soft.it (host142-53-static.94-94-b.business.telecomitalia.it. [94.94.53.142]) by mx.google.com with ESMTPSA id g1sm100822273eet.6.2014.02.05.04.07.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Feb 2014 04:07:32 -0800 (PST) User-agent: mu4e 0.9.9.5; emacs 24.3.50.1 In-reply-to: <09554256-2c31-408a-8d9b-bbd549f988a9@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22f X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95924 Archived-At: kolya.ay@gmail.com writes: > I had the same problem on Debian sid. It was because Emacs tried to setup background/foreground colors according X resources (see `xrdb -query | grep Emacs`). Untill this is fixed there is a workaround: `(setq inhibit-x-resources t)` before any `load-theme`. > Thanks for the input, and sorry about the delay in the response, I just noticed your email. I can confirm that that setq fixes the problem in my setup.