[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.1 flushes stdin on startup
From: |
Stefan Monnier |
Subject: |
Re: Emacs 23.1 flushes stdin on startup |
Date: |
Fri, 28 Aug 2009 20:48:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
> 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' ?
The problem is that we don't want to control whether we query or not,
but also the decision we take based on the (expected) result.
So maybe your code should use a similar xterm-background-mode which can
be set to `dark', `light' or `check'.
Stefan
- 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/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 <=
- 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