[gnu.emacs.gnus] GNUS change

mcgrath@paris.Berkeley.EDU (Roland McGrath) (03/20/89)

This diff to gnus.el makes gnus-Subject-pipe-output give you the previous
shell command to edit, rather than saying "(default ...)".
I find this more useful, and just hitting return still has the same result.

*** gnus.el.~2~	Sun Mar 19 10:22:28 1989
--- gnus.el	Sun Mar 19 18:42:20 1989
***************
*** 3063,3073 ****
      (save-restriction
        (widen)
        (let ((overlay-arrow-position nil)
! 	    (command (read-string
! 		      (concat
! 		       "Shell command on article: "
! 		       (if gnus-last-command
! 			   (concat "(default " gnus-last-command ") "))))))
  	(if (string-equal command "")
  	    (setq command gnus-last-command))
  	(shell-command-on-region (point-min) (point-max) command nil)
--- 3063,3070 ----
      (save-restriction
        (widen)
        (let ((overlay-arrow-position nil)
! 	    (command (read-string "Shell command on article: "
! 				  gnus-last-command)))
  	(if (string-equal command "")
  	    (setq command gnus-last-command))
  	(shell-command-on-region (point-min) (point-max) command nil)
--
	Roland McGrath
	Free Software Foundation, Inc.
roland@wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland

umerin@photon.stars.flab.fujitsu.junet (Masanobu UMEDA) (03/28/89)

   Date: 20 Mar 89 02:46:57 GMT
   From: flab!fgw!uunet!paris.Berkeley.EDU!mcgrath  (Roland McGrath)
   Organization: University of California, Berkeley

   This diff to gnus.el makes gnus-Subject-pipe-output give you the previous
   shell command to edit, rather than saying "(default ...)".
   I find this more useful, and just hitting return still has the same result.

I agree with you.  I will include your suggestion in the next version.

Masanobu UMEDA
umerin@flab.Fujitsu.JUNET
umerin%flab.Fujitsu.JUNET@uunet.uu.NET