From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64385 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: GPG --status-fd outputs in UTF-8. Date: Thu, 08 Mar 2007 10:26:24 +0900 Message-ID: References: <87ps7k9anj.fsf@lrde.org> <526bd3a0-07d1-4009-976f-bf692643d34d@well-done.deisui.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1173317174 15824 80.91.229.12 (8 Mar 2007 01:26:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 01:26:14 +0000 (UTC) Cc: ding@gnus.org To: michael@cadilhac.name (=?ISO-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: ding-owner+M12909@lists.math.uh.edu Thu Mar 08 02:26:08 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1HP7OS-0002EJ-2b for ding-account@gmane.org; Thu, 08 Mar 2007 02:26:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1HP7OJ-00015O-P1; Wed, 07 Mar 2007 19:25:59 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HP7OI-00014z-Cd for ding@lists.math.uh.edu; Wed, 07 Mar 2007 19:25:58 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HP7OB-0002S6-Cs for ding@lists.math.uh.edu; Wed, 07 Mar 2007 19:25:58 -0600 Original-Received: from 1.88.138.210.bf.2iij.net ([210.138.88.1] helo=desktop) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HP7OA-0001l8-00 for ; Thu, 08 Mar 2007 02:25:50 +0100 Original-Received: from desktop (desktop [127.0.0.1]) by desktop (Postfix) with ESMTP id AC0F31600D1; Thu, 8 Mar 2007 10:26:24 +0900 (JST) X-Attribution: DU In-Reply-To: <526bd3a0-07d1-4009-976f-bf692643d34d@well-done.deisui.org> (Daiki Ueno's message of "Thu, 08 Mar 2007 07:06:31 +0900") User-Agent: T-gnus/6.17.3 (based on No Gnus v0.3) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 XEmacs/21.4.19 (i686-pc-linux) MULE X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64385 Archived-At: >>>>> In <526bd3a0-07d1-4009-976f-bf692643d34d@well-done.deisui.org>=20 >>>>> Daiki Ueno wrote: > >>>>> In <87ps7k9anj.fsf@lrde.org>=20 > >>>>> michael@cadilhac.name (Micha=EBl Cadilhac) wrote: > > (setq process > > (apply #'start-process "pgg-gpg" buffer pgg-gpg-program args))) > > (set-default-file-modes orig-mode)) > > + (set-process-coding-system process 'utf-8) > At least, this change will cause a problem on decryption, if the > plain text is encoded in non-UTF-8 encoding. s/decryption/encryption/ Regards, --=20 Daiki Ueno