From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: delete-process Date: Fri, 08 Feb 2008 09:13:57 +0000 Message-ID: <47AC1D55.3080806@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1202462358 4939 80.91.229.12 (8 Feb 2008 09:19:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 09:19:18 +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 10:19:40 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 1JNPOV-0006j9-NZ for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 10:19:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNPO2-0002mC-Jt for geb-bug-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 04:19:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNPJ8-0008Kl-G1 for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 04:14:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNPJ6-0008IG-3b for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 04:14:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNPJ5-0008Hv-Pt for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 04:14:03 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNPJ5-0005qS-HW for bug-gnu-emacs@gnu.org; Fri, 08 Feb 2008 04:14:03 -0500 Original-X-Trace: 36474891/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAACesq0dTQxds/2dsb2JhbAAIq3w X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Feb 2008 09:14:02 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:17502 Archived-At: Ekkehard Krüger wrote: > 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".) Thank you for the report, but I cannot reproduce this. delete-process is a built in function, so there is no way it cannot be defined, and an undefined function would not lead to a crash. Can you reproduce the problem if you start Emacs from the command-line as "emacs -Q"?