From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65732 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.emacs.gnus.general Subject: epg problem? Date: Mon, 19 Nov 2007 11:24:08 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1195489584 27277 80.91.229.12 (19 Nov 2007 16:26:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 16:26:24 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14228@lists.math.uh.edu Mon Nov 19 17:26:31 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iu9S6-0001pM-LI for ding-account@gmane.org; Mon, 19 Nov 2007 17:26:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Iu9Q1-00038b-Ki; Mon, 19 Nov 2007 10:24:17 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Iu9Q0-00038G-7z for ding@lists.math.uh.edu; Mon, 19 Nov 2007 10:24:16 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Iu9Pu-00023z-DI for ding@lists.math.uh.edu; Mon, 19 Nov 2007 10:24:16 -0600 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Iu9Pq-0002hL-00 for ; Mon, 19 Nov 2007 17:24:06 +0100 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id 700A716E1D; Mon, 19 Nov 2007 11:24:08 -0500 (EST) X-Hashcash: 1:20:071119:ding@gnus.org::H6Q/T8vsymnnoHhA:00004Nx7 User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (berkeley-unix) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65732 Archived-At: I have been using gnus and epg for a while, and things have generally worked well. I just tried to send a message with the following from machine with up-to-date gnus cvs and epg cvs and emacs 22.1.1 (plus NetBSD/4 on i386). Bogusly quoted to avoid interpretation by this gnus: <♯secure method=3Dpgpmime mode=3Dsign> When trying to send, I was prompted for passphrase (no agent running) and then it failed with: byte-code: Wrong number of arguments: #[(context operation) "=A2=C2=3D=84= =0E=00=C4=C5D\"=88A=C6 I=87" [context operation epg-context signal wrong-= type-argument epg-context-p 14] 4 ("/usr/pkg/share/emacs/site-lisp/epg/epg.= elc" . 13659)], 1 After nuking the .elc files and restarting emacs and trying again with <♯secure method=3Dpgpmime mode=3Dsign> I get the more friendly: byte-code: Wrong number of arguments: (lambda (context operation) "Set the = name of the current cryptographic operation." (unless (eq (car-safe context= ) (quote epg-context)) (signal (quote wrong-type-argument) (list (quote epg= -context-p) context))) (aset (cdr context) 14 operation)), 1 Has anyone else seen this?