.emacs-my
changeset 1534 a20f8f4abec7
parent 1533 bf21c20118b4
child 1536 5854fc2dbece
equal deleted inserted replaced
1533:bf21c20118b4 1534:a20f8f4abec7
  1645       (setenv "MANPATH" (concat "/cygdrive/" (substring path 0 1) "/" (substring path 3) "/usr/share/man/:"))
  1645       (setenv "MANPATH" (concat "/cygdrive/" (substring path 0 1) "/" (substring path 3) "/usr/share/man/:"))
  1646       ) ))
  1646       ) ))
  1647 
  1647 
  1648 (setq woman-use-own-frame nil)
  1648 (setq woman-use-own-frame nil)
  1649 (setq woman-fill-frame t)
  1649 (setq woman-fill-frame t)
  1650 ;; I prefer EN man pages.
  1650 
  1651 (when (memq system-type '(windows-nt cygwin))
  1651 (eval-after-load 'man
  1652   (setq manual-program "LANG=C man")
  1652   ;; Default sed filter failed with syntax error in native Emacs and Cygwin.
  1653   )
  1653   (when (eq system-type 'windows-nt)
       
  1654     (setq Man-filter-list nil)))
  1654 
  1655 
  1655 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1656 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1656 (message "comint")
  1657 (message "comint")
  1657 
  1658 
  1658 ;; If non-nil, add a `/' to completed directories, ` ' to file names.
  1659 ;; If non-nil, add a `/' to completed directories, ` ' to file names.