From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64216 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: [pgg.el] Flashes of raw message Date: Tue, 02 Jan 2007 08:58:01 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1167695938 5916 80.91.229.12 (1 Jan 2007 23:58:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Jan 2007 23:58:58 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M12739@lists.math.uh.edu Tue Jan 02 00:58:57 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 1H1X3O-0004Iq-Rt for ding-account@gmane.org; Tue, 02 Jan 2007 00:58:55 +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 1H1X2o-0003Bd-9n; Mon, 01 Jan 2007 17:58:18 -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 1H1X2l-0003BE-Gh for ding@lists.math.uh.edu; Mon, 01 Jan 2007 17:58:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1H1X2f-0006JH-M1 for ding@lists.math.uh.edu; Mon, 01 Jan 2007 17:58:15 -0600 Original-Received: from g96069.scn-net.ne.jp ([210.231.96.69] helo=localhost) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1H1X2e-0003Le-00 for ; Tue, 02 Jan 2007 00:58:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1H1X2Y-0001LD-1w; Tue, 02 Jan 2007 08:58:02 +0900 Original-To: Ralf Angeli X-Attribution: DU Mail-Copies-To: poster In-Reply-To: (Ralf Angeli's message of "Mon, 01 Jan 2007 20:59:45 +0100") User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 EasyPG/0.0.9 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i686-pc-linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64216 Archived-At: >>>>> In >>>>> Ralf Angeli wrote: > > with up-to-date CVS Emacs and No Gnus and the settings > > (require 'pgg) > > (setq mm-verify-option 'known) > > in .gnus, the raw message is shown for a split second when an > > encrypted article like > > is opened. Can > > this be remedied somehow? > Unless you saw the thread on emacs-pretest-bug, I might add that the > culprit is the `sit-for' call in `pgg-gpg-wait-for-completion' which > triggers a redisplay. Passing t as the NODISP argument does not > help. (So I'm not sure if there is an Emacs bug as well.) Using > `sleep-for' instead of `sit-for' does help. I think the right fix is to bind inhibit-redisplay in mml2015-pgg-* functions, since pgg-gpg-* functions should not affect the display behavior. If you are using No Gnus, PGG is becoming obsolete by EasyPG, though. Even at the moment, you will see this problem (?) fixed if you install it. Regards, -- Daiki Ueno