Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!ucbvax!agate!paris.Berkeley.EDU!mcgrath From: mcgrath@paris.Berkeley.EDU (Roland McGrath) Newsgroups: gnu.emacs.gnus Subject: GNUS change Message-ID: Date: 20 Mar 89 02:46:57 GMT Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 32 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