all cases, whether or not start-process is fboundp.
+2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
+
+ * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
+ all cases, whether or not start-process is fboundp.
+
2003-04-06 Richard M. Stallman <rms@gnu.org>
* calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
;; the page will actually be displayed, but it seems
;; reasonable.
(setenv "COLUMNS" (number-to-string (frame-width)))))
+ (setenv "GROFF_NO_SGR" "1")
(if (fboundp 'start-process)
(set-process-sentinel
(start-process manual-program buffer "sh" "-c"
(format (Man-build-man-command) man-args))
'Man-bgproc-sentinel)
- (setenv "GROFF_NO_SGR" "1")
(let ((exit-status
(call-process shell-file-name nil (list buffer nil) nil "-c"
(format (Man-build-man-command) man-args)))