emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el
Date: Wed, 01 Jun 2005 01:07:07 -0400

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.73 emacs/lisp/gnus/gnus-art.el:1.74
*** emacs/lisp/gnus/gnus-art.el:1.73    Mon May 30 17:13:58 2005
--- emacs/lisp/gnus/gnus-art.el Wed Jun  1 05:07:06 2005
***************
*** 2181,2190 ****
                   ;; The command is a string, so we interpret the command
                   ;; as a, well, command, and fork it off.
                   (let ((process-connection-type nil))
!                    (process-kill-without-query
                      (start-process
                       "article-x-face" nil shell-file-name
!                      shell-command-switch gnus-article-x-face-command))
                     (with-temp-buffer
                       (insert face)
                       (process-send-region "article-x-face"
--- 2181,2191 ----
                   ;; The command is a string, so we interpret the command
                   ;; as a, well, command, and fork it off.
                   (let ((process-connection-type nil))
!                    (gnus-set-process-query-on-exit-flag
                      (start-process
                       "article-x-face" nil shell-file-name
!                      shell-command-switch gnus-article-x-face-command)
!                     nil)
                     (with-temp-buffer
                       (insert face)
                       (process-send-region "article-x-face"




reply via email to

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