From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33489 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS Gnus doesn't verify PGP-sign under 20.7 but does under 21.0.91 Date: 23 Nov 2000 21:55:26 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87wvdu1k8x.fsf@deneb.enyo.de> References: <8vgsjr$50s$1@quimby.gnus.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169585 25404 80.91.224.250 (21 Oct 2002 03:06:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:06:25 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id BD7B7D049A for ; Thu, 23 Nov 2000 15:50:28 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB05992; Thu, 23 Nov 2000 14:50:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Nov 2000 14:49:34 -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 OAA08198 for ; Thu, 23 Nov 2000 14:49:23 -0600 (CST) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id 02513D049A for ; Thu, 23 Nov 2000 15:49:47 -0500 (EST) Original-Received: by mail.netic.de (Smail3.2.0.111/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.105 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m13z3JN-001X0eC; Thu, 23 Nov 2000 21:49:41 +0100 (CET) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 3.12 #1) id 13z3JG-0003qi-00 for ding@gnus.org; Thu, 23 Nov 2000 21:49:34 +0100 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 13z3Ow-0001Ve-00 for ding@gnus.org; Thu, 23 Nov 2000 21:55:26 +0100 Original-To: ding@gnus.org In-Reply-To: <8vgsjr$50s$1@quimby.gnus.org> Original-Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33489 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33489 Charles Sebold writes: > ,---- > | gpg: can't open `~/.gnupg/tmp/gnupg1616zFV' > | gpg: verify signatures failed: file open error > | > | Command exit status: 2 > `---- Have the semantics of 'make-temp-file' changed in the past? 'gpg-make-temp-file' is only a very thin wrapper around 'make-tempfile' if this function exists. (I'm not a Emacs 21 pretester, so I can't check.)