From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [mituharu@math.s.chiba-u.ac.jp: Re: emacs-22.1 with GTK dumps core when Gnome wigets clicked] Date: Mon, 25 Jun 2007 12:33:05 -0400 Message-ID: References: <467A4F49.9040906@swipnet.se> <0B83D28B-95EF-4022-B447-63EA6BB3792E@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182789760 32725 80.91.229.12 (25 Jun 2007 16:42:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 16:42:40 +0000 (UTC) Cc: raeburn@raeburn.org, YAMAMOTO Mitsuharu , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 18:42:39 2007 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 1I2reA-0008HH-6O for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 18:42:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2re9-0000vC-On for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 12:42:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2re2-0000sz-JB for emacs-devel@gnu.org; Mon, 25 Jun 2007 12:42:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2re0-0000sH-VS for emacs-devel@gnu.org; Mon, 25 Jun 2007 12:42:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2re0-0000s6-IW for emacs-devel@gnu.org; Mon, 25 Jun 2007 12:42:28 -0400 Original-Received: from tomts43.bellnexxia.net ([209.226.175.110] helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2rdz-0002p4-G3; Mon, 25 Jun 2007 12:42:27 -0400 Original-Received: from ceviche.home ([74.12.206.238]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070625164226.MVTP5730.tomts43-srv.bellnexxia.net@ceviche.home>; Mon, 25 Jun 2007 12:42:26 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2A301B4B9B; Mon, 25 Jun 2007 12:33:05 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Mon\, 25 Jun 2007 11\:46\:07 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:73837 Archived-At: > There is a serious problem with SYNC_INPUT, which is the reason it has > not been made the default. The problem is that it makes Emacs unable > to update the display except when it can read input. You are still somewhat unclear about how SYNC_INPUT works. It can update the display just fine even when Emacs can't read input. The only times when it can't update the display is when it's stuck in an endless loop with no QUIT or UNBLOCK_INPUT in sight. Stefan