From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shimon Cohen Newsgroups: gmane.emacs.help Subject: Re: themes are not loaded properly for Emacs24 Date: Thu, 8 Nov 2012 00:02:17 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00151758f2aa37cc0304cdeedfcd X-Trace: ger.gmane.org 1352326841 30031 80.91.229.3 (7 Nov 2012 22:20:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2012 22:20:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ishi soichi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 07 23:20:51 2012 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 1TWDzN-0007or-O5 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Nov 2012 23:20:49 +0100 Original-Received: from localhost ([::1]:50972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWDzE-0000Xt-JD for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Nov 2012 17:20:40 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWDhU-00050i-Pf for help-gnu-emacs@gnu.org; Wed, 07 Nov 2012 17:02:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWDhT-0003BW-OL for help-gnu-emacs@gnu.org; Wed, 07 Nov 2012 17:02:20 -0500 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:34755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWDhT-0003BI-HQ for help-gnu-emacs@gnu.org; Wed, 07 Nov 2012 17:02:19 -0500 Original-Received: by mail-bk0-f41.google.com with SMTP id jm1so1004480bkc.0 for ; Wed, 07 Nov 2012 14:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IdWemcy5hRPiJx4aKH+dmtsHTq8PYTmgVJrjVI6sGs8=; b=QEQ1aeS+kfr9bIwgnUYwh864k7tF4GpTXsnMTlaTCFJwxjQMwB4ZmWlBSdJa8DQoy8 BffYfK3Tv/lCzN4Q96nmWmaj8HsnOGZGc4OVNhHCjy7v/mzxjpgrV9VaqvU6vEnFAsIB Ll6Zc0jlNd+kKy/crl9QBlUW6ybgCYFQ+UcKPvN+TQ7cCwiPgL6OycoGZSfC2Cc3j9wo ich0Aup27jvoVOL+KcHQGDzCqEYVli9LXmtVwAEB//95yAbsF2sQKBXbXE+4/wz7I0sV 2rPiKbU6Q9U4xqmAuwBea13i+xYS9z6kKacmKmDExSmb4vtbdbmCZIwnX2IWV6ivxTQx YImw== Original-Received: by 10.204.9.3 with SMTP id j3mr1553269bkj.15.1352325737728; Wed, 07 Nov 2012 14:02:17 -0800 (PST) Original-Received: by 10.204.171.203 with HTTP; Wed, 7 Nov 2012 14:02:17 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.214.41 X-Mailman-Approved-At: Wed, 07 Nov 2012 17:20:34 -0500 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:87578 Archived-At: --00151758f2aa37cc0304cdeedfcd Content-Type: text/plain; charset=ISO-8859-1 How about disable-theme before loading a new one. On Wed, Nov 7, 2012 at 2:19 AM, ishi soichi wrote: > Emacs Version 24.2 (9.0) > MacOSX SnowLeopard 10.6.8 > > From my understanding, Emacs24 has the build-in theme functionality. > but after Emacs is booted up, I cannot change the theme as I want it to. > > For the initial setup, I put > > (load-theme 'tango-dark t) > > then the first screenshot shows the Emacs window. > After that, I implement M-x load-theme dark-blue > the second screenshot is what the result looks like. The result appears > slightly different but not entirely. > > It seems like "the first loaded theme cannot be overridden". > > Can anyone guess what the problem is? > > soichi > > --00151758f2aa37cc0304cdeedfcd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
How about disable-theme before loading a new one.

On Wed, Nov 7, 2012 at 2:19 AM, ishi soichi <= soichi777@gmail.com> wrote:
Emacs Version 24.2 (9.0)
MacOSX SnowLeopard 10.6.8

From my understanding, Emacs24 has the build-in theme functionality.
but after Emacs is booted up, I cannot change the theme as I want it t= o.

For the initial setup, I put=A0

=A0 (load-theme 'tango-dark t)

then the first screenshot shows the Emacs window.
After that, I implement M-x load-theme dark-blue
the second screenshot is what the result looks like. =A0The result app= ears slightly different but not entirely.

It seems like "the first loaded theme cannot be overridden".=

Can anyone guess what the problem is?

soichi


--00151758f2aa37cc0304cdeedfcd--