From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Occasional hangs in flyspell-mode and ispell-word Date: Fri, 28 Mar 2008 16:06:13 +0100 Message-ID: References: <20080327052040.002826434E0@mt-computer.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206717585 12292 80.91.229.12 (28 Mar 2008 15:19:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2008 15:19:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 28 16:20:16 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 1JfGNL-0001E3-Sn for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2008 16:20:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfGMk-0000Mg-AI for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2008 11:19:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfGMf-0000Lz-Bn for emacs-devel@gnu.org; Fri, 28 Mar 2008 11:19:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfGMd-0000Kp-BD for emacs-devel@gnu.org; Fri, 28 Mar 2008 11:19:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfGMd-0000Kh-3S for emacs-devel@gnu.org; Fri, 28 Mar 2008 11:19:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfGMc-0008Rm-R5 for emacs-devel@gnu.org; Fri, 28 Mar 2008 11:19:30 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JfGMc-0005pB-H6 for emacs-pretest-bug@gnu.org; Fri, 28 Mar 2008 11:19:30 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JfGMZ-0008QY-8Q for emacs-pretest-bug@gnu.org; Fri, 28 Mar 2008 11:19:30 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JfGMY-0008Ps-PP for emacs-pretest-bug@gnu.org; Fri, 28 Mar 2008 11:19:27 -0400 Original-Received: (qmail invoked by alias); 28 Mar 2008 15:19:24 -0000 Original-Received: from 80-123-17-188.adsl.highway.telekom.at (EHLO mt-computer.lan) [80.123.17.188] by mail.gmx.net (mp052) with SMTP; 28 Mar 2008 16:19:24 +0100 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX19VQ0BaiwtVrwfzy3IkdlvLGwzjsngft1zFzLPwB0 IpVN6GeKavn9GO Original-Received: by mt-computer.lan (Postfix, from userid 502) id F08B86B7972; Fri, 28 Mar 2008 16:06:13 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Thu, 27 Mar 2008 17:04:21 -0400") X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:93695 gmane.emacs.pretest.bugs:21739 Archived-At: Stefan Monnier writes: > so the accept-process-output refuses to do its job if it's run with > quit-inhibited, which is the typical cause of problems such as the one Thanks, I've applied this change locally to make sure this isn't the cause here. > When did this problem started? I encountered such hangs with flyspell-mode definitely months ago already, with Emacs.app (which was at that point quite up-to-date, and already based on the Unicode branch plus multi-tty). I'm not certain whether the then current trunk had the same problem, but I vaguely remember similar problems with even earlier versions. I get these hangs about twice or thrice a day when working on a large LaTeX document with flyspell-mode activated. I hope you can reproduce the problem if you enable flyspell-mode for modes that you often use.