From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34446 Path: main.gmane.org!not-for-mail From: "James H. Cloos Jr." Newsgroups: gmane.emacs.gnus.general Subject: Re: Error with function gnus-summary-pipe-output (Was htmlified mail) Date: 28 Jan 2001 19:49:43 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nk87imovr.fsf@tiger.jia.vnet> <2nae8bnqkr.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===-=-=" X-Trace: main.gmane.org 1035170371 30451 80.91.224.250 (21 Oct 2002 03:19:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:19:31 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 462F8D049D for ; Sun, 28 Jan 2001 20:50:24 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id TAC28306; Sun, 28 Jan 2001 19:50:21 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 28 Jan 2001 19:49:26 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA29260 for ; Sun, 28 Jan 2001 19:49:17 -0600 (CST) Original-Received: from austin.jhcloos.com (austin.jhcloos.com [206.224.83.202]) by mailhost.sclp.com (Postfix) with ESMTP id 47456D049D for ; Sun, 28 Jan 2001 20:49:47 -0500 (EST) Original-Received: by austin.jhcloos.com (Postfix, from userid 500) id B7A682B200; Mon, 29 Jan 2001 01:49:43 +0000 (UTC) Original-To: ding@gnus.org In-Reply-To: <2nae8bnqkr.fsf@tiger.jia.vnet> (ShengHuo ZHU's message of "28 Jan 2001 19:35:00 -0500") Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:34446 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34446 --===-=-= >>>>> "ZSH" == ShengHuo ZHU writes: ZSH> Set gnus-prompt-before-saving to 'always, which is the default value. Ick! Perhaps this is better: --===-=-= Content-Disposition: attachment Index: gnus-sum.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sum.el,v retrieving revision 6.39 diff -u -c -r6.39 gnus-sum.el cvs server: conflicting specifications of output style *** gnus-sum.el 2001/01/23 16:12:28 6.39 --- gnus-sum.el 2001/01/29 01:47:38 *************** *** 9312,9318 **** pipe those articles instead." (interactive "P") (require 'gnus-art) ! (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe)) (gnus-summary-save-article arg t)) (gnus-configure-windows 'pipe)) --- 9312,9319 ---- pipe those articles instead." (interactive "P") (require 'gnus-art) ! (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe) ! (gnus-prompt-before-saving 'always)) (gnus-summary-save-article arg t)) (gnus-configure-windows 'pipe)) --===-=-= -JimC -- James H. Cloos, Jr. 1024D/ED7DAEA6 E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 --===-=-=--