From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Recent CVS Emacs breaks color-themes Date: Fri, 03 Oct 2008 18:55:36 +0200 Message-ID: <48E64E88.4040305@gmx.at> References: <87wsgq1bcd.fsf@anzu.internal.golden-gryphon.com> <48E6223D.4000605@gmx.at> <87ljx51yiv.fsf@anzu.internal.golden-gryphon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223053175 23912 80.91.229.12 (3 Oct 2008 16:59:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2008 16:59:35 +0000 (UTC) Cc: Kenichi Handa To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 03 19:00:29 2008 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.50) id 1Klo0y-0005py-EO for ged-emacs-devel@m.gmane.org; Fri, 03 Oct 2008 19:00:28 +0200 Original-Received: from localhost ([127.0.0.1]:38339 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klnzv-00079u-Cu for ged-emacs-devel@m.gmane.org; Fri, 03 Oct 2008 12:59:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Klnzr-00079c-N0 for emacs-devel@gnu.org; Fri, 03 Oct 2008 12:59:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Klnzp-00079F-Dr for emacs-devel@gnu.org; Fri, 03 Oct 2008 12:59:18 -0400 Original-Received: from [199.232.76.173] (port=55342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klnzp-00079C-76 for emacs-devel@gnu.org; Fri, 03 Oct 2008 12:59:17 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:54846) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Klnzo-0000KL-FK for emacs-devel@gnu.org; Fri, 03 Oct 2008 12:59:16 -0400 Original-Received: (qmail invoked by alias); 03 Oct 2008 16:59:15 -0000 Original-Received: from 88-117-44-204.adsl.highway.telekom.at (EHLO [88.117.44.204]) [88.117.44.204] by mail.gmx.net (mp010) with SMTP; 03 Oct 2008 18:59:15 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1996yJ93vx9l+KrpqP19AohQ6zX+cykHoLcbqjXR3 +sSllQX47+rhYE User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <87ljx51yiv.fsf@anzu.internal.golden-gryphon.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104330 Archived-At: > Author: Kenichi Handa > Date: Wed Oct 1 12:36:42 2008 +0000 > > (font_matching_entity): Reflect ATTRS in font selection. > (font_find_for_lface) [HAVE_NS]: Don't ignore case. There's something strange with that change. The lines ASET (spec, FONT_TYPE_INDEX, ftype); ASET (spec, FONT_SIZE_INDEX, size); before line 2802 font_add_log ("match", work, entity); disappeared. I don't have the slightest idea whether that's of any importance. Moreover, "spec" should probably become "work" here. Handa-san? > Should I send it in to the bug tracking system? If you don't get further replies please do so. Thank you for the fine report, martin.