[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.1 flushes stdin on startup
From: |
Ulrich Mueller |
Subject: |
Re: Emacs 23.1 flushes stdin on startup |
Date: |
Sat, 29 Aug 2009 11:12:38 +0200 |
>>>>> On Fri, 28 Aug 2009, Ted Zlatanov wrote:
UM> Isn't there any better solution? For example, can't the pending input
UM> be saved and stuffed back into the input buffer, instead of discarding
UM> it?
> Emacs already tries to DTRT so this overrides it when the user wants
> or it can't guess accurately.
> See http://article.gmane.org/gmane.emacs.help/66789 for the original
> post.
I had read that post. The question is if discarding the input is
really necessary, or if it could be saved somehow?
> I think (from looking at the code) that doing it without a variable
> would require much more complicated code, and the benefit would be
> small.
The benefit would be that pending input wasn't discarded in the
default configuration.
Ulrich
- Re: Emacs 23.1 flushes stdin on startup, Ted Zlatanov, 2009/08/05
- Re: Emacs 23.1 flushes stdin on startup, Stefan Monnier, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Dan Nicolaescu, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Stefan Monnier, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Ted Zlatanov, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Dan Nicolaescu, 2009/08/29
- Re: Emacs 23.1 flushes stdin on startup, Dan Nicolaescu, 2009/08/30
Re: Emacs 23.1 flushes stdin on startup, Stefan Monnier, 2009/08/06
Re: Emacs 23.1 flushes stdin on startup, Johan Bockgård, 2009/08/07