From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: About custom themes Date: Thu, 06 Jan 2011 08:23:50 +0100 Message-ID: <87lj2ylcl5.fsf@member.fsf.org> References: <8739p9ya37.fsf@member.fsf.org> <87sjx626m3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294298645 9132 80.91.229.12 (6 Jan 2011 07:24:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Jan 2011 07:24:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 06 08:24:01 2011 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 1PakCW-00025Q-PG for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2011 08:24:00 +0100 Original-Received: from localhost ([127.0.0.1]:37191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PakCW-0007JA-8s for ged-emacs-devel@m.gmane.org; Thu, 06 Jan 2011 02:24:00 -0500 Original-Received: from [140.186.70.92] (port=48169 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PakCP-0007J3-Ls for emacs-devel@gnu.org; Thu, 06 Jan 2011 02:23:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PakCO-0003dY-Hz for emacs-devel@gnu.org; Thu, 06 Jan 2011 02:23:53 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:45271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PakCO-0003dM-FG for emacs-devel@gnu.org; Thu, 06 Jan 2011 02:23:52 -0500 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 4611320F96; Thu, 6 Jan 2011 02:23:52 -0500 (EST) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 06 Jan 2011 02:23:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=H1ZnjgVT3qaqPwR9u5bgDQwxiHE=; b=ttHn4SPS8YgnKyXm4PS8hhHGO0MSFO2ZSzOFfqOfNDp8sPYCRKR0Ev8T+htInOGPVZKVVEAI959Wt77WsVK6jB/4Ts3JzkoGgNicKIo1f9YXig8LgINFzrSkamZKpTQkS2gpFWzMPYoeqvbVxyvg7s36sNFbL/TyBLqLUvD8EE8= X-Sasl-enc: 8rGpSC5M9UsOPPBQs6N7GpJ1SJZkoqsb0E6sFYyZyP/D 1294298631 Original-Received: from thinkpad (95-88-32-105-dynip.superkabel.de [95.88.32.105]) by mail.messagingengine.com (Postfix) with ESMTPA id 72184445ED5; Thu, 6 Jan 2011 02:23:51 -0500 (EST) In-Reply-To: <87sjx626m3.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 05 Jan 2011 19:55:32 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:134326 Archived-At: Chong Yidong writes: >> So how about adding specially named themes >> >> dev--[-]theme.el, >> >> which are themes people contributing to Emacs are using at that point >> of time? > > Agreed; I would welcome this. Ok, then I'll do that in a minute. BTW: I still haven't figured out how to customize a face in a (currently loaded) theme. Now I use customize-face, and copy the resulting face spec from `custom-set-faces' to the right `custom-theme-set-faces', but there must be a better way of doing that, right? Bye, Tassilo