From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: The latest lisp/faces.el changes seem to break color-themes again Date: Fri, 17 Oct 2008 09:49:12 +0200 Message-ID: <48F84378.2000800@gmail.com> References: <87skqxw20c.fsf@anzu.internal.golden-gryphon.com> <87od1lvxa9.fsf@anzu.internal.golden-gryphon.com> <87abd4vfyb.fsf@grepfind.mwolson.org> <87tzbcfqfe.fsf@cyd.mit.edu> <87ljwouzln.fsf@cyd.mit.edu> <87ej2ggt9y.fsf@cyd.mit.edu> <48F7C669.7080409@gmail.com> <87myh39ath.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224229931 17010 80.91.229.12 (17 Oct 2008 07:52:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2008 07:52:11 +0000 (UTC) Cc: Chming , Michael Olson , Vivek Dasmohapatra , "Richard M. Stallman" , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 17 09:53:10 2008 connect(): Connection refused 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 1Kqk86-00067r-M5 for ged-emacs-devel@m.gmane.org; Fri, 17 Oct 2008 09:52:14 +0200 Original-Received: from localhost ([127.0.0.1]:48898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kqk71-000801-Ug for ged-emacs-devel@m.gmane.org; Fri, 17 Oct 2008 03:51:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kqk6x-0007zB-L0 for emacs-devel@gnu.org; Fri, 17 Oct 2008 03:51:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kqk6w-0007x4-6r for emacs-devel@gnu.org; Fri, 17 Oct 2008 03:51:03 -0400 Original-Received: from [199.232.76.173] (port=43865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kqk6v-0007wt-V4 for emacs-devel@gnu.org; Fri, 17 Oct 2008 03:51:01 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:22222) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kqk6r-00039C-4U; Fri, 17 Oct 2008 03:50:57 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kqk6p-0004L8-Sm; Fri, 17 Oct 2008 03:50:56 -0400 Original-Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:61245 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Kqk68-0007D2-66; Fri, 17 Oct 2008 09:50:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87myh39ath.fsf@cyd.mit.edu> X-Enigmail-Version: 0.95.7 X-Antivirus: avast! (VPS 081016-0, 2008-10-16), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.87 X-Scan-Result: No virus found in message 1Kqk68-0007D2-66. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Kqk68-0007D2-66 400ef5cc0ddd41a9fef6e15e6bc3389e X-detected-kernel: by mx20.gnu.org: Linux 2.6? (barebone, rare!) 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:104573 Archived-At: Chong Yidong wrote: > "Lennart Borgman (gmail)" writes: > >> I do not know about color-theme, but I just noticed that the >> htmlfontify.el I distribute with nXhtml is broken too and I guess it is >> the same problem. htmlfontify.el should be included in Emacs, but that >> seems to have stalled somewhere. > > Could you provide a simplified test case? It is all in the example I sent. The problem is/was that htmlfontify did not recognize the format returned by (get-text-properties pos 'face) This was now (:background "snow") which I did not see before.