From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: gnus makes emacs lose response Date: Tue, 19 Sep 2006 11:02:15 -0400 Message-ID: <87u033zyq0.fsf@stupidchicken.com> References: <87u035b5ly.fsf@stupidchicken.com> <87psdtb503.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158678186 2935 80.91.229.2 (19 Sep 2006 15:03:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Sep 2006 15:03:06 +0000 (UTC) Cc: "Kim F. Storm" , Leon , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 19 17:03:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPh5c-0008BB-7X for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 17:00:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPh5b-00053B-QV for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 11:00:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPh55-0004ja-AW for emacs-devel@gnu.org; Tue, 19 Sep 2006 11:00:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPh53-0004iV-KB for emacs-devel@gnu.org; Tue, 19 Sep 2006 11:00:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPh53-0004iM-Cg for emacs-devel@gnu.org; Tue, 19 Sep 2006 11:00:13 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPh88-0002Cl-DL for emacs-devel@gnu.org; Tue, 19 Sep 2006 11:03:24 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 3035D4E3E9; Tue, 19 Sep 2006 11:02:15 -0400 (EDT) Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Tue\, 19 Sep 2006 06\:45\:53 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60010 Archived-At: Stefan Monnier writes: > Oh I see, it's because I haven't updated the code in response to the > following change: > > 2004-08-19 Kim F. Storm > > * process.c (wait_reading_process_input): Clean up. > Add wait_for_cell, wait_proc, and just_wait_proc args > to avoid overloading `read_kbd' and `do_display' args. > Change read_kbd arg to int. All callers changed. > > So I should probably check wait_proc instead. Could you post a new patch for Leon to try?