# HG changeset patch # User Oleksandr Gavenko # Date 1285003480 -10800 # Node ID 3e7cbd0ad5f09a60488fc87416ef64620cddbbb5 # Parent 5d5811a03d28062c665814c0041c3a4479f7cdfc# Parent 4d3b20be2562ff00bf0287864ae629b5abe1841f merged diff -r 4d3b20be2562 -r 3e7cbd0ad5f0 .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 ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) ))