all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathias Dahl <mathias.dahl@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Inhibit more keyboard event during execution of function
Date: Tue, 29 Dec 2009 12:03:50 -0800 (PST)	[thread overview]
Message-ID: <8099faf2-367b-4e4e-b55e-d9c8710806c4@m25g2000yqc.googlegroups.com> (raw)
In-Reply-To: mailman.367.1262069524.18930.help-gnu-emacs@gnu.org

> I don't know if this will work, but you could try let-binding
> unread-command-events to nil while the sound is being played.
> The idea is that any input events would be added to the queue,
> but when the sound is done the queued events would be discarded
> and the command loop wouldn't see them.

Thanks! It sounded like a good idea but it did not work. This is what
I did:

(defun esb-play (thing)
  "Play sound and display image for THING."
  (let ((unread-command-events nil))
    (esb-display-image (concat esb-data-dir thing ".jpg"))
    (play-sound-file ...
    ...

If I keep a key pressed or type it repeatedly it will still
"record" (queue?)
what is pressed during play.

Any other ideas?

/Mathias


  parent reply	other threads:[~2009-12-29 20:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-28 21:49 Inhibit more keyboard event during execution of function Mathias Dahl
2009-12-29  6:51 ` Kevin Rodgers
     [not found] ` <mailman.367.1262069524.18930.help-gnu-emacs@gnu.org>
2009-12-29 20:03   ` Mathias Dahl [this message]
2009-12-29 20:53     ` Lennart Borgman
     [not found]     ` <mailman.388.1262120023.18930.help-gnu-emacs@gnu.org>
2009-12-29 22:40       ` Mathias Dahl
2009-12-29 23:52         ` Lennart Borgman
2009-12-29 22:11 ` Ilya Zakharevich
2009-12-29 22:38   ` Mathias Dahl
2009-12-29 22:56 ` Mathias Dahl
2009-12-29 23:00   ` Mathias Dahl
2009-12-30  9:52     ` Andreas Politz
     [not found]     ` <mailman.421.1262166805.18930.help-gnu-emacs@gnu.org>
2009-12-31  7:51       ` Mathias Dahl

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

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

  git send-email \
    --in-reply-to=8099faf2-367b-4e4e-b55e-d9c8710806c4@m25g2000yqc.googlegroups.com \
    --to=mathias.dahl@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.