[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch for Emacs X focus issue
From: |
Richard Stallman |
Subject: |
Re: Patch for Emacs X focus issue |
Date: |
Mon, 24 Jun 2002 13:39:30 -0600 (MDT) |
The code in question ignored FOCUS_IN_EVENT when looking for pending
input.
That was the intention. There was a bug report that input-pending-p
reported that there was input available, even when it was just a focus
change. I made this change to fix that.
So when a new frame got focus, the modeline face was not
changed immediately to the "active" looking face.
It is right to fix that bug, but simply removing the change is not
correct. That would reintroduce the other bug.
- Patch for Emacs X focus issue, Jan D., 2002/06/23
- Re: Patch for Emacs X focus issue, Stefan Monnier, 2002/06/23
- Re: Patch for Emacs X focus issue, Jan D., 2002/06/23
- Re: Patch for Emacs X focus issue,
Richard Stallman <=
- Re: Patch for Emacs X focus issue, Jan D., 2002/06/24
- Re: Patch for Emacs X focus issue, David, 2002/06/25
- Re: Patch for Emacs X focus issue, Richard Stallman, 2002/06/25
- Re: Patch for Emacs X focus issue, Jan D., 2002/06/26
- Re: Patch for Emacs X focus issue, Richard Stallman, 2002/06/28
- Re: Patch for Emacs X focus issue, Jan D., 2002/06/28