From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: Re: C-comments in sgml-mode's html-mode Date: Tue, 24 Jul 2007 18:44:57 +0200 Message-ID: <46A62C89.7040400@gmx.at> References: <46A1DEB4.8080501@gmx.at> <46A49E9F.1090806@gmx.at> <46A4F65C.2070403@gmx.at> <46A5F814.2000701@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 1185295774 12269 80.91.229.12 (24 Jul 2007 16:49:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 16:49:34 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: eddy@opera.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 24 18:49:31 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 1IDNZh-0006sh-C5 for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 18:49:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDNZg-0008Ji-UO for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 12:49:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDNVa-0005ky-Qn for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 12:45:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDNVX-0005fY-NZ for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 12:45:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDNVX-0005fK-Ey for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 12:45:11 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IDNVW-0000i0-SN for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 12:45:11 -0400 Original-Received: (qmail invoked by alias); 24 Jul 2007 16:45:09 -0000 Original-Received: from N775P030.adsl.highway.telekom.at (EHLO [62.47.40.222]) [62.47.40.222] by mail.gmx.net (mp046) with SMTP; 24 Jul 2007 18:45:09 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18AgERpOBkA6Cl0OVOpGORxbpgDMeW+f9RZlOTe1E kfaogLWe35JzPk User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:16225 Archived-At: > So, steps to reproduce: in an emacs -q session evaluate > (autoload 'html-mode "sgml-mode" "Edit HTML docs" t) > (setq auto-mode-alist (cons (cons "\\.x?html?$" 'html-mode) auto-mode-alist)) > , visit a .css file (it need not exist / can be empty), > open a .html file containing: > > Test page for HTML-mode /* comment issue

Test page for HTML-mode /* comment issue

>
> > It would appear that css-mode is hacking html-mode ! But this is not the css-mode that comes with Emacs 22.2.