Gnus development mailing list
 help / color / mirror / Atom feed
* default-enable-multibyte-characters in pgg-gpg
@ 2006-03-29  5:51 Daiki Ueno
  2006-03-29 11:24 ` Reiner Steib
  0 siblings, 1 reply; 8+ messages in thread
From: Daiki Ueno @ 2006-03-29  5:51 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

Hello,

Setting default-enable-multibyte-characters in pgg-gpg-start-process
makes GnuPG messages unreadable under multibyte locales.

I found the article which introduced this change:
http://article.gmane.org/gmane.emacs.gnus.general/50457
I think this case is rare, and doubt that this really fixed the problem.
Could anyone who can use a German keyboard check the attached patch?


[-- Attachment #2: pgg-gpg.el.diff --]
[-- Type: application/octet-stream, Size: 548 bytes --]

Index: lisp/pgg-gpg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-gpg.el,v
retrieving revision 7.16
diff -u -r7.16 pgg-gpg.el
--- lisp/pgg-gpg.el	27 Mar 2006 09:34:18 -0000	7.16
+++ lisp/pgg-gpg.el	29 Mar 2006 05:51:07 -0000
@@ -82,7 +82,6 @@
 	 (coding-system-for-write 'binary)
 	 (process-connection-type nil)
 	 (orig-mode (default-file-modes))
-	 default-enable-multibyte-characters
 	 (buffer (generate-new-buffer " *pgg-gpg*"))
 	 process)
     (with-current-buffer buffer

[-- Attachment #3: Type: text/plain, Size: 25 bytes --]


Regards,
-- 
Daiki Ueno

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-30  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-29  5:51 default-enable-multibyte-characters in pgg-gpg Daiki Ueno
2006-03-29 11:24 ` Reiner Steib
2006-03-29 11:59   ` Daiki Ueno
2006-03-29 13:31     ` Reiner Steib
2006-03-29 15:16       ` Simon Josefsson
2006-03-29 19:59         ` PGG: byte length problem in pass-phrase (was: default-enable-multibyte-characters in pgg-gpg) Reiner Steib
2006-03-30  0:41           ` PGG: byte length problem in pass-phrase Daiki Ueno
2006-03-30  8:59           ` Simon Josefsson

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