From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8887 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.user Subject: Re: pgg-epg.el and pgg Date: Tue, 17 Apr 2007 04:50:39 +0900 Message-ID: References: <87fy76otxj.fsf@giorgian.widge.org> <4eeb279c-a457-4567-95fc-bc78ee40ae03@well-done.deisui.org> <87647wv711.fsf_-_@giorgian.widge.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1176753057 18204 80.91.229.12 (16 Apr 2007 19:50:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2007 19:50:57 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Pietro Giorgianni Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Apr 16 21:50:50 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HdXDu-0001uM-9l for gegu-info-gnus-english@m.gmane.org; Mon, 16 Apr 2007 21:50:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdXIX-0008Tj-US for gegu-info-gnus-english@m.gmane.org; Mon, 16 Apr 2007 15:55:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdXIV-0008TD-K8 for info-gnus-english@gnu.org; Mon, 16 Apr 2007 15:55:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdXIU-0008Sc-OT for info-gnus-english@gnu.org; Mon, 16 Apr 2007 15:55:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdXIU-0008ST-Es for info-gnus-english@gnu.org; Mon, 16 Apr 2007 15:55:34 -0400 Original-Received: from 221x255x76x220.ap221.ftth.ucom.ne.jp ([221.255.76.220] helo=localhost) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HdXDp-0007BR-Ub for info-gnus-english@gnu.org; Mon, 16 Apr 2007 15:50:46 -0400 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org ident=ueno) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1HdXDj-0001QG-4N; Tue, 17 Apr 2007 04:50:39 +0900 X-Attribution: DU Mail-Copies-To: poster In-Reply-To: <87647wv711.fsf_-_@giorgian.widge.org> (Pietro Giorgianni's message of "Mon, 16 Apr 2007 14:27:22 +0200") X-detected-kernel: Linux 2.6 (newer, 1) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8887 Archived-At: >>>>> In <87647wv711.fsf_-_@giorgian.widge.org> >>>>> Pietro Giorgianni wrote: > my .gnus now contains: > (require 'pgg) > (require 'pgg-epg) > (setq pgg-scheme 'epg) > so i'm able to sign messages; but, i've also: > (setq gnus-treat-x-pgp-sig t > mm-verify-option 'always > mm-decrypt-option 'always) > this doesn't work: i cannot even see if a message is signed or not. if i > enter W p nothing happens. > what can i do? Try removing (require 'pgg-epg) from your ~/.gnus setting. Or, enclose mml2015-gpg-extract-signature-details function definition in pgg-epg.el with eval-after-load "mml2015". Regards, -- Daiki Ueno