From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32395 Path: main.gmane.org!not-for-mail From: Marco Lonsing Newsgroups: gmane.emacs.gnus.general Subject: Re: Attached pgp and mailcrypt Date: 12 Sep 2000 10:39:43 +0200 Organization: Ruhr-Universitaet Bochum 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 1035168671 19492 80.91.224.250 (21 Oct 2002 02:51:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:51:11 +0000 (UTC) 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 2D520D051E for ; Tue, 12 Sep 2000 04:41:59 -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 DAC05146; Tue, 12 Sep 2000 03:41:50 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Sep 2000 03:41:12 -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 DAA12288 for ; Tue, 12 Sep 2000 03:41:01 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id DA31FD051E for ; Tue, 12 Sep 2000 04:41:25 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id KAA15650 for ding@gnus.org; Tue, 12 Sep 2000 10:41:02 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 45 Original-NNTP-Posting-Host: linux.num1.ruhr-uni-bochum.de Original-X-Trace: quimby.gnus.org 968748061 1209 134.147.72.217 (12 Sep 2000 08:41:01 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 12 Sep 2000 08:41:01 GMT X-Home-Page: http://www.ruhr-uni-bochum.de/num1/marco User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32395 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32395 Harry Putnam writes: > Err ... sorry but that doesn't work either. I hope its not something > in my setup causing problems but here is what I see at this end. > > Placing either: > (rfc2015-setup) > > *OR* > > (add-hook 'gnus-startup-hook 'rfc2015-setup) > > *By itself* in either .gnus or .emacs causes a function void error. > > So it seems to require something else to work. > I find it needs a `require' statement to work. > > Putting these at the end of gnus does the job: > > (require 'rfc2015) > (add-hook 'gnus-startup-hook 'rfc2015-setup) > Sorry, that still does not do the job for me. I have to require gnus-art.el additional to make it work. This is what I put in my .gnus: (require 'rfc2015) (require 'gnus-art) (add-hook 'gnus-startup-hook 'rfc2015-setup) ;(rfc2015-setup) It's arbitrary if you put rfc2015-setup into gnus-startup-hook or if you call it directly. Maybe this is not very elegant, but it works. :-) Marco -- Marco Lonsing Mathematik XI - Numerik email: Marco.Lonsing@ruhr-uni-bochum.de Ruhr-Universitaet Bochum phone: +49-234-32-23244 Universitaetsstr. 150 fax : +49-234-32-03244 D-44721 Bochum, GERMANY www : http://www.ruhr-uni-bochum.de/num1/marco/