diff -r bb2bc4c0192a -r 6ca398b20643 .emacs-my --- a/.emacs-my Sat Sep 18 19:00:49 2010 +0300 +++ b/.emacs-my Sun Sep 19 22:56:24 2010 +0300 @@ -824,7 +824,7 @@ org-remember-store-without-prompt t ) )) -;;; ---------------------------------------------------------------------- +;;; ---------------------------------------------------------------- ;;; TODO, XXX, FIXME highlight. ;; Show blanks and FIXME ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule @@ -845,7 +845,7 @@ '( ("\t+" 0 'my-tab-face t) ("\\<\\(FIXME:?\\|XXX:?\\|TODO:?\\)\\>" 1 'font-lock-warning-face t) - ("\\(=\\{7,\\}\\|<\\{7,\\}\\|>\\{7,\\}\\)" 1 'my-contrasty-face t) + ("\\(=\\|<\\|>\\)\\{7,\\}" 0 'my-contrasty-face t) ;; 64 times, for highlight C-u C-u C-u ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) ))