From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald.Maier.BW@t-online.de Newsgroups: gmane.emacs.bugs Subject: Re: emacs hangs in ansi-term Date: 20 Apr 2002 17:38:45 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <16ycUS-1UQMBEC@fwd08.sul.t-online.com> <87r8laes7w.fsf@mumon.localnet> Reply-To: Harald Maier NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019317180 16813 127.0.0.1 (20 Apr 2002 15:39:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2002 15:39:40 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ywxf-0004Mx-00 for ; Sat, 20 Apr 2002 17:39:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ywxa-00062u-00; Sat, 20 Apr 2002 11:39:34 -0400 Original-Received: from mailout01.sul.t-online.com ([194.25.134.80]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ywws-00060x-00 for ; Sat, 20 Apr 2002 11:38:51 -0400 Original-Received: from fwd05.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16ywwr-0004go-0C; Sat, 20 Apr 2002 17:38:49 +0200 Original-Received: from HESTIA (320041125923-0001@[217.82.72.126]) by fwd05.sul.t-online.com with esmtp id 16ywwp-0AXuIiC; Sat, 20 Apr 2002 17:38:47 +0200 Original-To: hkuiper@xs4all.nl (Harry Kuiper) In-Reply-To: <87r8laes7w.fsf@mumon.localnet> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-Sender: 320041125923-0001@t-dialin.net Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:833 hkuiper@xs4all.nl (Harry Kuiper) writes: > Harald.Maier.BW@t-online.de writes: > > > > > > $ emacs -q --no-site-file > > M-x ansi-term > > Run program: /bin/bash > > > > Now type in in the buffer *ansi-term* for example 'ls' and then emacs > > seems to be in a endless loop and consumes a lots of memory. Stopping > > with C-g is not possible. > > This problem was solved by Daiki Ueno. His patch will be part of the > next Emacs release. FYI here is the patch: Thanks, the patch works fine. Harald