From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Edward Welbourne Newsgroups: gmane.emacs.bugs Subject: Re: C-comments in sgml-mode's html-mode Date: Tue, 24 Jul 2007 10:57:35 +0200 Message-ID: References: <46A1DEB4.8080501@gmx.at> <46A49E9F.1090806@gmx.at> <46A4F65C.2070403@gmx.at> Reply-To: eddy@opera.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185267523 1251 80.91.229.12 (24 Jul 2007 08:58:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 08:58:43 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 24 10:58:39 2007 Return-path: Envelope-to: geb-bug-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 1IDGDz-0002F5-Ab for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 10:58:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDGDy-0000Pc-TQ for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 04:58:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDGDV-0000A9-Hq for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 04:58:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDGDU-00009k-A3 for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 04:58:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDGDU-00009d-0q for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 04:58:04 -0400 Original-Received: from sam.opera.com ([213.236.208.81]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IDGDT-0003hu-Ep for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 04:58:03 -0400 Original-Received: from whorl (pat-tdc.opera.com [213.236.208.22]) by sam.opera.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l6O8vunw019913 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 24 Jul 2007 08:57:56 GMT Original-Received: from eddy by whorl with local (Exim 4.67) (envelope-from ) id 1IDGD1-0004R6-Iy; Tue, 24 Jul 2007 10:57:35 +0200 In-reply-to: <46A4F65C.2070403@gmx.at> (message from martin rudalics on Mon, 23 Jul 2007 20:41:32 +0200) X-Virus-Scanned: ClamAV 0.90.1/3751/Tue Jul 24 07:38:33 2007 on sam.opera.com X-Virus-Status: Clean X-detected-kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16219 Archived-At: > Some css-mode I presume. That was my guess, too (see initial report). >> There are text properties here: >> face (bold underline font-lock-comment-face) >> fontified t > Looks like a weird mixture of html- and css-mode. Are you using > a css-mode or html-helper-mode? However, C-h m gives me a buffer full of mode information in which searching for css gets no hits, as does searching for helper. It starts with Enabled minor modes: Auto-Compression Blink-Cursor File-Name-Shadow Font-Lock Global-Font-Lock Line-Number Mouse-Wheel Tooltip Unify-8859-On-Encoding Utf-Translate-Cjk (and I've no idea what's putting in File-Name-Shadow, Tooltip or the two encoding-related ones on the last line), introducing the major mode as: HTML mode: Major mode based on SGML mode for editing HTML documents. Eddy.