all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Chen <quarl@NOSPAM.quarl.org>
Subject: Re: align.el: css-mode
Date: Sun, 13 Feb 2005 14:43:47 -0800	[thread overview]
Message-ID: <quack.20050213T1443.87ll9sozbw@quack.cs.berkeley.edu> (raw)
In-Reply-To: m2wtugrdy2.fsf@Majnun.local


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	other threads:[~2005-02-13 22:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-14  0:15 align.el: css-mode Karl Chen
2005-01-14  1:34 ` John Wiegley
2005-02-13 22:43   ` Karl Chen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=quack.20050213T1443.87ll9sozbw@quack.cs.berkeley.edu \
    --to=quarl@nospam.quarl.org \
    --cc=quarl+dated+1108766325.dde275@nospam.quarl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.