From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.help Subject: Re: customize-face + inherit Date: Sun, 06 Mar 2016 21:52:47 +0100 Message-ID: <87io0zpbvk.fsf@wavexx.thregr.org> References: <87d1s3y42w.fsf@gmail.com> <56BF6EF7.5040504@thregr.org> <877fi8gxzx.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1457297602 15440 80.91.229.3 (6 Mar 2016 20:53:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2016 20:53:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 21:53:13 2016 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 1acffs-0003t4-Kp for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2016 21:53:12 +0100 Original-Received: from localhost ([::1]:52088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acffs-0007dx-4s for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2016 15:53:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acffg-0007dm-G8 for help-gnu-emacs@gnu.org; Sun, 06 Mar 2016 15:53:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acffc-0003AU-Dm for help-gnu-emacs@gnu.org; Sun, 06 Mar 2016 15:53:00 -0500 Original-Received: from e.thregr.org ([80.68.88.20]:58379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acffc-0003AB-82 for help-gnu-emacs@gnu.org; Sun, 06 Mar 2016 15:52:56 -0500 Original-Received: from [193.106.183.2] (helo=localhost) by e.thregr.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1acffY-0004L9-IB; Sun, 06 Mar 2016 21:52:52 +0100 User-agent: mu4e 0.9.17; emacs 24.5.1 In-reply-to: <877fi8gxzx.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 80.68.88.20 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:109483 Archived-At: On Sat, Feb 13 2016, Alex Kost wrote: >>> Hm, I recall this was an issue in Emacs 24.3.1 and earlier versions, >>> but it is fixed in Emacs 24.4 (I believe). What's your version? >> >> I'm using 24.5.1 from debian/sid. > > I use the same version. So I had some time to burn on this and it turns out the face in question is themed (via `color-theme') In this case customization mostly works, except when I want to set some themed definition to nil. I guess this is an "issue" in color-theme?