Gnus development mailing list
 help / color / mirror / Atom feed
* Mailcrypt & gnus-setup.el
@ 1997-01-19 10:40 Baba Z Buehler
  1997-01-19 14:09 ` Karl Kleinpaste
  0 siblings, 1 reply; 2+ messages in thread
From: Baba Z Buehler @ 1997-01-19 10:40 UTC (permalink / raw)



I'm trying to get mailcrypt working again (I had it working once back in the
early days of September...) and I noticed that gnus-setup.el doesn't seem to be
used for anything?  Is this deliberate?

Also, I added

(defvar gnus-use-mailcrypt t)
(when gnus-use-mailcrypt
  (when (null (member gnus-mailcrypt-lisp-directory load-path))
    (setq load-path (cons gnus-mailcrypt-lisp-directory load-path)))
  (autoload 'mc-install-write-mode "mailcrypt" nil t)
  (autoload 'mc-install-read-mode "mailcrypt" nil t)
  (add-hook 'message-mode-hook 'mc-install-write-mode)
  (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
  (when gnus-use-mhe
    (add-hook 'mh-folder-mode-hook 'mc-install-read-mode)
    (add-hook 'mh-letter-mode-hook 'mc-install-write-mode)))

to my .gnus, and now mailcrypt seems to load fine when entering the summary
buffer, but no matter what when I try to verify a signature ('C-c / v' or by
the XEmacs menubar) it always says 'Found no signed message in this buffer.'
Even when I can plainly see the PGP stuff in the message.

I'm using the Mailcrypt that ships with XEmacs 19.14, should I upgrade it?

Thanks,
--
# Baba Z Buehler - 'Hackito Ergo Sum'
# Beckman Institute Systems Services, Urbana Illinois
#
#  "Whenever you find that you are on the side of the majority,
#   it is time to reform." -- Mark Twain
#
# PGP public key on WWW homepage and key servers (key id: C13D8EE1)
# WWW: http://www.beckman.uiuc.edu/~baba/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Mailcrypt & gnus-setup.el
  1997-01-19 10:40 Mailcrypt & gnus-setup.el Baba Z Buehler
@ 1997-01-19 14:09 ` Karl Kleinpaste
  0 siblings, 0 replies; 2+ messages in thread
From: Karl Kleinpaste @ 1997-01-19 14:09 UTC (permalink / raw)


Baba Z Buehler <baba@beckman.uiuc.edu> writes:
> buffer, but no matter what when I try to verify a signature ('C-c / v' or by
> the XEmacs menubar) it always says 'Found no signed message in this buffer.'
> I'm using the Mailcrypt that ships with XEmacs 19.14, should I upgrade it?

Re-byte-compile the mailcrypt *.el files.  The 19.14 distribution
contains *.el that are out of date with respect to gnus*.el, such that
mailcrypt does not have all the proper Gnus macros.  All you need do
is re-compile them and it'll work fine.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-01-19 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-19 10:40 Mailcrypt & gnus-setup.el Baba Z Buehler
1997-01-19 14:09 ` Karl Kleinpaste

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).