unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Sean McLaughlin <seanmcl@gmail.com>,
	Peter Szilagyi <pszilagyi@janestreet.com>,
	13655@debbugs.gnu.org
Subject: bug#13655: 23.2; sit-for doesn't return on input in other X displays
Date: Thu, 21 Feb 2013 21:05:13 -0500	[thread overview]
Message-ID: <jwv7gm1152a.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <56D1FAA9-12B9-483D-8FE7-0626FC954A9A@swipnet.se> ("Jan Djärv"'s message of "Thu, 21 Feb 2013 19:29:21 +0100")

> That is about all I know.  Just not calling
> temporarily_switch_to_single_kboard may solve this, but may have other
> side effects.

IIUC the temporarily_switch_to_single_kboard is there so that when you
use Emacs on several terminals at the same time, interleaved events from
the various terminals is "properly" de-interleaved.
The intended use case is "several terminals on several machines with
different people on each machine".

I think a more important use case is "press <key1> on terminal1 and
<key2> on terminal2 almost at the same time and <key1> and <key2> both
expand to escape byte sequences".  So it's important that the bytes from
each terminal don't get mixed up, otherwise input-decode-map won't be
able to turn them back into <key1> and <key2>.  IIUC this use case does
not require temporarily_switch_to_single_kboard in call-interactively.



        Stefan





  reply	other threads:[~2013-02-22  2:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 17:38 bug#13655: 23.2; sit-for doesn't return on input in other X displays Peter Szilagyi
2013-02-16 17:13 ` Jan Djärv
2013-02-20 16:42   ` Peter Szilagyi
2013-02-20 16:45     ` Sean McLaughlin
2013-02-21 18:29       ` Jan Djärv
2013-02-22  2:05         ` Stefan Monnier [this message]
2013-02-22 18:08           ` Sean McLaughlin

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=jwv7gm1152a.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=13655@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=pszilagyi@janestreet.com \
    --cc=seanmcl@gmail.com \
    /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).