From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel E. Doherty Newsgroups: gmane.emacs.help Subject: Saving Multiple Custom Themes Broken? Date: Tue, 11 Nov 2014 15:27:20 -0600 Organization: Law Offices of Daniel E. Doherty Message-ID: <87oasdmnrb.wl-ded-law@ddoherty.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1415741425 6217 80.91.229.3 (11 Nov 2014 21:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2014 21:30:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 22:30:19 2014 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 1XoJ0z-0008Do-QQ for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2014 22:30:17 +0100 Original-Received: from localhost ([::1]:50753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoJ0z-0003Hu-Db for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2014 16:30:17 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Injection-Info: mx02.eternal-september.org; posting-host="614033e7f48881fd395243d086b2235d"; logging-data="3561"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+js3z7p4InxEgPU2mpI5/GpdtLBXsAxc0=" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cancel-Lock: sha1:gfQbXjSGtzGeuGBMHXUfmPbK7Dk= Original-Xref: usenet.stanford.edu gnu.emacs.help:208618 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:100896 Archived-At: In emacs 24.4.1, I am trying to set multiple themes using the customize-themes interface. I check the box, "Select more than one theme at a time", select mutliple themes, then click the "Save Theme Settings" button. I want multiple themes because I want a base theme, say solarized, but also a theme for the mode line, like smart-mode-line-powerline. When I look at my custom.el file, only the first theme checked gets saved to custom-enabled-themes: '(custom-enabled-themes (quote (smart-mode-line-respectful))) I believe that should be a list with all the checked themes in it, right? Anyone else see this issue, or have a suggestion? Dan Doherty P.S: I posted this on comp.emacs also, but it seems there is little traffic there.