From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39192 Path: main.gmane.org!not-for-mail From: Amos Gouaux Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-uu-digest-mail-forward ? Date: Sun, 07 Oct 2001 15:12:26 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174938 26566 80.91.224.250 (21 Oct 2002 04:35:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:38 +0000 (UTC) Return-Path: Original-Received: (qmail 25752 invoked from network); 7 Oct 2001 20:13:46 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Oct 2001 20:13:46 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15qKIP-0007nz-00; Sun, 07 Oct 2001 15:13:09 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 Oct 2001 15:12:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA17520 for ; Sun, 7 Oct 2001 15:12:36 -0500 (CDT) Original-Received: (qmail 25698 invoked by alias); 7 Oct 2001 20:12:54 -0000 Original-Received: (qmail 25693 invoked from network); 7 Oct 2001 20:12:54 -0000 Original-Received: from ns0.utdallas.edu (129.110.10.1) by gnus.org with SMTP; 7 Oct 2001 20:12:54 -0000 Original-Received: from spartacus.utdallas.edu (spartacus.utdallas.edu [129.110.3.11]) by ns0.utdallas.edu (Postfix) with ESMTP id 274861A0081 for ; Sun, 7 Oct 2001 15:12:53 -0500 (CDT) Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Sun, 07 Oct 2001 21:28:55 +0200") Original-Lines: 29 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39192 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39192 >>>>> On Sun, 07 Oct 2001 21:28:55 +0200, >>>>> Simon Josefsson (sj) writes: sj> Nope. M-x toggle-debug-on-error RET and send the complete backtrace? Okay, looks like it was because the directory gnus-uu-tmp-dir did not exist: Signaling: (error "Temp directory /var/tmp/gnus/ doesn't exist") signal(error ("Temp directory /var/tmp/gnus/ doesn't exist")) cerror("Temp directory %s doesn't exist" "/var/tmp/gnus/") apply(cerror "Temp directory %s doesn't exist" "/var/tmp/gnus/") error("Temp directory %s doesn't exist" "/var/tmp/gnus/") gnus-uu-initialize(nil) gnus-uu-decode-with-method(gnus-uu-save-article nil nil t) gnus-uu-decode-save(nil "/var/tmp/gnus/forwardWlEtVD") gnus-uu-digest-mail-forward(nil) call-interactively(gnus-uu-digest-mail-forward) command-execute(gnus-uu-digest-mail-forward t) execute-extended-command(nil) call-interactively(execute-extended-command) Once I created this directory, all was fine. Weird that the error message I saw was totally unrelated to this directory problem.... -- Amos