.emacs-my
changeset 842 9da301f47799
parent 841 68e40729a4f4
child 843 2adc2d3542a4
equal deleted inserted replaced
841:68e40729a4f4 842:9da301f47799
  1058       ) ))
  1058       ) ))
  1059 
  1059 
  1060 (setq woman-use-own-frame nil)
  1060 (setq woman-use-own-frame nil)
  1061 (setq woman-fill-frame t)
  1061 (setq woman-fill-frame t)
  1062 ;; I prefer EN man pages.
  1062 ;; I prefer EN man pages.
  1063 (setq manual-program "LANG=C man")
  1063 (when (memq system-type '(windows-nt cygwin))
       
  1064   (setq manual-program "LANG=C man")
       
  1065   )
  1064 
  1066 
  1065 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1067 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1066 (message "comint")
  1068 (message "comint")
  1067 
  1069 
  1068 ;; If non-nil, add a `/' to completed directories, ` ' to file names.
  1070 ;; If non-nil, add a `/' to completed directories, ` ' to file names.