From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: nXhtml-mode font-lock customizations ?? Date: Thu, 10 May 2007 18:58:36 +0200 Message-ID: <46434F3C.40608@gmail.com> References: <1178815090.4390.169.camel@CASE> 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: sea.gmane.org 1178816370 22872 80.91.229.12 (10 May 2007 16:59:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 May 2007 16:59:30 +0000 (UTC) Cc: EMACS List To: William Case Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 10 18:59:27 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 1HmBz8-0004qC-GZ for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2007 18:59:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmC6S-0002vU-Ij for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2007 13:06:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmC5p-0002T4-6i for help-gnu-emacs@gnu.org; Thu, 10 May 2007 13:06:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmC5n-0002SB-BE for help-gnu-emacs@gnu.org; Thu, 10 May 2007 13:06:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmC5m-0002S2-Kt for help-gnu-emacs@gnu.org; Thu, 10 May 2007 13:06:14 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HmByR-00042q-LA for help-gnu-emacs@gnu.org; Thu, 10 May 2007 12:58:39 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:61585 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1HmByP-0003zN-62; Thu, 10 May 2007 18:58:38 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 In-Reply-To: <1178815090.4390.169.camel@CASE> X-Antivirus: avast! (VPS 000739-1, 2007-05-10), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HmByP-0003zN-62. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HmByP-0003zN-62 e11738b187ede22b48ad988e7781d85c X-detected-kernel: Linux 2.6? (barebone, rare!) 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:43860 Archived-At: William Case wrote: > Hi; > > I have been happily using nXhtml for over a week now. > > I would like to take a look at the font-lock-faces for different modes > (HTML, PHP) and perhaps make minor adjustments. Do I customize the > font-lock-faces for each mode separately, change the syntax table or is > there a combined nXhtml font-lock-faces customization? You would have to do it for each mode (html-mode, php-mode etc). Please notice however that for nxhtml-mode the fontification for html-mode is used. > For example on my current file a long red line/underline (mainly in some > empty lines, but in some text) shows and a can't figure out what it > represents, if any thing. A red underline shows up under some tags. If > it is showing an error, those lines are not errors (I believe -- the > page works?). See the documentation, ehum, the "News and Notes about nXhtml" for info about the red underlines.