From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.help Subject: Re: printing ediff Date: 20 Oct 2005 16:05:27 +0200 Message-ID: <871x2gwafs.fsf@xemacs.org> References: <1164549.post@talk.nabble.com> <4356B7FA.70907@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129819002 29235 80.91.229.2 (20 Oct 2005 14:36:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 14:36:42 +0000 (UTC) Cc: Kevin Rodgers , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 20 16:36:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESbRU-0003M7-9D for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 16:30:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESbRT-0004mk-OC for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 10:30:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESb31-0001YY-8w for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 10:05:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESb2y-0001Uk-Tf for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 10:05:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESb2x-0001TT-U9 for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 10:05:32 -0400 Original-Received: from [195.29.150.97] (helo=ls405.htnet.hr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESb2x-0008Ra-Qi for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 10:05:32 -0400 Original-Received: from ls422.t-com.hr (ls422.t-com.hr [195.29.150.237]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id j9KE5NX3020175; Thu, 20 Oct 2005 16:05:29 +0200 Original-Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id C248E988064; Thu, 20 Oct 2005 16:05:29 +0200 (CEST) X-Envelope-Sender: hniksic@xemacs.org X-Envelope-Sender: hniksic@xemacs.org X-Envelope-Sender: hniksic@xemacs.org Original-Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id B9FAA988062; Thu, 20 Oct 2005 16:05:29 +0200 (CEST) Original-Received: from localhost.localdomain (83-131-75-84.adsl.net.t-com.hr [83.131.75.84]) by ls422.t-com.hr (Qmlai) with ESMTP id 7CC748B8053; Thu, 20 Oct 2005 16:05:29 +0200 (CEST) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id BC9A2434087; Thu, 20 Oct 2005 16:05:27 +0200 (CEST) Original-To: Lennart Borgman In-Reply-To: <4356B7FA.70907@student.lu.se> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30404 Archived-At: Lennart Borgman writes: > Unfortunately this did not work for the ediff buffer in my test now. > > Hrvoje, you are the author of this excellent package. Do you know > why it does not work for an ediff buffer? Or rather: maybe can I > guess why, but is that something you plan to implement?;-) I do see a problem with htmlizing an ediff buffer. Since your report doesn't describe the bug, I don't know if that's the problem you're having. What I see is htmlize being unable to cope with buffer properties specifying faces as strings. I've now fixed this in htmlize 1.21 and can htmlize ediff buffers. Thanks for the report.