From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: GNU Elpa Theme (ahungry-theme) - should I add code to auto load-theme it? Date: Fri, 30 Jan 2015 23:50:15 +0200 Message-ID: <54CBFC97.4010401@yandex.ru> References: <87iofo7xfo.fsf@ahungry.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1422654653 31119 80.91.229.3 (30 Jan 2015 21:50:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 21:50:53 +0000 (UTC) To: Matthew Carter , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 22:50:53 2015 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 1YHJSh-0002HF-Ut for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 22:50:48 +0100 Original-Received: from localhost ([::1]:38886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHJSh-0007tU-Dw for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 16:50:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHJSJ-0007tM-7E for emacs-devel@gnu.org; Fri, 30 Jan 2015 16:50:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHJSF-0007EE-NJ for emacs-devel@gnu.org; Fri, 30 Jan 2015 16:50:23 -0500 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:52602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHJSF-0007E7-H2 for emacs-devel@gnu.org; Fri, 30 Jan 2015 16:50:19 -0500 Original-Received: by mail-wi0-f171.google.com with SMTP id l15so5960999wiw.4 for ; Fri, 30 Jan 2015 13:50:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0BPEQgvpPzDzK4RbJvHspJsJimeooGHE8ukl5lmL7DU=; b=lW8wdLzhqpD+940k8QvARIAXBLiM4x4OwuiEPhdXBz05shkkyoYu+/iXXWp9ZvjU0q YeNtQKUYGAd2pAw3QyDGvYDkSPwEJEsaVWBRC2D7wBsN4ruoq13/VQOLV1BNbX0rHCNt gglNWwqX9jfppJue6VN6zbLXqHJ9owyRDAeOg2HWlN4E+4vya8th2nagAipePR2HyS6q m/zd1+4TpK8aEEBEUQLJ6AKIT1I/B2ddK1+iKaOUVv5zEv7tUb8jAvUeD2uMgylFQw0w PPaR1/zPgfND7YjzwNMF5cH8qWA2+w+WfdHsexZMI1Rk8RrcanjUuDyzb4H8n4c2PWyH jrjQ== X-Received: by 10.194.110.69 with SMTP id hy5mr16511694wjb.121.1422654618095; Fri, 30 Jan 2015 13:50:18 -0800 (PST) Original-Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id dz10sm8648315wib.17.2015.01.30.13.50.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 13:50:17 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: <87iofo7xfo.fsf@ahungry.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b 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:182100 Archived-At: On 01/30/2015 11:47 PM, Matthew Carter wrote: > 1) Add itself to the user's custom-theme-load-path Probably this, because other themes do it: https://github.com/bbatsov/solarized-emacs/blob/3efc1ec8a1338570613726975098a261c3921b7d/solarized.el#L2041-L2044 > I see Elpa packages have an autoload file generated which adds the > package to the load-path - is there a package meta tag/comment to do the > same for custom-theme-load-path? See above.