From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32353 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Attached pgp and mailcrypt Date: 07 Sep 2000 16:34:44 -0700 Organization: mobile 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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035168637 19256 80.91.224.250 (21 Oct 2002 02:50:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:37 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 89585D051E for ; Thu, 7 Sep 2000 22:51:31 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAC05793; Thu, 7 Sep 2000 21:47:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Sep 2000 21:46:47 -0500 (CDT) 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 VAA29205 for ; Thu, 7 Sep 2000 21:46:36 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 4848AD051E for ; Thu, 7 Sep 2000 22:47:02 -0400 (EDT) Original-Received: (qmail 2725 invoked from network); 8 Sep 2000 02:47:00 -0000 Original-Received: from adsl-116-86.ln.networkone.net (HELO reader.ptw.com) (209.144.116.86) by mail.networkone.net with SMTP; 8 Sep 2000 02:47:00 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id TAA13843; Thu, 7 Sep 2000 19:46:58 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "07 Sep 2000 17:15:38 +0200" Posted-To: gnu.emacs.gnus Original-Lines: 31 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32353 The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > On 07 Sep 2000, Harry Putnam wrote: >=20 > > Ahaa.... now we're talking. It wasn't clear to me what that tiny > > comment called for exactly. But after M-: (rc2015-setup) >=20 > Ah, yes. Maybe it could have been slightly longer. Something like > this: >=20 > /---- > | Installation: Put the following line in ~/.emacs or ~/.gnus: > | (rfc2015-setup) > | Also don't forget to put this file into a directory on the load-path. > |=20 > | Usage: Insert an attribute, postprocess=3Dpgp-sign (or pgp-encrypt), > | into the mml tag to be signed (or encrypted). > \---- >=20 > What do you think? Nice thought but it doesn't actually work for me. If I put `(rfc2015-setup)' in .gnus it will not load and gives the message: `Symbols function definition is void....' Even with the file in the load path. And even with an explicit: (load "rfc2015.elc"). Only thing I found that works is to eval (rfc2015-setup) after loading .gnu= s.