From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: pgg-gpg.el - pgg-gpg-process-region timing problem Date: Tue, 24 Jun 2008 12:42:22 +0200 Message-ID: <87mylb2jxt.fsf@ambire.localdomain> References: <2cd46e7f0806221037h6d16839bp567eb5b901313375@mail.gmail.com> <87zlpc8t00.fsf@ambire.localdomain> <87r6ao8rty.fsf@ambire.localdomain> <873an4b898.fsf@ambire.localdomain> <2cd46e7f0806231044w6410b825s9611ba713e9ac353@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 1214304708 18233 80.91.229.12 (24 Jun 2008 10:51:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 10:51:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel To: "ken manheimer" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 12:52:32 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 1KB68K-0006rg-Se for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 12:52:21 +0200 Original-Received: from localhost ([127.0.0.1]:56281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB67V-00062W-Ej for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 06:51:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB61m-0007If-An for emacs-devel@gnu.org; Tue, 24 Jun 2008 06:45:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB61k-0007Gt-2t for emacs-devel@gnu.org; Tue, 24 Jun 2008 06:45:33 -0400 Original-Received: from [199.232.76.173] (port=53242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB61h-0007GH-SW for emacs-devel@gnu.org; Tue, 24 Jun 2008 06:45:31 -0400 Original-Received: from [151.61.140.98] (port=34778 helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KB61b-0005AQ-4L; Tue, 24 Jun 2008 06:45:24 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1KB5yg-0001WV-Nk; Tue, 24 Jun 2008 12:42:22 +0200 In-Reply-To: <2cd46e7f0806231044w6410b825s9611ba713e9ac353@mail.gmail.com> (ken manheimer's message of "Mon, 23 Jun 2008 13:44:52 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99840 gmane.emacs.pretest.bugs:22676 Archived-At: () "ken manheimer" () Mon, 23 Jun 2008 13:44:52 -0400 the hang happens at the first '(accept-process-output process)'. What happens if you convert (accept-process-output process) to (accept-process-output) ? thi