GNU bug report logs - #20267
24.4; [PATCH] textmodes/css-mode.el: Add "not" pseudo-class

Previous Next

Package: emacs;

Reported by: Simen Heggestøyl <simenheg <at> gmail.com>

Date: Mon, 6 Apr 2015 21:20:02 UTC

Severity: minor

Tags: patch

Found in version 24.4

Done: Simen Heggestøyl <simenheg <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20267 in the body.
You can then email your comments to 20267 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20267; Package emacs. (Mon, 06 Apr 2015 21:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Simen Heggestøyl <simenheg <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 06 Apr 2015 21:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Simen Heggestøyl <simenheg <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4; [PATCH] textmodes/css-mode.el: Add "not" pseudo-class
Date: Mon, 06 Apr 2015 23:19:14 +0200
[Message part 1 (text/plain, inline)]
The following patch adds "not" to the list of CSS pseudo-classes.

By the way, for the future, is it OK for me to install such trivial
changes without putting them up for review first?

-- Simen


From dec8e9b8f3eb23698aa774c54ab9b31f9314053a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= <simenheg <at> gmail.com>
Date: Mon, 6 Apr 2015 21:38:27 +0200
Subject: [PATCH] textmodes/css-mode.el: Add "not" pseudo-class

* textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to list
of CSS pseudo-classes.
---
lisp/ChangeLog             | 5 +++++
lisp/textmodes/css-mode.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94b4be7..a9f507b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-06  Simen Heggestøyl  <simenheg <at> gmail.com>
+
+	* textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to list
+	of CSS pseudo-classes.
+
2015-04-06  Paul Eggert  <eggert <at> cs.ucla.edu>

	Spelling fix for 'hfy-optimizations'
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 7280080..8b2ee73 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -41,7 +41,7 @@
(defconst css-pseudo-class-ids
  '("active" "checked" "disabled" "empty" "enabled" "first"
    "first-child" "first-of-type" "focus" "hover" "indeterminate" 
"lang"
-    "last-child" "last-of-type" "left" "link" "nth-child"
+    "last-child" "last-of-type" "left" "link" "not" "nth-child"
    "nth-last-child" "nth-last-of-type" "nth-of-type" "only-child"
    "only-of-type" "right" "root" "target" "visited")
  "Identifiers for pseudo-classes.")
-- 
2.1.4
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20267; Package emacs. (Wed, 08 Apr 2015 02:00:05 GMT) Full text and rfc822 format available.

Message #8 received at 20267 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Simen Heggestøyl <simenheg <at> gmail.com>
Cc: 20267 <at> debbugs.gnu.org
Subject: Re: bug#20267: 24.4;
 [PATCH] textmodes/css-mode.el: Add "not" pseudo-class
Date: Tue, 07 Apr 2015 21:59:35 -0400
> The following patch adds "not" to the list of CSS pseudo-classes.

Good, thanks.

> By the way, for the future, is it OK for me to install such trivial
> changes without putting them up for review first?

Yes.


        Stefan




bug closed, send any further explanations to 20267 <at> debbugs.gnu.org and Simen Heggestøyl <simenheg <at> gmail.com> Request was from Simen Heggestøyl <simenheg <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 09 Apr 2015 19:08:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 08 May 2015 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.