From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53267 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: message mode loses highlighting Date: Wed, 25 Jun 2003 22:24:13 -0700 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4n3chyi2sv.fsf@lockgroove.bwh.harvard.edu> <4nsmpxwitr.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056605062 16998 80.91.224.249 (26 Jun 2003 05:24:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 05:24:22 +0000 (UTC) Original-X-From: ding-owner+M1811@lists.math.uh.edu Thu Jun 26 07:24:20 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VPF6-0004Q2-00 for ; Thu, 26 Jun 2003 07:24:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19VPFC-0001PH-00; Thu, 26 Jun 2003 00:24:26 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19VPF5-0001PB-00 for ding@lists.math.uh.edu; Thu, 26 Jun 2003 00:24:19 -0500 Original-Received: (qmail 37838 invoked by alias); 26 Jun 2003 05:24:18 -0000 Original-Received: (qmail 37833 invoked from network); 26 Jun 2003 05:24:18 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 26 Jun 2003 05:24:18 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19VPEj-0004Oq-00 for ; Thu, 26 Jun 2003 07:23:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19VPEj-0004Og-00 for ; Thu, 26 Jun 2003 07:23:57 +0200 Original-Lines: 18 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:+MCbY3ITzpR/SDiMcCWCuiQXBH8= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53267 Ted Zlatanov writes: > Sorry if I didn't make it clear, but I understand that part, my > question is why would the tzz-highlighting-install function turn off > ALL syntax highlighting in the message buffer? It doesn't do that in > an Emacs Lisp buffer, for instance. I faintly remember having a similar trouble with message mode and highlight a long time ago. It went on for quite a while. I posted about it but couldn't get it resolved. I can't remember for sure what the fix was but I think it was something simple like having two calls to fontlock in text mode from old pieces of init files still lurking about in emacs or site-start.el Might have been two similar or identical hooks to fontlock in text mode. Do you have a text mode hook somewhere calling fontlock?