From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11166: css-mode can't handle single quote in comments Date: Wed, 04 Apr 2012 10:47:33 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333550934 12891 80.91.229.3 (4 Apr 2012 14:48:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2012 14:48:54 +0000 (UTC) Cc: 11166@debbugs.gnu.org To: Le Wang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 04 16:48:51 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SFRVy-0007x8-3k for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Apr 2012 16:48:50 +0200 Original-Received: from localhost ([::1]:51826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFRVx-0006HF-HM for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Apr 2012 10:48:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFRVq-0006Gm-FD for bug-gnu-emacs@gnu.org; Wed, 04 Apr 2012 10:48:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFRVj-0000s4-Bo for bug-gnu-emacs@gnu.org; Wed, 04 Apr 2012 10:48:42 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFRVj-0000rz-8k for bug-gnu-emacs@gnu.org; Wed, 04 Apr 2012 10:48:35 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SFRWA-00044O-GH for bug-gnu-emacs@gnu.org; Wed, 04 Apr 2012 10:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 04 Apr 2012 14:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11166 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11166-submit@debbugs.gnu.org id=B11166.133355088515583 (code B ref 11166); Wed, 04 Apr 2012 14:49:02 +0000 Original-Received: (at 11166) by debbugs.gnu.org; 4 Apr 2012 14:48:05 +0000 Original-Received: from localhost ([127.0.0.1]:39994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SFRVE-00043I-P4 for submit@debbugs.gnu.org; Wed, 04 Apr 2012 10:48:04 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:43139) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SFRVC-00042z-Vn for 11166@debbugs.gnu.org; Wed, 04 Apr 2012 10:48:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9FpZV7/2dsb2JhbACBX5x7eYhwnhmGGQSbGYQJ X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="172067736" Original-Received: from 69-165-149-123.dsl.teksavvy.com (HELO pastel.home) ([69.165.149.123]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 04 Apr 2012 10:47:34 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D02C259339; Wed, 4 Apr 2012 10:47:33 -0400 (EDT) In-Reply-To: (Le Wang's message of "Wed, 4 Apr 2012 11:23:55 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58508 Archived-At: > Reproducible with fairly recent Emacs 24 build: > > // This should have a white bottom border > // But the way we're running the main border on tab-content, not on > nav-tab > // means that this sits under the border line, and so our white > border is invisible > // to fix this, raise the z-index > > Note single quote on line 2 ruins font-locking. Are // comments supported in CSS nowadays? Can you point to the relevant documentation, to see exactly how they work? Stefan