# HG changeset patch # User Oleksandr Gavenko # Date 1284926184 -10800 # Node ID 6ca398b20643cf966077c2b3dd1afbe80c5a36c1 # Parent bb2bc4c0192abebe9ccd4061279caf17f5d6c07a# Parent 2e18034ae7fd7a8176d1aed9fc1d86cff7ecb4c2 merged 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) ))