.emacs-my
changeset 1293 064ea72c81c9
parent 1292 b515e071a52c
child 1296 9750529d15df
equal deleted inserted replaced
1292:b515e071a52c 1293:064ea72c81c9
  1636   (font-lock-add-keywords
  1636   (font-lock-add-keywords
  1637    mode
  1637    mode
  1638    `(
  1638    `(
  1639      ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t)
  1639      ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t)
  1640      ;; 64 times, for highlight C-u C-u C-u <key>
  1640      ;; 64 times, for highlight C-u C-u C-u <key>
  1641      ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
  1641      ;; ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
  1642      ))
  1642      ))
  1643   )
  1643   )
  1644 
  1644 
  1645 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1645 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1646 (message "fortune")
  1646 (message "fortune")