From: "Satyaki Das" <satyakid@stanford.edu>
Cc: ding@gnus.org
Subject: Re: Bug in pgg-gpg-process-region
Date: Fri, 28 Feb 2003 10:04:34 -0800 [thread overview]
Message-ID: <32331.1046455474@theforce.Stanford.EDU> (raw)
In-Reply-To: <873cm83fvt.fsf@alhambra.bioz.unibas.ch>
[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]
Frank Küster <frank@kuesterei.ch> writes:
> Satyaki Das <satyaki@chicory.stanford.edu> schrieb:
>
> > I don't think the "$" char is the problem. I tried changing my
> > passphrase to contain a "$" and everything still worked. Do you
> > have non-ASCII characters in your passphrase?
>
> Err, you're right. There is one char that is not on the american
> keyboards standing around in the lab. I couldn't imagine that this one
> could be a problem, it's been on german typewriters since the old ages.
>
> I invented a new Passphrase now, and yes, though it's complicated, it
> works. Still I feel that in the future, more and more people will be
> using the characters they find on _their_ machine in their passphrases,
> so it may be worth thinking about that; gpg itself doesn't have a
> problem with that (at least not with iso-9985-?, may be different with
> Unicode).
I wasn't suggesting that you change your passphrase. Recently I
had submitted a patch to pgg to use call-process-region, instead
of start-process (this gets rid of the blinking). That has had
unintended consequences as you have just found out.
The attached patch might fix this problem. I am not sure if it
does.
> However, there is one more problem. In a test mail with german Umlauts
> in the body, Gnus didn't send the signed mail, instead complained:
I have no ideas about this one.
Satyaki
[-- Attachment #2: Possible fix for PGG --]
[-- Type: text/plain, Size: 582 bytes --]
Index: pgg-gpg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-gpg.el,v
retrieving revision 6.10
diff -u -r6.10 pgg-gpg.el
--- pgg-gpg.el 8 Feb 2003 21:20:53 -0000 6.10
+++ pgg-gpg.el 28 Feb 2003 18:16:42 -0000
@@ -67,6 +67,7 @@
(progn
(set-default-file-modes 448)
(let* ((coding-system-for-write 'binary)
+ (default-enable-multibyte-characters nil)
(input (buffer-substring-no-properties start end)))
(with-temp-buffer
(when passphrase
next prev parent reply other threads:[~2003-02-28 18:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-25 9:11 Problems with signing Mails Frank Küster
2003-02-25 13:27 ` Simon Josefsson
2003-02-25 14:20 ` Bug in pgg-gpg-process-region (was: Problems with signing Mails) Frank Küster
2003-02-27 16:51 ` Bug in pgg-gpg-process-region Frank Küster
2003-02-27 21:44 ` Kai Großjohann
2003-02-28 9:39 ` Frank Küster
2003-02-28 13:04 ` Kai Großjohann
2003-02-27 23:56 ` Satyaki Das
2003-02-28 9:37 ` Frank Küster
2003-02-28 18:04 ` Satyaki Das [this message]
2003-03-03 9:19 ` Frank Küster
2003-03-18 13:18 ` Frank Küster
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=32331.1046455474@theforce.Stanford.EDU \
--to=satyakid@stanford.edu \
--cc=ding@gnus.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).