From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Eglen Newsgroups: gmane.emacs.bugs Subject: ansi-term under bash Date: Thu, 18 Apr 2002 19:13:49 -0500 (CDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200204190013.g3J0Dnb01679@pcg.wustl.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019175305 28204 127.0.0.1 (19 Apr 2002 00:15:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 00:15:05 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16yM3N-0007Km-00 for ; Fri, 19 Apr 2002 02:15:05 +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 16yM3X-0001Ne-00; Thu, 18 Apr 2002 20:15:15 -0400 Original-Received: from pcg.wustl.edu ([128.252.248.1]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yM1k-0001Gl-00 for ; Thu, 18 Apr 2002 20:13:24 -0400 Original-Received: from mosaics.wustl.edu (mosaics.wustl.edu [128.252.204.36]) by pcg.wustl.edu (8.11.2/8.11.2) with ESMTP id g3J0Dnb01679 for ; Thu, 18 Apr 2002 19:13:49 -0500 (CDT) Original-To: bug-gnu-emacs@gnu.org 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:782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:782 Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-20 on mosaics.wustl.edu configured using `configure --prefix=/usr/local' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US locale-coding-system: iso-latin-1 default-enable-multibyte-characters: nil Hi, I recently saw a posting on gnu.emacs.help saying that ansi-term crashed. I can reproduce this, so I thought I'd send the bug report in case others hadn't. emacs -q --no-site-file M-x ansi-term (By default it prompts me for shell as /bin/tcsh; instead I choose /bin/bash) When the shell appears, if I do "ls", the first three lines of the listing of my home directory appear, but then emacs goes into 100% CPU, and is unresponsive to Ctrl-g, or closing the window with the window manager. Stephen