From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#114: Shell-mode: File completion breaks editing previous commands Date: Mon, 03 Oct 2011 17:12:38 -0400 Message-ID: References: <87tzig9es5.fsf@stupidchicken.com> <18424.40053.181304.491320@lusitania.rswheeldon.com> <878wzq2qtv.fsf@stupidchicken.com> <18428.43150.358991.358580@rgrjr.rgrjr.dyndns.org> <20096.38009.370949.709474@maryrose.rswheeldon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1317676433 1928 80.91.229.12 (3 Oct 2011 21:13:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2011 21:13:53 +0000 (UTC) To: 114@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 03 23:13:49 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAppc-0003rm-I1 for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Oct 2011 23:13:49 +0200 Original-Received: from localhost ([::1]:42302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAppc-0007Da-1R for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Oct 2011 17:13:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAppX-0007By-Hd for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 17:13:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAppS-0006U2-NZ for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 17:13:42 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAppS-0006Td-2x for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 17:13:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RApqo-0006qq-NV for bug-gnu-emacs@gnu.org; Mon, 03 Oct 2011 17:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 03 Oct 2011 21:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 114 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 114-submit@debbugs.gnu.org id=B114.131767646026272 (code B ref 114); Mon, 03 Oct 2011 21:15:02 +0000 Original-Received: (at 114) by debbugs.gnu.org; 3 Oct 2011 21:14:20 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RApq6-0006pg-UF for submit@debbugs.gnu.org; Mon, 03 Oct 2011 17:14:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RApps-0006pN-AD for 114@debbugs.gnu.org; Mon, 03 Oct 2011 17:14:17 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RApoU-0000bs-Dk; Mon, 03 Oct 2011 17:12:38 -0400 X-Spook: Legion of Doom Downing Street bemd CISU Dateline Mantis X-Ran: 6;EGrGv43J.TIVzG^SNb6y>|7kjIb&tn0Y?~Gb(7)cC(.cYWuGNjAZ.fr*W<=hR_R^Muv7 X-Hue: green X-Attribution: GM In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 26 Sep 2011 21:40:11 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 03 Oct 2011 17:15:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52131 Archived-At: For anyone like me who had trouble following the recipe: emacs -Q -f shell touch foo bar RET echo foo RET C-u 2 C-p C-u 5 C-f ; point now on "f" of "echo foo" baTAB ; completes so that line reads "echo bar foo", with cursor on "f". RET ; -> tries to run the command "foo" If you type "bar " by hand rather than using tab completion, there is no problem.