From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: Re: delete-process Date: Fri, 08 Feb 2008 10:59:23 +0100 Message-ID: <47AC27FB.9040306@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202464854 13051 80.91.229.12 (8 Feb 2008 10:00:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 10:00:54 +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 Fri Feb 08 11:01:12 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 1JNQ2h-0003hB-K2 for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 11:01:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNQ2E-0004cA-PZ for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 05:00:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNQ25-0004YB-PD for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 05:00:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNQ20-0004RO-RC for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 05:00:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNQ20-0004RA-Hi for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 05:00:28 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JNQ1z-0001Ax-TB for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 05:00:28 -0500 Original-Received: (qmail invoked by alias); 08 Feb 2008 10:00:25 -0000 Original-Received: from N932P008.adsl.highway.telekom.at (EHLO [62.47.60.104]) [62.47.60.104] by mail.gmx.net (mp057) with SMTP; 08 Feb 2008 11:00:25 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18b8U5aLHQb5e5XmNJMJztV5cc4vCEcX4N3gMpU6+ 8pWuTzGeu3uXuO User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:17503 Archived-At: > I have upgraded my emacs to Emacs 22.1.1 (i386-mingw-nt5.1.2600) > of 2007-06-02 on RELEASE. > > I believe that the function "delete-process" now is undefined. What does C-h f RET delete-process RET give on your system? > Therefore, emacs crashes whenever this function is called. How does "emacs crash"? Please be more specific here. > (For instance, when ispell is terminated by "Q".) Do you mean when you type `q' to "quit spelling session (Kills ispell process)"?