From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Error in setting custom-safe-themes Date: Tue, 01 Feb 2011 12:34:46 -0500 Message-ID: <871v3rlkuh.fsf@stupidchicken.com> References: <87bp2wqn1p.fsf@linux.vnet.ibm.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296588828 5112 80.91.229.12 (1 Feb 2011 19:33:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 19:33:48 +0000 (UTC) Cc: Emacs development discussions To: "Aneesh Kumar K.V" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 20:33:43 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 1PkLyx-00029k-GN for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 20:33:43 +0100 Original-Received: from localhost ([127.0.0.1]:41223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkLys-0002bM-A5 for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 14:33:38 -0500 Original-Received: from [140.186.70.92] (port=54325 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkKD3-0001Ju-4J for emacs-devel@gnu.org; Tue, 01 Feb 2011 12:40:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkK7s-00015C-P9 for emacs-devel@gnu.org; Tue, 01 Feb 2011 12:34:49 -0500 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:34159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkK7s-00014y-NF for emacs-devel@gnu.org; Tue, 01 Feb 2011 12:34:48 -0500 Original-Received: from furball (dhcp128036225073.central.yale.edu [128.36.225.73]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p11HYkRl010700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Feb 2011 12:34:47 -0500 Original-Received: by furball (Postfix, from userid 1000) id 8144D1606DE; Tue, 1 Feb 2011 12:34:46 -0500 (EST) In-Reply-To: <87bp2wqn1p.fsf@linux.vnet.ibm.com> (Aneesh Kumar K. V.'s message of "Tue, 01 Feb 2011 12:06:02 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.146 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:135418 Archived-At: "Aneesh Kumar K.V" writes: > With trunk when loading a theme which is considered not safe, I am > prompted whether to load the theme always irrespective of me answering > yes to an earlier question of consider the theme safe for future loads. > Also updating the variable custom-safe-themes resulting in loosing rest > of the custom-set-variables values Should be fixed now, thanks.