* 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
> <[EMAIL PROTECTED]> (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



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to