From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: theme and a question about creating them Date: Sat, 15 Jan 2011 01:48:29 +0100 Message-ID: <87oc7jq9eq.fsf@gnu.org> References: <20101231155214.DE05339C1EA@djcbsoftware.nl> <87ipy7z8zd.fsf@stupidchicken.com> <87bp3rmbyk.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295053006 8164 80.91.229.12 (15 Jan 2011 00:56:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2011 00:56:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 15 01:56:41 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 1PduRc-0006IP-Vp for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2011 01:56:41 +0100 Original-Received: from localhost ([127.0.0.1]:50704 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PduRc-0007Fy-H9 for ged-emacs-devel@m.gmane.org; Fri, 14 Jan 2011 19:56:40 -0500 Original-Received: from [140.186.70.92] (port=37380 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PduRT-00070U-CT for emacs-devel@gnu.org; Fri, 14 Jan 2011 19:56:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PduJk-0000fd-5m for emacs-devel@gnu.org; Fri, 14 Jan 2011 19:48:33 -0500 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:58398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PduJj-0000fZ-VY for emacs-devel@gnu.org; Fri, 14 Jan 2011 19:48:32 -0500 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id C7048C8EE for ; Sat, 15 Jan 2011 01:48:30 +0100 (CET) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.204.105] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj5MAMp9ME1V5MxpPGdsb2JhbACIV41xjhUMAQEBATUvuyqFTwQ X-IronPort-AV: E=Sophos;i="4.60,325,1291590000"; d="scan'208";a="166173762" Original-Received: from c-69cce455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.204.105]) by ipb1.telenor.se with ESMTP; 15 Jan 2011 01:48:30 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 7120C4843AE; Sat, 15 Jan 2011 01:48:29 +0100 (CET) Mail-Copies-To: never In-Reply-To: <87bp3rmbyk.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 08 Jan 2011 14:28:51 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) 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:134561 Archived-At: Chong Yidong writes: > Stefan Monnier writes: > >> So, I think it's OK to use unsafep to weed out the "safe" themes, and >> prompt users for the remaining themes. > > This is now implemented. It should now be possible to put arbitrary > elisp in theme files; if Emacs can't determine that the file is safe, > the user is queried. But custom-theme-set-variables and custom-theme-set-faces are actually not safe functions.