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: Stefan Monnier
Subject: bug#114: Shell-mode: File completion breaks editing previous commands
Date: Mon, 03 Oct 2011 20:57:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

> 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.

Ah, I guess there's some funny `field' text property going on.


        Stefan




reply via email to

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