From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.help Subject: Changes in how faces from themes are applied in 24.1? Date: Sun, 22 Jul 2012 19:07:00 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342976832 9801 80.91.229.3 (22 Jul 2012 17:07:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2012 17:07:12 +0000 (UTC) To: Emacs Users Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 22 19:07:12 2012 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 1Sszcb-0005PF-Ke for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jul 2012 19:07:09 +0200 Original-Received: from localhost ([::1]:50657 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sszca-0000qK-7m for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jul 2012 13:07:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SszcV-0000q4-9a for help-gnu-emacs@gnu.org; Sun, 22 Jul 2012 13:07:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SszcU-0007BQ-Ef for help-gnu-emacs@gnu.org; Sun, 22 Jul 2012 13:07:03 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:39862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SszcU-0007BM-8J for help-gnu-emacs@gnu.org; Sun, 22 Jul 2012 13:07:02 -0400 Original-Received: by pbbrp2 with SMTP id rp2so11360155pbb.0 for ; Sun, 22 Jul 2012 10:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=KL7zsRcifVUPGhfSbaez0zKljLfEz18QQXiEppFPvvw=; b=zxo/wgBu+OOhEIKdcq6YIkFabw8BNoiB4OD1Xr1OdSt64M4wp4HQL7XvoeVNQREZ25 OuHFN41krGBYxDiJ8AgnP/hRdJujbPhaTZC6LKDl8SlQq2WIwj/Qxg/Yx1ucPgRviMBg G0ViuPFV1ksqYbzDM0XQt7cu9oXA1uFgzWfIJPX89poPchQ8EWthoGXYuSg9bVeXhFPJ 1YyxHUug/0bozCsOr3qXFzNz15cNp0JBvC75LFlQiXCfGv/6Or5gB77/zAvje7riQVEh G9yFuRTANhY2jt7vbBVfk9mbUz5z2UtW74FDjI6xrAXq2+aQ9EgiFAWdno+GH+IzqW75 epPA== Original-Received: by 10.66.85.135 with SMTP id h7mr24976162paz.75.1342976821054; Sun, 22 Jul 2012 10:07:01 -0700 (PDT) Original-Received: by 10.68.42.106 with HTTP; Sun, 22 Jul 2012 10:07:00 -0700 (PDT) X-Google-Sender-Auth: IfeawldAt8DvC4ZKfYa4UIYu4k8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:85968 Archived-At: Hi! In 23.4, faces specified for themes would override any set before the theme was applied. I upgraded to 24.1 an hour ago and now I get a merged result of what I specify in the theme and what the face is set to before/after the theme was/is loaded. For example, I=E2=80=99ve set font-lock-variable-name-face to (:inherit default), but it also gets a foreground of LightGoldenrod (the default as defined in font-lock.el). How do I get the previous behavior, where the face only had the properties listed in the specification to custom-theme-set-faces?