[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.1 flushes stdin on startup
From: |
Ted Zlatanov |
Subject: |
Re: Emacs 23.1 flushes stdin on startup |
Date: |
Fri, 28 Aug 2009 21:07:49 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Fri, 28 Aug 2009 20:48:40 -0400 Stefan Monnier <address@hidden> wrote:
>> Please see bug#4234, I have a patch there to allow emacs to read the
>> background color from xterm so that it can set the correct
>> background-mode (and not just default to 'light).
>> When that code is allowed to be checked in,
>> `xterm-enable-modify-other-keys' will not be appropriate anymore.
>> Maybe `xterm-enable-terminal-query' ?
SM> The problem is that we don't want to control whether we query or not,
SM> but also the decision we take based on the (expected) result.
SM> So maybe your code should use a similar xterm-background-mode which can
SM> be set to `dark', `light' or `check'.
Dan, since you are driving #4234, do you want to just fold my patch into
yours and change it to be consistent with your naming, whatever it is
when you and Stefan come to agreement? It would certainly be easier
since my side is done and not critical for quick inclusion.
Thanks
Ted
- Re: Emacs 23.1 flushes stdin on startup, (continued)
- Re: Emacs 23.1 flushes stdin on startup, Stefan Monnier, 2009/08/06
- Re: Emacs 23.1 flushes stdin on startup, Ted Zlatanov, 2009/08/11
- Re: Emacs 23.1 flushes stdin on startup, Ted Zlatanov, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Ulrich Mueller, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Ted Zlatanov, 2009/08/28
- Re: Emacs 23.1 flushes stdin on startup, Ulrich Mueller, 2009/08/29
- Re: Emacs 23.1 flushes stdin on startup, Chong Yidong, 2009/08/29
- 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 <=
- 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