From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: SYNC_INPUT and 23.1. Date: Tue, 11 Mar 2008 11:36:46 +0100 Message-ID: <47D660BE.9040201@swipnet.se> References: <47CE52B1.3050600@swipnet.se> <47D63FEE.1040807@swipnet.se> <47D655E7.6070108@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1205231937 21895 80.91.229.12 (11 Mar 2008 10:38:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 10:38:57 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 11:39:25 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 1JZ1t8-00028K-3H for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 11:39:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ1sZ-00060T-N7 for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 06:38:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ1rK-0005DP-A4 for emacs-devel@gnu.org; Tue, 11 Mar 2008 06:37:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ1rI-0005C9-FB for emacs-devel@gnu.org; Tue, 11 Mar 2008 06:37:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ1rI-0005C0-8S for emacs-devel@gnu.org; Tue, 11 Mar 2008 06:37:24 -0400 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ1rE-0007eT-0r; Tue, 11 Mar 2008 06:37:20 -0400 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id E031A38AEE; Tue, 11 Mar 2008 11:37:18 +0100 (CET) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id C994837F7D; Tue, 11 Mar 2008 11:37:18 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 4F69B37E4A; Tue, 11 Mar 2008 11:37:18 +0100 (CET) User-Agent: Thunderbird 2.0.0.12 (X11/20080213) In-Reply-To: <47D655E7.6070108@gnu.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:92145 Archived-At: Jason Rumney skrev: > Jan Dj=E4rv wrote: >> >> >> Stefan Monnier skrev: >>>> Are there any plans to make SYNC_INPUT the default for 23.1? >>> >>> That's a good idea. Any objection? >>> >> >> Sinc there has been no objections, I enabled this by default. You can= =20 >> pass --disable-sync-input to configure if there is problems. But I=20 >> guess we soon will start take advantage of sync input so the disabled=20 >> case will become obsolete. When we feel confident that sync input=20 >> works, I'll remove the non-sync-input code. >=20 > Is this just an X thing, or does it affect common code as well? Are=20 > there changes we should be making on other platforms to support SYNC_IN= PUT? >=20 I think Stefan can answer that best, AFAIK, he did the implementation. I assumed it was an X thing. Does other platforms use signals for the GU= I loop? Jan D.