From: ueno Date: Sat, 27 Aug 2005 06:30:32 +0000 (+0000) Subject: Fixed font-lock-keywords. X-Git-Tag: channel-coding-branchpoint~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=84ded4a16c688f654b55cdcbf544a0a0819a5564;p=elisp%2Friece.git Fixed font-lock-keywords. --- diff --git a/lisp/riece-addon.el b/lisp/riece-addon.el index 5ff64ed..1b1288f 100644 --- a/lisp/riece-addon.el +++ b/lisp/riece-addon.el @@ -107,7 +107,7 @@ :group 'riece-addon-list) (defcustom riece-addon-list-font-lock-keywords - '(("^\\([-+! ] [^:]+\\): \\(.*\\)" + '(("^\\([-+!? ] \\S-+\\)\\s-+\\(.*\\)" (1 (cdr (assq (aref (match-string 1) 0) riece-addon-list-mark-face-alist))) (2 riece-addon-list-description-face))) @@ -357,7 +357,7 @@ All normal editing commands are turned off." (setq enabled (intern-soft (concat (symbol-name (car (car pointer))) "-enabled"))) (setq point (point)) - (insert (format "%c %S: %s\n" + (insert (format "%c %-15S %s\n" (if (not (featurep (car (car pointer)))) ? (if (not (get (car (car pointer))