From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8302 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: Problem could be encode-coding-region Date: Fri, 01 Dec 2006 12:11:17 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r6vn8u48.fsf@mat.ucm.es> <87ejrm8c2j.fsf_-_@mat.ucm.es> <87u00hnsk9.fsf@mat.ucm.es> <87odqoewsr.fsf@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1402308157==" X-Trace: sea.gmane.org 1164944468 24530 80.91.229.2 (1 Dec 2006 03:41:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 03:41:08 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Dec 01 04:41:06 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpzGg-000308-G1 for gegu-info-gnus-english@m.gmane.org; Fri, 01 Dec 2006 04:40:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpzGg-0006Je-09 for gegu-info-gnus-english@m.gmane.org; Thu, 30 Nov 2006 22:40:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 53 Original-X-Trace: individual.net x/aA/HJtn2SYOuC3uzlLmQZ1W4Muz6IXEOXd/54i4Syl5qL0c= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4-b190 (linux) Cancel-Lock: sha1:EcLkyldmaMrFOFaFaokDPiaXpDI= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78487 Original-To: info-gnus-english@gnu.org 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:8302 Archived-At: --===============1402308157== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= >>>>> In <87odqoewsr.fsf@mat.ucm.es> Uwe Brauer wrote: > However and there is a big however when I use > (mml-secure-message-sign-pgpmime) which uses that function > Then the signing seems to be ignored, that is the tag > <#secure method=pgpmime mode=sign> > is inserted as it should, asked for the passwd but then nothing > happens. Hmm, I have no problem in using PGG and XEmacs with no mule no file-coding. Actually I signed this message by it. > Shall I debug (mml-secure-message-sign-pgpmime)? No, you should trace `mml2015-pgg-sign' and `pgg-gpg-sign-region'. If you'd like to edebug (info "(gnus)Troubleshooting"), perform `M-x edebug-defun RET' on those functions, and type `C-c C-m s p' and then `C-u C-c C-m P' in the message buffer. BTW, what do you get by evaluating the following form? --8<---------------cut here---------------start------------->8--- (progn (require 'pgg) (require 'pgg-gpg) (setq pgg-default-user-id "oub") (with-temp-buffer (insert "testing\n") (pgg-gpg-sign-region (point-min) (point-max)) (pop-to-buffer pgg-output-buffer) (unless (get-buffer-window pgg-errors-buffer) (split-window-vertically) (switch-to-buffer pgg-errors-buffer)))) --8<---------------cut here---------------end--------------->8--- (Copy it to the *scratch* buffer and type `C-j' at the end of the last line.) --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (GNU/Linux) iD8DBQFFb51VLGVAwA4tiLkRAvKPAJsFvZqwVlEugwslVr3g1/Xy68+eAgCgi00g c2uorL+mk9hgwZUQy3F0UhQ= =/Rx2 -----END PGP SIGNATURE----- --=-=-=-- --===============1402308157== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english --===============1402308157==--