From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Add emacs-dream-theme Date: Mon, 06 Feb 2017 11:11:37 +0300 Message-ID: <877f53bux2.fsf@gmail.com> References: <20170203203416.15793-1-contact.ng0@cryptolab.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caeOk-0001bp-Vv for guix-devel@gnu.org; Mon, 06 Feb 2017 03:11:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caeOh-0002VS-RK for guix-devel@gnu.org; Mon, 06 Feb 2017 03:11:42 -0500 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:34303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1caeOh-0002V7-Ku for guix-devel@gnu.org; Mon, 06 Feb 2017 03:11:39 -0500 Received: by mail-lf0-x244.google.com with SMTP id q89so3213747lfi.1 for ; Mon, 06 Feb 2017 00:11:39 -0800 (PST) In-Reply-To: <20170203203416.15793-1-contact.ng0@cryptolab.net> (contact's message of "Fri, 3 Feb 2017 20:34:15 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: contact.ng0@cryptolab.net Cc: guix-devel@gnu.org contact.ng0@cryptolab.net (2017-02-03 20:34 +0000) wrote: > There are no releases, and I don't know how/if there are certain > expectations about themes. If loading them just via (require 'dream) is > not normal, should it be mentioned in the description? > See http://www.djcbsoftware.nl/dot-emacs.html for an example. I would say it is not normal, well at least it is not user friendly. A usual practice for (M)ELPA theme packages is to autoload a bit of code that adds a theme to 'custom-theme-load-path' so the theme can be used without additional settings. But since this package autoloads nothing, a user has to adjust their emacs config to make this theme available. I'm not sure if it should be mentioned in the description though. -- Alex