From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: RMAIL fontification wrong for cited message text Date: Sun, 24 Apr 2005 11:30:17 +0300 Message-ID: <01c548a7$Blat.v2.4$fde97140@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1114333047 6275 80.91.229.2 (24 Apr 2005 08:57:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2005 08:57:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 10:57:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPcvZ-0005eS-VC for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 10:57:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPd0r-0007Av-JM for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 05:02:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPcoK-0004Xd-A9 for emacs-devel@gnu.org; Sun, 24 Apr 2005 04:49:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPcmE-0004Rv-1N for emacs-devel@gnu.org; Sun, 24 Apr 2005 04:47:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPcaC-0006Qm-Oz for emacs-devel@gnu.org; Sun, 24 Apr 2005 04:35:18 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPcZg-0000po-Pn; Sun, 24 Apr 2005 04:34:45 -0400 Original-Received: from zaretski (IGLD-80-230-58-44.inter.net.il [80.230.58.44]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BBI71546 (AUTH halo1); Sun, 24 Apr 2005 11:31:38 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.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:36320 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36320 I didn't yet have time to try the version of RMAIL with separate faces for comment delimiter and comment text, so what's below might not happen there. With the version of RMAIL from yesterday morning (GMT), fontification of cited messages is wrong when more than one level of citations is present. For example, in this fragment: > > > Which of these do Lisp programmers need to use, and when? > > It seems like tooltip-mode is used in several files, so at least that > function should be mentioned. the line which begins with "Which of these do Lisp" has only the second `>' character fontified, the first one is not. I think that either both of them or at least the first one should be fontified.