Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: gpg.el still not working
Date: Mon, 23 Sep 2002 12:31:30 +0200	[thread overview]
Message-ID: <iluheghatfh.fsf@latte.josefsson.org> (raw)
In-Reply-To: <86znu9v46q.fsf@duchess.twilley.org> (Jack Twilley's message of "Sun, 22 Sep 2002 19:18:53 -0700")

Jack Twilley <jmt+usenet@twilley.org> writes:

> I'm still getting the following errors when attempting to validate
> signatures:
>
> [[PGP Signed Part:Error.]
> (number-char-or-marker-p nil)]
>
> I don't know why.  I'm running current versions of all the related
> files as far as I know.  Could someone please let me know how they
> have CVS Gnus working with gpg.el ?

I remember seeing that message too, but can't recall when it
happened. Do you have a ~/tmp/ directory with the correct permissions?
Does C-: (setq debug-on-signal t) RET give more information?

"grep -e pgp -e gpg -e mailcrypt -e mc .emacs" shows the following for
me (I have both gpg.el and mailcrypt installed, and Gnus prefers
gpg.el if it finds it, which it does):

(autoload 'mc-install-read-mode "mailcrypt")
(autoload 'mc-install-write-mode "mailcrypt")
 '(gnus-summary-mode-hook (quote (turn-on-gnus-mailing-list-mode mc-install-read-mode hl-line-mode)))
 '(mail-mode-hook (quote (mc-install-write-mode)))
 '(mc-default-scheme (quote mc-scheme-gpg) t)
 '(mc-encrypt-for-me t)
 '(mc-gpg-user-id "Simon Josefsson <simon@josefsson.org>")
 '(mc-pgp-always-sign t)
 '(message-mode-hook (quote (mc-install-write-mode)))




  reply	other threads:[~2002-09-23 10:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-23  2:18 Jack Twilley
2002-09-23 10:31 ` Simon Josefsson [this message]
2002-09-23 12:45   ` Kai Großjohann
2002-09-23 21:52   ` Jack Twilley
2002-09-24 11:22     ` Simon Josefsson
2002-09-24 14:58       ` Josh Huber
2002-09-24 17:06         ` Jack Twilley
2002-09-24 17:27           ` Josh Huber
2002-09-24 18:54             ` Jack Twilley
2002-09-24 20:17               ` Josh Huber
2002-09-25  0:55                 ` Jack Twilley

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=iluheghatfh.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /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).