From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: custom-theme-load-path and package system Date: Sun, 01 Sep 2013 23:55:15 +0400 Message-ID: <87k3j0b9lo.fsf@gmail.com> References: <20130830111619.1480f7a6@mayfly> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378065357 16491 80.91.229.3 (1 Sep 2013 19:55:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Sep 2013 19:55:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "F. Gr." Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 01 21:55:56 2013 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 1VGDka-0006d0-0L for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Sep 2013 21:55:56 +0200 Original-Received: from localhost ([::1]:35382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGDkZ-00061v-NP for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Sep 2013 15:55:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGDkG-00061j-Vd for help-gnu-emacs@gnu.org; Sun, 01 Sep 2013 15:55:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGDk8-00054a-CD for help-gnu-emacs@gnu.org; Sun, 01 Sep 2013 15:55:36 -0400 Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:41761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGDk7-00054S-SK for help-gnu-emacs@gnu.org; Sun, 01 Sep 2013 15:55:28 -0400 Original-Received: by mail-lb0-f181.google.com with SMTP id u14so3273472lbd.26 for ; Sun, 01 Sep 2013 12:55:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=fELeMfhSH9DdBlWn/VivUEuINdIXhnsidmMwKX44vGQ=; b=UK4gV75D0tZCnjdl6FLPP68l0lsgPgqkEbn5V73rmomLwVMKVFMBoRYshxiL8XZXOG U/77Md2xhTjw6PhE00qg13rIhQMaqfOXw0v261txwfOka0hoDFwawS7ENpKr5VC5eQKW RIZJDhF2NmGUrwTT7eJZZV4hqYHM9d23d888pblDwVJpByBhhS4Z+9WADiKFnrsZWvee YatjJE1RY/4oIag6rgRzOun64rqq5exKGQbBxuRanVEv2o+K+U5WItSf+cjoDrt4+DTz UbN7m3bU56xjWTL3hz6CpLCtSQQNaTjDQyqFEz150xUGquPgAL8vRO9BwSSvoyLAP8Vq AXzA== X-Received: by 10.112.149.197 with SMTP id uc5mr17377309lbb.19.1378065326492; Sun, 01 Sep 2013 12:55:26 -0700 (PDT) Original-Received: from leviafan (128-70-201-90.broadband.corbina.ru. [128.70.201.90]) by mx.google.com with ESMTPSA id yl7sm4238648lbb.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 12:55:26 -0700 (PDT) In-Reply-To: <20130830111619.1480f7a6@mayfly> (F. Gr.'s message of "Fri, 30 Aug 2013 11:16:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 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:93188 Archived-At: F. Gr. (2013-08-30 13:16 +0400) wrote: > Hi, > every time I upgrade zenburn-theme by Emacs Package System, I have to > modify the "custom-theme-load-path" variable because of the old > value stored. If I don't edit the variable, the theme won't be loaded. > Is there a workaround for this? It shouldn't happen because zenburn package adds the right path to `custom-theme-load-path' (look at "zenburn-theme-autoloads.el"). What is the value of your custom-theme-load-path? How do you modify it? Perhaps you have (setq package-enable-at-startup nil) in your .emacs?