> (defconst inducks-keywords > (regexp-opt '(...) t) "inducks fields to colorize")
> (defconst inducks-font-heroes > (list > (cons > (concat "\\<\\(" inducks-keywords "\\)\\>") > 'inducks-keyword))) > Is this a good way to do it ? Looks OK to me. > It doesn't compile. Care to give us more info as to *how* it fails to compile? Stefan _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs