From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: How to setup a simple face in 24.2 Date: Tue, 21 Aug 2012 10:40:07 -0700 Message-ID: References: <87fw7gnr9u.fsf@gmail.com> <87boi4nq4i.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345570822 24728 80.91.229.3 (21 Aug 2012 17:40:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2012 17:40:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Thierry Volpiatto'" , "'Andreas Schwab'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 21 19:40:22 2012 Return-path: Envelope-to: ged-emacs-devel@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 1T3sR8-0006Xz-Td for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2012 19:40:19 +0200 Original-Received: from localhost ([::1]:58584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3sR7-000127-Ca for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2012 13:40:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3sR5-00011a-3e for emacs-devel@gnu.org; Tue, 21 Aug 2012 13:40:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3sR3-0004s3-SZ for emacs-devel@gnu.org; Tue, 21 Aug 2012 13:40:15 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:42509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3sR3-0004rG-MO for emacs-devel@gnu.org; Tue, 21 Aug 2012 13:40:13 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q7LHe9XR015292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Aug 2012 17:40:10 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q7LHe9d4016819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2012 17:40:09 GMT Original-Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q7LHe8DF030938; Tue, 21 Aug 2012 12:40:08 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 21 Aug 2012 10:40:08 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87boi4nq4i.fsf@gmail.com> Thread-Index: Ac1/vYMuhEekL9SsR+KJawAgMMiBBAABVO3A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152712 Archived-At: > >> I have this face that behave differently in customize interface > >> depending the emacs version I use: > >> > >> (defface helm-grep-file > >> '((t (:foreground "BlueViolet" > >> :underline t))) > >> "Face used to highlight grep results filenames." > >> :group 'helm-grep) > > > > Worksforme. > Please develop, I don't know what mean worksforme. FWIW, in the latest Windows build that I have (there is no Windows 24.2 build available yet, AFAIK), I see the same thing Thierry reported. Looks like a regression - works fine in 24.1 and prior. If you get rid of the `:underline t' part then it works as it should. In GNU Emacs 24.1.50.1 (i386-mingw-nt5.1.2600) of 2012-08-13 on MARVIN