# HG changeset patch # User Oleksandr Gavenko # Date 1284728723 -10800 # Node ID 2e18034ae7fd7a8176d1aed9fc1d86cff7ecb4c2 # Parent 1334dc79ea80b6f44a03bcb5f67c93a62c235d68# Parent e1adf1d08f5ba28bef87ea0c8e4756e1bbf37f19 merged diff -r 1334dc79ea80 -r 2e18034ae7fd .emacs-my --- a/.emacs-my Wed Sep 15 09:41:25 2010 +0300 +++ b/.emacs-my Fri Sep 17 16:05:23 2010 +0300 @@ -823,7 +823,7 @@ org-remember-store-without-prompt t ) )) -;;; ---------------------------------------------------------------------- +;;; ---------------------------------------------------------------- ;;; TODO, XXX, FIXME highlight. ;; Show blanks and FIXME ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule @@ -844,7 +844,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) ))