[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: comint-interrupt-subjob also kills pending input
From: |
Stefan Monnier |
Subject: |
Re: comint-interrupt-subjob also kills pending input |
Date: |
Tue, 18 Jun 2002 10:55:34 -0400 |
> I find that it's almost _always_ the case that when I interrupt a
> process in shell-mode, and have pending input, that I want the input to
> remain pending (so with the previous comint behavior, I'd almost always
> immediately hit C-y).
>
> With your change it becomes much more difficult to do that.
>
> It is trivial -- M-p brings it back.
>
> Instead of replacing `comint-kill-input' with `comint-skip-input', why
> not just have nothing?
>
> I don't like that. C-c C-c in Emacs is supposed to be like C-c in
> an ordinary terminal. People could be painfully surprised if that
> fails to discard the input.
I for one would be happy to see Emacs keep the input, since I've
always been annoyed that shells don't keep it (especially since they
typically also fail to put the discarded input in the history so
M-p doesn't even work).
Stefan
- Re: comint-interrupt-subjob also kills pending input, Richard Stallman, 2002/06/14
- Re: comint-interrupt-subjob also kills pending input, Miles Bader, 2002/06/16
- Re: comint-interrupt-subjob also kills pending input, Richard Stallman, 2002/06/18
- Re: comint-interrupt-subjob also kills pending input,
Stefan Monnier <=
- Re: comint-interrupt-subjob also kills pending input, Miles Bader, 2002/06/18
- Re: comint-interrupt-subjob also kills pending input, Richard Stallman, 2002/06/20
- Re: comint-interrupt-subjob also kills pending input, Miles Bader, 2002/06/20
- Re: comint-interrupt-subjob also kills pending input, Richard Stallman, 2002/06/22
- Re: comint-interrupt-subjob also kills pending input, Miles Bader, 2002/06/22
- Re: comint-interrupt-subjob also kills pending input, Richard Stallman, 2002/06/24