From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?Q?Ekkehard_Kr=FCger?= Newsgroups: gmane.emacs.bugs Subject: delete-process Date: Thu, 07 Feb 2008 22:05:04 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1202448212 1924 80.91.229.12 (8 Feb 2008 05:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 05:23:32 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 06:23:54 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 1JNLiM-0004BR-6x for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 06:23:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNLht-0005Nr-FG for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 00:23:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNDw9-0008Dy-L2 for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 16:05:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNDw8-0008Dm-TH for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 16:05:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNDw8-0008Dj-Qt for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 16:05:36 -0500 Original-Received: from mail.mf.mpg.de ([134.105.242.5]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JNDw8-0003qt-Fm for bug-gnu-emacs@gnu.org; Thu, 07 Feb 2008 16:05:36 -0500 Original-Received: from localhost ([127.0.0.1] authenticated user krueger) by mail.mf.mpg.de with esmtpa (Exim) for bug-gnu-emacs@gnu.org id 1JNDvg-0008Fs-8C; Thu, 07 Feb 2008 22:05:08 +0100 User-Agent: Opera Mail/9.25 (Win32) X-Virus-Scanned: by amavisd-new at mail.mf.mpg.de X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Fri, 08 Feb 2008 00:22:57 -0500 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:17500 Archived-At: Hallo, 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. Therefore, emacs crashes whenever this function is called. (For instance, when ispell is terminated by "Q".) Gruss Ekkehard Krüger --