Bastien <b...@altern.org> writes: > (defun fp-fontify-fixme () > (font-lock-add-keywords > nil '(("\\<FIXME\\>" 0 font-lock-warning-face t)) t))
> HTH, IDHITAL = it did help indeed, thanks a lot! :-) I had more fontification to do in some tables, and succeeded because of your good hint. Joy! :-) François