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, 17 Oct 2011 12:34:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

> I think there are two issues:
> 1- handling the `insert' case as well as possible, because a lot of code
>    uses just `insert' (tho in practice very few cases seem to show up:
>    yank, completion, any other?).

I've installed the patch that makes comint use nil rather than `input'
for the field property.

> 2- changing (some) users of `insert' such as completion to use
>    insert-and-inherit.

And I've also installed a patch that makes completion use
insert-and-inherit for good measure.


        Stefan




reply via email to

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