From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: Re: C-comments in sgml-mode's html-mode Date: Tue, 24 Jul 2007 15:05:10 -0700 Message-ID: <200707242205.l6OM5FwK017985@oogie-boogie.ics.uci.edu> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185314776 24445 80.91.229.12 (24 Jul 2007 22:06:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jul 2007 22:06:16 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, eddy@opera.com To: "Lennart Borgman \(gmail\)" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 25 00:06:14 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 1IDSW5-0007Ei-Ao for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jul 2007 00:06:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDSW4-0003lL-Vn for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Jul 2007 18:06:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDSW3-0003lG-Ng for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 18:06:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDSW2-0003l4-AF for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 18:06:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDSW2-0003l1-6n for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 18:06:02 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDSW1-0000OH-N6 for bug-gnu-emacs@gnu.org; Tue, 24 Jul 2007 18:06:01 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l6OM5FwK017985; Tue, 24 Jul 2007 15:05:15 -0700 (PDT) In-Reply-To: <46A674D1.8080903@gmail.com> (Lennart Borgman's message of "Tue\, 24 Jul 2007 23\:53\:21 +0200") Original-Lines: 19 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:16231 Archived-At: "Lennart Borgman (gmail)" writes: > 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. It already is, both CVS HEAD and 22.2 branch.