From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: pgg-gpg.el - pgg-gpg-process-region timing problem Date: Thu, 26 Jun 2008 12:32:05 -0400 Message-ID: <87fxr040oq.fsf@stupidchicken.com> References: <2cd46e7f0806221037h6d16839bp567eb5b901313375@mail.gmail.com> <2cd46e7f0806260916y39870423ge4bda26f97d6d504@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214498242 3448 80.91.229.12 (26 Jun 2008 16:37:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2008 16:37:22 +0000 (UTC) Cc: Sascha Wilde , emacs-pretest-bug@gnu.org, Daiki Ueno , Thien-Thi Nguyen , emacs-devel , Stefan Monnier To: "ken manheimer" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 26 18:38:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KBuTu-0002lf-Kp for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2008 18:37:59 +0200 Original-Received: from localhost ([127.0.0.1]:51982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBuT3-0007Fu-ST for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2008 12:37:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBuSz-0007Ff-G9 for emacs-devel@gnu.org; Thu, 26 Jun 2008 12:37:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBuSx-0007FB-19 for emacs-devel@gnu.org; Thu, 26 Jun 2008 12:37:00 -0400 Original-Received: from [199.232.76.173] (port=51167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBuSw-0007F8-Px for emacs-devel@gnu.org; Thu, 26 Jun 2008 12:36:58 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:33918) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBuSt-0002aH-A8; Thu, 26 Jun 2008 12:36:55 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 6E7404E474; Thu, 26 Jun 2008 12:32:05 -0400 (EDT) In-Reply-To: <2cd46e7f0806260916y39870423ge4bda26f97d6d504@mail.gmail.com> (ken manheimer's message of "Thu, 26 Jun 2008 12:16:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99969 gmane.emacs.pretest.bugs:22685 Archived-At: > i am not sure how to proceed with this problem. as demonstrated by > the pggprob.el script, i consistently get encryption and decryption > problems without the contrived delay in my pgg-gpg-process-region > patch. (the problem does not happen if i just do a regular > pgg-decrypt - i think the crucial thing is that a symmetric passphrase > is being passed into pgg-gpg-process-region.) Here's one suggestion, though I don't know how useful it is: if it's possible to run the same or similar version of pgg in Emacs 22, you could and see if it appears there. If not, we could narrow the problem down to a change in Emacs' process code during Emacs 23 (though OTOH I don't know of any that could lead to this).