emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:36:51 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.125.2.1 emacs/lisp/man.el:1.125.2.2
*** emacs/lisp/man.el:1.125.2.1 Fri Apr 16 12:50:07 2004
--- emacs/lisp/man.el   Mon Jun 28 07:28:43 2004
***************
*** 732,742 ****
        (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)
          (let ((exit-status
!                (call-process shell-file-name nil (list buffer nil) nil "-c"
                               (format (Man-build-man-command) man-args)))
                (msg ""))
            (or (and (numberp exit-status)
--- 732,745 ----
        (setenv "GROFF_NO_SGR" "1")
        (if (fboundp 'start-process)
            (set-process-sentinel
!            (start-process manual-program buffer
!                           (if (eq system-type 'cygwin) shell-file-name "sh")
!                           shell-command-switch
                            (format (Man-build-man-command) man-args))
             'Man-bgproc-sentinel)
          (let ((exit-status
!                (call-process shell-file-name nil (list buffer nil) nil
!                              shell-command-switch
                               (format (Man-build-man-command) man-args)))
                (msg ""))
            (or (and (numberp exit-status)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]