From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62477 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.gnus.general Subject: Re: "[GNUPG:] TRUST_UNDEFINED" not indicated Date: Mon, 03 Apr 2006 10:48:07 +0200 Organization: orebokech dot com Message-ID: <873bgvcaew.fsf@pacem.orebokech.com> References: <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com> <877j6mg2af.fsf@latte.josefsson.org> <87lkv1whmh.fsf@latte.josefsson.org> <897751e5-a148-4109-8da6-6f69cce0dec0@well-done.deisui.org> <87d5gd2ts1.fsf@latte.josefsson.org> <87wteiypvv.fsf@latte.josefsson.org> <87irq1evdk.fsf@catnip.gol.com> <0443f268-1caf-4aef-9a06-daa4a59b0682@well-done.deisui.org> <87slp587cw.fsf@latte.josefsson.org> <87odzs8c0a.fsf@latte.josefsson.org> <87lkurytqu.fsf@pacem.orebokech.com> <874q1dr7fi.fsf@latte.josefsson.org> <874q1d645k.fsf@pacem.orebokech.com> <5772fa8a-0f53-4232-9522-a97835b413e7@well-done.deisui.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144054131 20251 80.91.229.2 (3 Apr 2006 08:48:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Apr 2006 08:48:51 +0000 (UTC) Cc: Reiner Steib , Simon Josefsson , Original-X-From: ding-owner+m11003@lists.math.uh.edu Mon Apr 03 10:48:48 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 1FQKjj-00044M-56 for ding-account@gmane.org; Mon, 03 Apr 2006 10:48:35 +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 1FQKje-0007cT-00; Mon, 03 Apr 2006 03:48:30 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FQKjG-0007cO-00 for ding@lists.math.uh.edu; Mon, 03 Apr 2006 03:48:06 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FQKjE-0000E3-R1 for ding@lists.math.uh.edu; Mon, 03 Apr 2006 03:48:06 -0500 Original-Received: from yeast.orebokech.com ([82.67.41.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FQKjE-0003zT-00 for ; Mon, 03 Apr 2006 10:48:04 +0200 Original-Received: from pacem.orebokech.com (pacem.orebokech.com [192.168.1.3]) by yeast.orebokech.com (Postfix) with ESMTP id 0CECF12EB8; Mon, 3 Apr 2006 10:48:03 +0200 (CEST) Original-Received: by pacem.orebokech.com (Postfix, from userid 1000) id 61AC4523E2; Mon, 3 Apr 2006 10:48:07 +0200 (CEST) Original-To: Daiki Ueno X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Daiki Ueno's message of "Mon, 03 Apr 2006 17:32:22 +0900") X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62477 Archived-At: Daiki Ueno writes: > diff -u -r7.17 pgg-gpg.el > --- pgg-gpg.el 29 Mar 2006 07:51:17 -0000 7.17 > +++ pgg-gpg.el 3 Apr 2006 08:24:53 -0000 > @@ -144,7 +144,7 @@ > (when (buffer-live-p (process-buffer process)) > (insert-buffer-substring (process-buffer process)) > (goto-char (point-min)) > - (delete-matching-lines "^\\[GNUPG:] ") > + ;(delete-matching-lines "^\\[GNUPG:] ") > (goto-char (point-min)) > (while (re-search-forward "^gpg: " nil t) > (replace-match ""))) Indeed, this fixes the problem I reported about trust information missing from the signature button. However, there are still issues with the asynchronous interface; for example if one moves with N and P through a group where all articles are signed faster than GnuPG can check the signatures, sometimes this error is signalled: | error in process filter: sit-for: Selecting deleted buffer | error in process filter: Selecting deleted buffer -- Romain Francoise | The sea! the sea! the open it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the | ever free! --Bryan W. Procter