From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23432 Path: main.gmane.org!not-for-mail From: Gerald Newsgroups: gmane.emacs.gnus.general Subject: GNUS/Decoding & be-dangerous problem! Date: Mon, 21 Jun 1999 23:26:02 -0700 (PDT) Sender: owner-ding@hpc.uh.edu Message-ID: <14191.11006.890236.809580@localhost> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035161166 1992 80.91.224.250 (21 Oct 2002 00:46:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:46:06 +0000 (UTC) Cc: gutier@intergate.bc.ca Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA20551 for ; Tue, 22 Jun 1999 02:18:09 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB03687; Tue, 22 Jun 1999 01:14:08 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 22 Jun 1999 01:14:25 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA02011 for ; Tue, 22 Jun 1999 01:14:17 -0500 (CDT) Original-Received: from cherokee.intergate.bc.ca (root@cherokee.intergate.bc.ca [205.206.192.8]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA20520 for ; Tue, 22 Jun 1999 02:13:16 -0400 (EDT) Original-Received: from localhost (hp4s0.intergate.bc.ca [209.52.162.71]) by cherokee.intergate.bc.ca (8.9.3/8.9.3) with SMTP id XAA07828; Mon, 21 Jun 1999 23:13:12 -0700 (PDT) Original-To: ding@gnus.org X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23432 Hi all. I've been trying to set up the XEmacs gnus so that I can decode messages automatically without user intervention. If the decoder tries to decode a file that already exists, just overwrite it. Continue without exception. To that end, I've got the following set up in my .emacs: (require 'gnus-uu) (setq gnus-uu-be-dangerous 't) (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-move) What I've read in the documentation is that setting be-dangerous to true means that the decoder will overwrite anything. However, it's not doing this. When I mark several messages when decode them with X u, it tells me that a file already exists, ring the bell and stops the decoding process. I really would like it if it didn't ring the bell, and I need it to continue with the next message instead of stopping. What's wrong? How do I set up gnus to do this? Thanks for any help.