From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: pgg-gpg.el - pgg-gpg-process-region timing problem Date: Tue, 24 Jun 2008 08:30:08 -0400 Message-ID: References: <2cd46e7f0806221037h6d16839bp567eb5b901313375@mail.gmail.com> <87zlpc8t00.fsf@ambire.localdomain> <87r6ao8rty.fsf@ambire.localdomain> <873an4b898.fsf@ambire.localdomain> <2cd46e7f0806231044w6410b825s9611ba713e9ac353@mail.gmail.com> <87mylb2jxt.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214310652 6295 80.91.229.12 (24 Jun 2008 12:30:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2008 12:30:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, ken manheimer , emacs-devel To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 24 14:31:27 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 1KB7g6-00070t-65 for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 14:31:18 +0200 Original-Received: from localhost ([127.0.0.1]:49390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB7fG-00026s-EW for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 08:30:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB7fA-00025i-2r for emacs-devel@gnu.org; Tue, 24 Jun 2008 08:30:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB7f9-000252-Am for emacs-devel@gnu.org; Tue, 24 Jun 2008 08:30:19 -0400 Original-Received: from [199.232.76.173] (port=44537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB7f8-00024i-S0 for emacs-devel@gnu.org; Tue, 24 Jun 2008 08:30:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:25903) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB7ez-00042L-Tk; Tue, 24 Jun 2008 08:30:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq8EAOOFYEhFxIdG/2dsb2JhbACBW7EL X-IronPort-AV: E=Sophos;i="4.27,696,1204520400"; d="scan'208";a="23135198" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 24 Jun 2008 08:30:08 -0400 Original-Received: from pastel.home ([69.196.135.70]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id ESC62508; Tue, 24 Jun 2008 08:30:08 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 36369825A; Tue, 24 Jun 2008 08:30:08 -0400 (EDT) In-Reply-To: <87mylb2jxt.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Tue, 24 Jun 2008 12:42:22 +0200") 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:99843 gmane.emacs.pretest.bugs:22678 Archived-At: > the hang happens at the first > '(accept-process-output process)'. > What happens if you convert > (accept-process-output process) > to > (accept-process-output) > ? If that fixes it, it means either that `process' is not the right process, or that we may have a bug in the C code. So if that fixes the bug, please don't just install such a workaround without trying to find the root cause first. Stefan