From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25032 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: p0.95 & p0.96 find no PGP-encrypted content Date: 08 Sep 1999 16:06:13 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162493 11948 80.91.224.250 (21 Oct 2002 01:08:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:08:13 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA22009 for ; Wed, 8 Sep 1999 16:08:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB10345; Wed, 8 Sep 1999 15:08:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Sep 1999 15:09:18 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA22018 for ; Wed, 8 Sep 1999 15:08:58 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA21916 for ; Wed, 8 Sep 1999 16:06:41 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id QAA20766; Wed, 8 Sep 1999 16:06:13 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 23 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25032 I've just discovered that 0.95 and 0.96 are unable to decrypt any of my mail containing PGP-encrypted messages. I have mailcrypt 3.5.4 and PGP 5.0i (from replay.com's pgp-5.0i-7.i386.rpm). However, considering that there is no *MailCrypt* buffer ever created, and that the minibuf complaint is "Found no encrypted message in this buffer," I tend to think that 0.9x has done Something Bad. Anyone see similar misbehavior, or have another explanation for what I see? Well, hang on a minute... I just tried edebug-defun through mc-decrypt-message, which in turn led me to edebug-defun on mc-message-delimiter-positions. This is most odd: The failure is in not finding the PGP bound delimiter strings via re-search-forward. When I execute re-search-forward on my own with the exact same arguments, it comes up with the correct buffer position, but when run as part of the mailcrypt functions, it returns nil. I don't get it. Is this an XEmacs 21.2 beta bug of some weird sort? --karl