From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25375 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: p0.95 & p0.96 find no PGP-encrypted content Date: 25 Sep 1999 22:33:57 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162770 13625 80.91.224.250 (21 Oct 2002 01:12:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:50 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id WAA17585 for ; Sat, 25 Sep 1999 22:36:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAB19962; Sat, 25 Sep 1999 21:36:17 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Sep 1999 21:36:39 -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 VAA26631 for ; Sat, 25 Sep 1999 21:36:27 -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 WAA17566 for ; Sat, 25 Sep 1999 22:34:26 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id WAA12876; Sat, 25 Sep 1999 22:33:57 -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 In-Reply-To: Lars Magne Ingebrigtsen's message of "25 Sep 1999 10:39:02 +0200" Original-Lines: 16 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25375 Karl Kleinpaste writes: >> 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 Lars Magne Ingebrigtsen writes: > Could it be some `case-fold-search' buggage? I'm not closely familiar > with Mailcrypt, so I'm just guessing? This also came up on xemacs-beta. It's a weird one, I've found: I can stop the bug merely by manually defun'ing mc-gnus-decrypt-message (from mc-toplevel.el); after doing so, the error stops occurring. I have wondered if there is a byte-compiler error here, but no interest in this question was found when I raised it there.