From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: SYNC_INPUT and 23.1. Date: Tue, 11 Mar 2008 09:50:31 +0000 Message-ID: <47D655E7.6070108@gnu.org> References: <47CE52B1.3050600@swipnet.se> <47D63FEE.1040807@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1205229052 11433 80.91.229.12 (11 Mar 2008 09:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 09:50:52 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 10:51:17 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 1JZ18d-0002jb-Gu for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 10:51:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ185-0001Vq-4z for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 05:50:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ180-0001Vl-CU for emacs-devel@gnu.org; Tue, 11 Mar 2008 05:50:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ17y-0001VE-9U for emacs-devel@gnu.org; Tue, 11 Mar 2008 05:50:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ17y-0001VB-2c for emacs-devel@gnu.org; Tue, 11 Mar 2008 05:50:34 -0400 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ17x-0004UX-Mb for emacs-devel@gnu.org; Tue, 11 Mar 2008 05:50:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0BAGry1UdTQxds/2dsb2JhbAAIqyI X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [192.168.249.28]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Mar 2008 09:50:32 +0000 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: <47D63FEE.1040807@swipnet.se> 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:92141 Archived-At: Jan Djärv 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 > pass --disable-sync-input to configure if there is problems. But I > guess we soon will start take advantage of sync input so the disabled > case will become obsolete. When we feel confident that sync input > works, I'll remove the non-sync-input code. Is this just an X thing, or does it affect common code as well? Are there changes we should be making on other platforms to support SYNC_INPUT?