Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Problem could be encode-coding-region
Date: Fri, 01 Dec 2006 12:11:17 +0900	[thread overview]
Message-ID: <b4mbqmowbsa.fsf@jpl.org> (raw)
In-Reply-To: <87odqoewsr.fsf@mat.ucm.es>


[-- Attachment #1.1: Type: text/plain, Size: 1361 bytes --]

>>>>> 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.)

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2006-12-01  3:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-28 15:32 mml problem for gnupgp Uwe Brauer
2006-11-29  5:53 ` Katsumi Yamaoka
2006-11-29 11:07   ` Uwe Brauer
2006-11-29 16:14   ` Problem could be encode-coding-region (was: mml problem for gnupgp) Uwe Brauer
2006-11-29 23:12     ` Problem could be encode-coding-region Katsumi Yamaoka
2006-11-30 10:21       ` Uwe Brauer
2006-11-30 11:11         ` Katsumi Yamaoka
2006-11-30 16:14           ` Uwe Brauer
2006-12-01  3:11             ` Katsumi Yamaoka [this message]
2006-12-01  6:01               ` Katsumi Yamaoka
2006-12-01  9:48               ` Rud1ger Sch1erz
2006-12-01 10:27                 ` Katsumi Yamaoka
2006-12-01 12:26               ` Uwe Brauer
2006-12-01 15:25               ` Uwe Brauer
2006-11-29 16:40   ` vm-pgg works (was: mml problem for gnupgp) Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mbqmowbsa.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).