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: customize-face + inherit Date: Tue, 9 Feb 2016 00:32:17 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1454974374 29455 80.91.229.3 (8 Feb 2016 23:32:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2016 23:32:54 +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 Feb 09 00:32:45 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 1aSvIT-0000mh-K2 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Feb 2016 00:32:45 +0100 Original-Received: from localhost ([::1]:49859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvIS-0002DT-St for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Feb 2016 18:32:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvIH-0002D7-Om for help-gnu-emacs@gnu.org; Mon, 08 Feb 2016 18:32:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSvIE-0007t9-Eq for help-gnu-emacs@gnu.org; Mon, 08 Feb 2016 18:32:33 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:33490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSvIE-0007sQ-8R for help-gnu-emacs@gnu.org; Mon, 08 Feb 2016 18:32:30 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aSvIB-0000TE-LZ for help-gnu-emacs@gnu.org; Tue, 09 Feb 2016 00:32:27 +0100 Original-Received: from ca-18-206-221.service.infuturo.it ([151.18.206.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 00:32:27 +0100 Original-Received: from wavexx by ca-18-206-221.service.infuturo.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Feb 2016 00:32:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ca-18-206-221.service.infuturo.it X-Mozilla-News-Host: news://news.gmane.org:119 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:109066 Archived-At: I'd like to customize a face so that it inherits *all* values from it's parent. That is, I want the face to be an exact copy of the parent. To do that, I can add the 'inherit' property to the desired parent face, but I would also need to *clear* the rest of the attributes from the face being customized, such as foreground. How can I do that conveniently from the customize-face interface? (how can I 'nil' a value?). Thanks