merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Sep 2010 20:24:40 +0300
changeset 482 3e7cbd0ad5f0
parent 481 5d5811a03d28 (diff)
parent 476 4d3b20be2562 (current diff)
child 483 91dccb2e72f4
merged
.emacs-my
--- a/.emacs-my	Sat Sep 18 20:53:52 2010 +0300
+++ b/.emacs-my	Mon Sep 20 20:24:40 2010 +0300
@@ -287,7 +287,7 @@
   (defun shell-quote-argument (argument)
     (concat "'" argument "'")
     )
-  ;; Workaround for Cygwin.
+  ;; Workaround for Cygwin when 'shell-file-name' is 'bash'.
   (setq null-device "/dev/null")
   )
 
@@ -826,7 +826,7 @@
        org-remember-store-without-prompt t
        ) ))
 
-;;; ----------------------------------------------------------------------
+;;; ----------------------------------------------------------------
 ;;; TODO, XXX, FIXME highlight.
 ;; Show blanks and FIXME
 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
@@ -847,7 +847,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 <key>
      ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
      ))