Don't change ``manual-program`` for Linux.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Dec 2011 23:04:55 +0200
changeset 842 9da301f47799
parent 841 68e40729a4f4
child 843 2adc2d3542a4
Don't change ``manual-program`` for Linux.
.emacs-my
--- a/.emacs-my	Sun Nov 27 20:52:42 2011 +0200
+++ b/.emacs-my	Mon Dec 12 23:04:55 2011 +0200
@@ -1060,7 +1060,9 @@
 (setq woman-use-own-frame nil)
 (setq woman-fill-frame t)
 ;; I prefer EN man pages.
-(setq manual-program "LANG=C man")
+(when (memq system-type '(windows-nt cygwin))
+  (setq manual-program "LANG=C man")
+  )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "comint")