bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#114: Shell-mode: File completion breaks editing previous commands


From: Glenn Morris
Subject: bug#114: Shell-mode: File completion breaks editing previous commands
Date: Mon, 03 Oct 2011 17:12:38 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]