From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62428 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: default-enable-multibyte-characters in pgg-gpg Date: Wed, 29 Mar 2006 14:51:53 +0900 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart_Wed_Mar_29_14:51:53_2006-1" X-Trace: sea.gmane.org 1143611693 26074 80.91.229.2 (29 Mar 2006 05:54:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Mar 2006 05:54:53 +0000 (UTC) Original-X-From: ding-owner+m10955@lists.math.uh.edu Wed Mar 29 07:54:50 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FOTdl-000061-5w for ding-account@gmane.org; Wed, 29 Mar 2006 07:54:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FOTdg-0005L2-00; Tue, 28 Mar 2006 23:54:40 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FOTb7-0005Kw-00 for ding@lists.math.uh.edu; Tue, 28 Mar 2006 23:52:01 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FOTb5-0004ty-GX for ding@lists.math.uh.edu; Tue, 28 Mar 2006 23:52:01 -0600 Original-Received: from g96069.scn-net.ne.jp ([210.231.96.69] helo=well-done.deisui.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FOTb4-0006G2-00 for ; Wed, 29 Mar 2006 07:51:58 +0200 Original-Received: from [150.82.173.221] (helo=well-done.deisui.org) by well-done.deisui.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1FOTb1-0006dg-Gj for ding@gnus.org; Wed, 29 Mar 2006 14:51:55 +0900 Original-To: ding@gnus.org X-Attribution: DU User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.4 (patch 17) (Jumbo Shrimp) (i686-pc-linux) X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62428 Archived-At: --Multipart_Wed_Mar_29_14:51:53_2006-1 Content-Type: text/plain; charset=US-ASCII 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? --Multipart_Wed_Mar_29_14:51:53_2006-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="pgg-gpg.el.diff" Content-Transfer-Encoding: 7bit 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 --Multipart_Wed_Mar_29_14:51:53_2006-1 Content-Type: text/plain; charset=US-ASCII Regards, -- Daiki Ueno --Multipart_Wed_Mar_29_14:51:53_2006-1--