Gnus development mailing list
 help / color / mirror / Atom feed
From: Joseph Barillari <jbarilla@princeton.edu>
Subject: Re: Gnus and Mailcrypt
Date: Mon, 01 Jul 2002 19:41:29 -0400	[thread overview]
Message-ID: <m3k7ofxbh2.fsf@washer.barillari.org> (raw)
In-Reply-To: <878z4w5xki.fsf@marant.org> (jmarant@nerim.net's message of "Sun, 30 Jun 2002 22:19:25 +0200")

>>>>> "JM" == Jérôme Marant <jmarant@nerim.net> writes:

    JM> Sean Neakums <sneakums@zork.net> writes:
    >> I think this also helps; it's been a while since I configured
    >> MailCrypt.
    >> 
    >> (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. 

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



  reply	other threads:[~2002-07-01 23:41 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-30  9:56 Jérôme Marant
2002-06-30 19:45 ` Kai Großjohann
2002-06-30 20:06   ` Sean Neakums
2002-06-30 20:16     ` Kai Großjohann
2002-06-30 20:26       ` Sean Neakums
2002-06-30 20:19     ` Jérôme Marant
2002-07-01 23:41       ` Joseph Barillari [this message]
2002-07-02  0:41         ` Josh Huber
2002-07-02  8:47           ` Sean Neakums
2002-07-02 17:41             ` Josh Huber
2002-07-03 15:41               ` Sean Neakums
2002-07-03 16:31                 ` Kai Großjohann
2002-07-03 18:11                   ` Josh Huber
2002-07-04  7:54                     ` Sean Neakums
2002-07-05 17:08                       ` Josh Huber
2002-07-04  7:52                   ` defvar and interactive evaluation Sean Neakums
2002-07-04 10:27                     ` Kai Großjohann
2002-07-02  8:41         ` Gnus and Mailcrypt Kai Großjohann
2002-06-30 20:13   ` Jérôme Marant
2002-06-30 20:23     ` Sean Neakums
2002-06-30 20:27       ` Jérôme Marant
2002-06-30 21:20         ` Simon Josefsson
2002-07-01  5:27           ` Jérôme Marant
2002-06-30 21:45         ` Reiner Steib
2002-06-30 19:55 ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k7ofxbh2.fsf@washer.barillari.org \
    --to=jbarilla@princeton.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).