From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45468 Path: main.gmane.org!not-for-mail From: Joseph Barillari Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and Mailcrypt Date: Mon, 01 Jul 2002 19:41:29 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87lm8x84yp.fsf@marant.org> <6uznxca5vn.fsf@zork.zork.net> <878z4w5xki.fsf@marant.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1025566920 5014 127.0.0.1 (1 Jul 2002 23:42:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Jul 2002 23:42:00 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PAnw-0001Ie-00 for ; Tue, 02 Jul 2002 01:42:00 +0200 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 17PAnp-0003xV-00; Mon, 01 Jul 2002 18:41:53 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 01 Jul 2002 18:42:15 -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 SAA05443 for ; Mon, 1 Jul 2002 18:42:04 -0500 (CDT) Original-Received: (qmail 7310 invoked by alias); 1 Jul 2002 23:41:36 -0000 Original-Received: (qmail 7305 invoked from network); 1 Jul 2002 23:41:36 -0000 Original-Received: from parkave2-073m.fdu.edu (HELO washer) (132.238.170.73) by gnus.org with SMTP; 1 Jul 2002 23:41:36 -0000 Original-Received: from jbarilla by washer with local (Exim 3.35 #1 (Debian)) id 17PAnR-0000ga-00 for ; Mon, 01 Jul 2002 19:41:29 -0400 Original-To: ding@gnus.org X-Public-Key: finger -l jbarilla@phoenix.princeton.edu X-Public-Key-Fingerprint: 99C7 4F49 AF41 AD0F A4FC 529C 215E 1BD2 F6A1 FA37 X-URL: http://www.princeton.edu/~jbarilla In-Reply-To: <878z4w5xki.fsf@marant.org> (jmarant@nerim.net's message of "Sun, 30 Jun 2002 22:19:25 +0200") Original-Lines: 30 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45468 >>>>> "JM" =3D=3D J=E9r=F4me Marant writes: JM> Sean Neakums writes: >> I think this also helps; it's been a while since I configured >> MailCrypt. >>=20 >> (setq gnus-buttonized-mime-types (cons "multipart/signed" >> gnus-buttonized-mime-types) JM> Works fine for me! Thanks a lot! I'm surprised. In my installation, gnus-buttonized-mime-types doesn't get defined until _after_ .gnus is loaded, so emacs choked on the line: Debugger entered--Lisp error: (void-variable gnus-buttonized-mime-types) (cons "multipart/signed" gnus-buttonized-mime-types) (blah (blah blah)...) I added "multipart/signed" to my customize entry instead.=20 Should the line above have worked? I'm new to elisp, but I thought you couldn't assign to a variable if the RHS of the expression was defined in terms of the variable itself, and the variable wasn't yet defined. Should emacs assume that gnus-buttonized-mime-types would evaluate to an empty list? Or is gnus-buttonized-mime-types supposed to be defined by the time .gnus-reading happens? Thanks, --Joe