.emacs-my
changeset 558 bbced9833ed2
parent 527 3996f4df0915
child 559 290aff3dde17
equal deleted inserted replaced
527:3996f4df0915 558:bbced9833ed2
   297 (setq search-highlight t)               ; highlight incremental search
   297 (setq search-highlight t)               ; highlight incremental search
   298 
   298 
   299 ;;; ----------------------------------------------------------------
   299 ;;; ----------------------------------------------------------------
   300 ;;; grep, find.
   300 ;;; grep, find.
   301 
   301 
   302 ;; (require 'grep)
   302 (require 'grep)
   303 
   303 
   304 ;; This settings have effect from Emacs 22.x.
   304 ;; This settings have effect from Emacs 22.x.
   305 (when (eq system-type 'windows-nt)
   305 (when (eq system-type 'windows-nt)
   306   ;; Workaround for Cygwin shell, when set 'CYGWIN=noglob'. By default 'shell-quote-argument'
   306   ;; Workaround for Cygwin shell, when set 'CYGWIN=noglob'. By default 'shell-quote-argument'
   307   ;; quoted by double '\' chars this cause failure.
   307   ;; quoted by double '\' chars this cause failure.