emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnus,pgg,mml2015.el] Flash of raw encrypted article


From: Ralf Angeli
Subject: Re: [Gnus,pgg,mml2015.el] Flash of raw encrypted article
Date: Mon, 01 Jan 2007 15:09:42 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

* Ralf Angeli (2006-12-31) writes:

> With the setting
> (setq mm-verify-option 'known)
> the raw article will be shown for a split second before the rendered
> one appears when an encrypted article like
> <address@hidden> (from emacs-devel) is to be
> displayed in Gnus (up-to-date No Gnus).
>
> I tried to debug the problem but got stuck in `mml2015-pgg-verify'.

I tracked it further to `pgg-gpg-wait-for-completion' which seems to
trigger a redisplay through its call to `sit-for'.  I tried to pass t
for its NODISP argument, but the redisplay still happened.  I also
checked this by replacing the function body with `(sit-for 1 t)'.  Is
it possible that inhibition of redisplay in `sit-for' does not work?

-- 
Ralf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]