From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: UNBLOCK_INPUT again... Date: Fri, 4 Mar 2005 23:11:10 +0100 Message-ID: <882ca31c65b5188fcfe9b9fd6016f1d3@swipnet.se> References: <4228A59A.6010007@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109976070 18119 80.91.229.2 (4 Mar 2005 22:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2005 22:41:10 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 04 23:41:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7LQ7-0004QA-E0 for ged-emacs-devel@m.gmane.org; Fri, 04 Mar 2005 23:37:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7LjM-0007ae-Hr for ged-emacs-devel@m.gmane.org; Fri, 04 Mar 2005 17:57:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D7LgL-0005mX-Tf for emacs-devel@gnu.org; Fri, 04 Mar 2005 17:54:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D7LgJ-0005le-1n for emacs-devel@gnu.org; Fri, 04 Mar 2005 17:54:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D7LeQ-00056D-3k for emacs-devel@gnu.org; Fri, 04 Mar 2005 17:52:06 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D7L1S-00026D-Rz; Fri, 04 Mar 2005 17:11:51 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20050304221148.MKEX429.mxfep01.bredband.com@coolsville.localdomain>; Fri, 4 Mar 2005 23:11:48 +0100 In-Reply-To: Original-To: David Kastrup X-Mailer: Apple Mail (2.619.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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34189 >>>> I think we should try to get SYNC_INPUT to work. >>> >>> Works for me. >>> >> >> For me too. But it is probably too untested to turn on by default for >> this release? > > I think it would be madness to turn it on just because I have some > problems understanding the code and all its implications. At least if > we have no problems reported with the current code currently. There are problems from time to time that would never have happened in the SYNC_INPUT case. Also, it would be easier to change so that a separate thread does what the signal handler does now. Jan D.