--- 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)
))