From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: delete-process Date: Sat, 09 Feb 2008 09:58:40 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202543949 19012 80.91.229.12 (9 Feb 2008 07:59:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Feb 2008 07:59:09 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: =?iso-8859-15?Q?Ekkehard_Kr=FCger?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 09 08:59:31 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNkcU-0001LR-7W for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Feb 2008 08:59:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNkc0-0001rW-OA for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Feb 2008 02:59:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNkbv-0001rR-Fc for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2008 02:58:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNkbs-0001rF-Sy for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2008 02:58:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNkbs-0001rC-Me for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2008 02:58:52 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JNkbs-0004fZ-6x for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2008 02:58:52 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNkbr-0008Ba-Cf for bug-gnu-emacs@gnu.org; Sat, 09 Feb 2008 02:58:51 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-218-44.inter.net.il [83.130.218.44]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JCM67805 (AUTH halo1); Sat, 9 Feb 2008 09:56:12 +0200 (IST) In-reply-to: (message from =?iso-8859-15?Q?Ekkehard_Kr=FCger?= on Fri, 08 Feb 2008 17:19:06 +0100) X-detected-kernel: by mx20.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17509 Archived-At: > Date: Fri, 08 Feb 2008 17:19:06 +0100 > From: =?iso-8859-15?Q?Ekkehard_Kr=FCger?= > > I invoke Emacs or, from a command line, emacs -Q. Then I load some > file text.tex and run ispell. Now, when I want to terminate ispell > before it has proved the whole text, I type the letter q. > The system then asks > > Really kill ispell process? (y or n) > > I type 'y' and now emacs hangs. I cannot terminate the program > by C-g, even when I type this repeatedly. I can terminate emacs only > with the Windows task manager. Thank you for a detailed recipe. Unfortunately, like Jason, I cannot reproduce this on my machine: when I type `q' and answer `y' to the above question, Emacs says that Ispell was killed and does not hang. > I have installed Ispell 3.1.20 Where did you get this port of Ispell? Can you please post everything that this Ispell displays when you type "ispell -vv" at the Windows command shell prompt?