From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.bugs Subject: Re: C-comments in sgml-mode's html-mode Date: Tue, 24 Jul 2007 23:53:21 +0200 Message-ID: <46A674D1.8080903@gmail.com> 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> 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 1185314019 22012 80.91.229.12 (24 Jul 2007 21:53:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 21:53:39 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, eddy@opera.com To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 24 23:53:38 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 1IDSK1-0003Yo-Oq for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 23:53:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDSK1-0001KZ-Ch for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 17:53:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDSJy-0001Jz-Lt for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 17:53:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDSJx-0001Il-Ec for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 17:53:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDSJx-0001Ig-5A for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 17:53:33 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IDSJw-0005tj-Nj for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 17:53:32 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:61197 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IDSJu-0003qO-6x; Tue, 24 Jul 2007 23:53:30 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070716 Thunderbird/2.0.0.5 Mnenhy/0.7.5.666 In-Reply-To: <46A62D1A.3070306@gmx.at> X-Antivirus: avast! (VPS 000759-1, 2007-07-24), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.133.189 X-Scan-Result: No virus found in message 1IDSJu-0003qO-6x. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IDSJu-0003qO-6x ef54b444fbf1984b6be9fb43c48be3d3 X-detected-kernel: Linux 2.6? (barebone, rare!) 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:16230 Archived-At: martin rudalics wrote: > > (defvar cssm-version "0.11.zap1" > > "The current version number of css-mode.") > > ;;; copyright (c) 1998 Lars Marius Garshol, larsga@ifi.uio.no > > ;;; $Id: css-mode.el,v 1.9 2000/01/05 21:21:56 larsga Exp $ > > ;;; Modified by John Zaitseff, 3rd November 2004. > > css-mode by Garshol, modified by Zaitseff, and distributed by Debian. > Apparently, Zaitseff's modifications are too persistent but I can't tell > anything because I don't have the sources. In any case this should be > reported to the Debian bug tracking system since probably more people > might be affected by this. And Stefan Monnier's css-mode.el ought to be included in Emacs as soon as possible I believe.