From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: font-lock doesn't mark block comments as "multiline" Date: Thu, 03 May 2007 08:58:56 +0200 Message-ID: <46398830.3070206@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178175405 16537 80.91.229.12 (3 May 2007 06:56:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 May 2007 06:56:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 03 08:56:44 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HjVF5-0001CF-0j for geh-help-gnu-emacs@m.gmane.org; Thu, 03 May 2007 08:56:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjVLZ-0004Nl-9n for geh-help-gnu-emacs@m.gmane.org; Thu, 03 May 2007 03:03:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjVLJ-0004Ko-HY for help-gnu-emacs@gnu.org; Thu, 03 May 2007 03:03:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjVLI-0004H6-H4 for help-gnu-emacs@gnu.org; Thu, 03 May 2007 03:03:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjVLI-0004Gj-CH for help-gnu-emacs@gnu.org; Thu, 03 May 2007 03:03:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HjVEn-0005nu-03 for help-gnu-emacs@gnu.org; Thu, 03 May 2007 02:56:25 -0400 Original-Received: (qmail invoked by alias); 03 May 2007 06:56:24 -0000 Original-Received: from N824P026.adsl.highway.telekom.at (EHLO [62.47.46.250]) [62.47.46.250] by mail.gmx.net (mp001) with SMTP; 03 May 2007 08:56:24 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1982vxVV6Z8wt7+VALi2jeJYlvZjjobIiBm6HxOu+ W5LXHnjPoT35eg User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 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:43574 Archived-At: > There are several ways I can imagine fixing this, but I'm wondering why > font-lock doesn't automatically apply the font-lock-multiline property > to block comments when it's applying the face to them. Comments are handled by syntactic fontification. "font-lock-multiline properties" are applied by keywords fontification only. Please give a precise example where your code fails.