unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: 8869@debbugs.gnu.org
Subject: bug#8869: Unjustified selection time-out
Date: Sat, 25 Jun 2011 23:40:47 -0400	[thread overview]
Message-ID: <yyx39ix5kg0.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <4DFDDA20.9010906@swipnet.se> ("Jan Djärv"'s message of "Sun, 19 Jun 2011 13:14:40 +0200")

Jan Djärv <jan.h.d@swipnet.se> writes:

> Adding this patch:
>
> === modified file 'src/process.c'
> --- src/process.c       2011-06-14 18:57:19 +0000
> +++ src/process.c       2011-06-19 11:09:30 +0000
> @@ -4484,6 +4484,11 @@
>           nfds = 0;
>           no_avail = 1;
>         }
> +      else if (read_kbd == 0 && detect_input_pending ())
> +       {
> +         nfds = 1;
> +         no_avail = 1;
> +       }
>        else
>         {
>
> fixes the timeout issue in this report, but probably has some bad
> effect elsewhere.

I stared at the code a long time, and I think it should have no bad
effect.  I've committed a slightly tweaked version of this fix; let's
see how it plays out.  Thanks for debugging.





  reply	other threads:[~2011-06-26  3:40 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-15 15:42 bug#8869: Unjustified selection time-out Stefan Monnier
2011-06-16  1:00 ` David De La Harpe Golden
2011-06-16  6:58   ` Jan D.
2011-06-16 13:44   ` Stefan Monnier
2011-06-16 15:36     ` David De La Harpe Golden
2011-06-17  2:56       ` Stefan Monnier
2011-06-17 18:11         ` David De La Harpe Golden
2011-06-18 22:03           ` Chong Yidong
2011-06-19 10:26             ` Jan Djärv
2011-06-19 11:14               ` Jan Djärv
2011-06-26  3:40                 ` Chong Yidong [this message]
2011-06-26  8:36                   ` Jan Djärv
2011-06-26 19:30                     ` Chong Yidong
2011-07-01  1:32                       ` Stefan Monnier
2011-07-01  7:05                         ` Jan Djärv
2011-07-04 14:55                           ` Stefan Monnier
2011-07-06 13:29                           ` Stefan Monnier
2011-07-08  2:07                             ` David De La Harpe Golden
2011-07-08  2:20                               ` Stefan Monnier
2011-07-08  2:40                                 ` David De La Harpe Golden
2011-07-08 12:59                                   ` Stefan Monnier
2012-02-24  2:47                             ` Glenn Morris
2012-02-24  8:42                               ` Chong Yidong
2012-02-24 18:52                                 ` Glenn Morris
2012-02-24 23:52                                   ` Glenn Morris
2012-02-25  3:00                                   ` Chong Yidong
2011-06-19 19:59               ` Chong Yidong
2011-06-19 20:45                 ` Jan Djärv
2011-06-19 21:13                   ` Chong Yidong
2011-06-20  6:27                     ` Jan Djärv
2011-06-20 14:57                       ` Chong Yidong
2011-06-20 15:24                         ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yyx39ix5kg0.fsf@fencepost.gnu.org \
    --to=cyd@stupidchicken.com \
    --cc=8869@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).