From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: *shell* sometimes eats first char of command Date: Thu, 17 Apr 2003 07:50:01 +0800 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87of36vw7q.fsf@jidanni.org> Reply-To: Dan Jacobson NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050546756 6608 80.91.224.249 (17 Apr 2003 02:32:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2003 02:32:36 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 04:32:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195zCS-0001i9-00 for ; Thu, 17 Apr 2003 04:32:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195zCo-00051H-02 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 16 Apr 2003 22:32:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 195zCb-0004un-00 for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2003 22:32:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 195zCa-0004uW-00 for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2003 22:32:40 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195zCZ-0004uM-00 for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2003 22:32:39 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 195zBp-0001fP-00 for ; Thu, 17 Apr 2003 04:31:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 195zBn-0001fF-00 for ; Thu, 17 Apr 2003 04:31:51 +0200 Original-Lines: 15 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4823 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4823 Sometimes in *shell*, apparently emacs loses track of where the prompt ends and command begins. t r u e C-c C-p C-c C-c bash: rue: command not found that was with PS1='$ '. Here is some other scenes from real life. I didn't keep track of my previous strokes though: 07:26 ~$ shar /tmp/f|mail -s bug bugs@gnus.org 07:29 1 ~$ bash: har: command not found Null message body; hope that's ok Yes, if I just typed the commands in without using any C-c stuff, it probably wouldn't have occurred.