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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel