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: Wed, 25 Jul 2007 10:48:45 +0200 Message-ID: References: <46A1DEB4.8080501@gmx.at> <46A49E9F.1090806@gmx.at> <46A4F65C.2070403@gmx.at> <46A5F814.2000701@gmx.at> <46A611DE.8080501@gmail.com> <46A62D1A.3070306@gmx.at> <46A674D1.8080903@gmail.com> <200707242205.l6OM5FwK017985@oogie-boogie.ics.uci.edu> <46A70778.6090401@gmx.at> Reply-To: eddy@opera.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185353368 30330 80.91.229.12 (25 Jul 2007 08:49:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2007 08:49:28 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, dann@ics.uci.edu To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 25 10:49:26 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 1IDcYd-0007n3-84 for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jul 2007 10:49:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDcYc-0007wX-PX for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jul 2007 04:49:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDcYa-0007wR-AA for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2007 04:49:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDcYY-0007wE-Vh for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2007 04:49:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDcYY-0007wB-P4 for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2007 04:49:18 -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 1IDcYY-0003hG-6g for bug-gnu-emacs@gnu.org; Wed, 25 Jul 2007 04:49:18 -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 l6P8n9OW017918 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 25 Jul 2007 08:49:09 GMT Original-Received: from eddy by whorl with local (Exim 4.67) (envelope-from ) id 1IDcY1-0005Sl-FA; Wed, 25 Jul 2007 10:48:45 +0200 In-reply-to: <46A70778.6090401@gmx.at> (message from martin rudalics on Wed, 25 Jul 2007 10:19:04 +0200) X-Virus-Scanned: ClamAV 0.90.1/3762/Wed Jul 25 05:17:29 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:16240 Archived-At: > > > And Stefan Monnier's css-mode.el ought to be included in Emacs as soon > > > as possible I believe. > > > > It already is, both CVS HEAD and 22.2 branch. > This won't help in the OP's case, because site-lisp's css-mode might be > loaded after Stefan's. The problem must be fixed by Debian first. well, once Emacs22 is released with its own css-mode built in, one of the ways Debian can fix this is by saying Emacs22 Conflicts: css-mode, since it supplies its own and css-mode is broken ... I've now tested with Emacs21: although I never saw this problem before upgrading to Emacs22, I see that the bug is just as present in Emacs21. I'll tell the Debian bug that it should be against css-mode ! Eddy.