From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Custom themes Date: Wed, 13 Oct 2010 12:20:37 +0200 Message-ID: References: <87r5fxnwcp.fsf@stupidchicken.com> <877hhmvnxr.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286973243 1469 80.91.229.12 (13 Oct 2010 12:34:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2010 12:34:03 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 13 14:33:57 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P60Wk-0002sY-CW for ged-emacs-devel@m.gmane.org; Wed, 13 Oct 2010 14:33:51 +0200 Original-Received: from localhost ([127.0.0.1]:38191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P60Wj-0002kc-0Z for ged-emacs-devel@m.gmane.org; Wed, 13 Oct 2010 08:33:49 -0400 Original-Received: from [140.186.70.92] (port=38778 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5zv3-0008RT-8O for emacs-devel@gnu.org; Wed, 13 Oct 2010 07:54:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5ySU-00059R-Ot for emacs-devel@gnu.org; Wed, 13 Oct 2010 06:21:20 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:60223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5ySU-00057A-La for emacs-devel@gnu.org; Wed, 13 Oct 2010 06:21:18 -0400 Original-Received: by iwn1 with SMTP id 1so9252373iwn.0 for ; Wed, 13 Oct 2010 03:21:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LSJ25RDXwgIcki6jzCNoUXC0rVyq7YNbA3dW+FgJYTY=; b=SMI8EEJ6gkuWPfvJCbCMkXMKmS5uQ/8ryo2lkrGleu1g+sPbwrLe9Yf0M4B7UW76wB QdV7Feed9Fu18YrWPsK/ctBTRtmQjbLywOYbRP2UYRH1ruBi87FXvcGI3JYmZr9ldRkB DzZEv15inLuXpFPlVUa6qnKsY3lDOUDzsDc24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ow+AEXKRKbdJ6CP7y591yeRmocYCFjyVwWP5MeVw5g8SD5sp/cn4ZpwofQPG77Dqxq DFBAEm7a3EXI4Yy42mUcSwfswca4OXjawPCM0Nxkcnk0cwDy2hanNh/qDye+i0vkXhOv teMAs0Uejd04RPEjw9reQVXpasYnSTCxk9Tqo= Original-Received: by 10.231.15.5 with SMTP id i5mr1847528iba.27.1286965277508; Wed, 13 Oct 2010 03:21:17 -0700 (PDT) Original-Received: by 10.231.180.226 with HTTP; Wed, 13 Oct 2010 03:20:37 -0700 (PDT) In-Reply-To: <877hhmvnxr.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131664 Archived-At: On Wed, Oct 13, 2010 at 04:14, Chong Yidong wrote: > The original motivation for calling it foo-theme.el was so that users > can copy the theme file into .emacs.d (or wherever the load-directory > for their local Lisp files is). It seems cleaner to have an .emacs.d/themes/ dir. =C2=A0 =C2=A0 Juanma