emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: align.el: css-mode


From: Karl Chen
Subject: Re: align.el: css-mode
Date: Sun, 13 Feb 2005 14:43:47 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Hello John et al,

My copyright assignment to FSF is on file now.

Here is a copy of the patch I suggested on 2005-01-13 for adding
align support for CSS.


--- .backup/align.el.~1~ 2003-09-01 08:45:04.000000000 -0700
+++ align.el 2005-01-13 16:11:35.000000000 -0800
@@ -578,7 +578,13 @@
      (justify . t) (run-if . ,(function
                   (lambda ()
- (eq '- current-prefix-arg))))))
+ (eq '- current-prefix-arg)))))
+
+ (css-declaration
+ (regexp . "^\\s-*\\w+:\\(\\s-*\\).*;")
+ (group . (1))
+ (modes . '(css-mode html-mode))))
+
   "*A list describing all of the available alignment rules.
 The format is:


-- 
Karl 2005-02-13 14:38





reply via email to

[Prev in Thread] Current Thread [Next in Thread]