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: customize-themes doesn't allow backquote or :inherit Date: Mon, 18 Oct 2010 12:26:33 -0400 Message-ID: <871v7neabq.fsf@stupidchicken.com> References: <87y69wsehy.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287419209 1030 80.91.229.12 (18 Oct 2010 16:26:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 16:26:49 +0000 (UTC) Cc: Yavuz , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 18 18:26:47 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 1P7sXs-00065n-Fr for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 18:26:44 +0200 Original-Received: from localhost ([127.0.0.1]:52774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7sXr-0001st-T9 for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2010 12:26:43 -0400 Original-Received: from [140.186.70.92] (port=37646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7sXl-0001se-Jw for emacs-devel@gnu.org; Mon, 18 Oct 2010 12:26:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7sXk-00007S-D5 for emacs-devel@gnu.org; Mon, 18 Oct 2010 12:26:37 -0400 Original-Received: from pantheon-po42.its.yale.edu ([130.132.50.101]:37320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7sXk-00007C-BL for emacs-devel@gnu.org; Mon, 18 Oct 2010 12:26:36 -0400 Original-Received: from furry (dhcp128036014158.central.yale.edu [128.36.14.158]) (authenticated bits=0) by pantheon-po42.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o9IGQW16024683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Oct 2010 12:26:32 -0400 Original-Received: by furry (Postfix, from userid 1000) id 3C723C018; Mon, 18 Oct 2010 12:26:33 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Mon, 18 Oct 2010 09:52:37 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:131813 Archived-At: Stefan Monnier writes: > Why not use `unsafep'? I forgot about that. Thanks.