[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8869: Unjustified selection time-out
From: |
Chong Yidong |
Subject: |
bug#8869: Unjustified selection time-out |
Date: |
Sun, 19 Jun 2011 17:13:12 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Jan Djärv <jan.h.d@swipnet.se> writes:
> Maybe it will, but it is a bad solution (busy wait). It also does not
> solve the error in process.c. That error may very well be responsible
> for the hang Emacs sometimes does when it should be saving the session
> and exit.
Hmm, I'm not sure I understand what you're saying. My impression is
that Emacs is getting stuck on wait_reading_process_output's select()
call, which doesn't exit to do the necessary X event processing until
some user input is available. If that's the case, then the problem is
calling select() with a long timeout.
- bug#8869: Unjustified selection time-out, (continued)
- bug#8869: Unjustified selection time-out, David De La Harpe Golden, 2011/06/17
- bug#8869: Unjustified selection time-out, Chong Yidong, 2011/06/18
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/19
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/19
- bug#8869: Unjustified selection time-out, Chong Yidong, 2011/06/25
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/26
- bug#8869: Unjustified selection time-out, Chong Yidong, 2011/06/26
- bug#8869: Unjustified selection time-out, Stefan Monnier, 2011/06/30
- bug#8869: Unjustified selection time-out, Chong Yidong, 2011/06/19
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/19
- bug#8869: Unjustified selection time-out,
Chong Yidong <=
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/20
- bug#8869: Unjustified selection time-out, Chong Yidong, 2011/06/20
- bug#8869: Unjustified selection time-out, Jan Djärv, 2011/06/20