From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63012 Path: news.gmane.org!not-for-mail From: Max Froumentin Newsgroups: gmane.emacs.gnus.general Subject: Re: slow PGP in No Gnus v0.4 Date: Mon, 24 Apr 2006 17:51:31 +0100 Organization: none Message-ID: <87d5f6kjcc.fsf@w3.org> References: <871wvtbzwn.fsf@lapin-bleu.net> <87wtdft96c.fsf@lapin-bleu.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145897858 11704 80.91.229.2 (24 Apr 2006 16:57:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 16:57:38 +0000 (UTC) Original-X-From: ding-owner+m11539@lists.math.uh.edu Mon Apr 24 18:57:37 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FY4NG-0006nZ-MB for ding-account@gmane.org; Mon, 24 Apr 2006 18:57:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FY4N0-0004RG-00; Mon, 24 Apr 2006 11:57:06 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FY4IK-0004R8-00 for ding@lists.math.uh.edu; Mon, 24 Apr 2006 11:52:16 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FY4IH-0001sr-1e for ding@lists.math.uh.edu; Mon, 24 Apr 2006 11:52:15 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FY4ID-0006ip-00 for ; Mon, 24 Apr 2006 18:52:09 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FY4I1-0005nX-Re for ding@gnus.org; Mon, 24 Apr 2006 18:51:57 +0200 Original-Received: from dhcp-02.ilrt.bris.ac.uk ([137.222.34.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Apr 2006 18:51:57 +0200 Original-Received: from max by dhcp-02.ilrt.bris.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Apr 2006 18:51:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-02.ilrt.bris.ac.uk User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:W5qpiEGxRPsCxrljHdurmlHTP1s= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63012 Archived-At: Max Froumentin writes: >>> I've been signing my emails using inline PGP, and since updating to No >>> Gnus 0.4, and further CVS updates, it's happened that some outgoing >>> emails had had their bodies removed before sending. Even the saved >>> GCC was empty. Very annoying... >> That's very odd. Has anybody else seen this? > I'm about to start looking into this more closely (which doesn't seem > easy given the apparent randomness of the bug's occurences), but since > my message I read on this group that there'd been some reshuffling of > the GPG code, so maybe it's not worth me exploring the current code. A little bit of profiling revealed that it's the signature verification that slows things down (when gnus calls gpg and waits in pgg-gpg-wait-for-completion, specifically). What's funny is that I always had (setq mm-verify-option 'always) in my .emacs and I'd never noticed any slowdown before. But now I can just turn it off. In fact, unless I've missed something, the current behaviour defeats the purpose of (setq mm-verify-option 'always), since it doesn't show the result of the verification. Only if you verify again with gnus-summary-force-verify-and-decrypt can you see the [[PGPpart:... ]] button. Max.