From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Inhibit more keyboard event during execution of function
Date: Tue, 29 Dec 2009 22:11:58 +0000 (UTC) [thread overview]
Message-ID: <slrnhjkvle.q8p.nospam-abuse@powdermilk.math.berkeley.edu> (raw)
In-Reply-To: 87skauojkb.fsf@gmail.com
On 2009-12-28, Mathias Dahl <mathias.dahl@gmail.com> wrote:
> I have made a small game for my kid that lets him press a key and that
> will play a sound and display an image. It is implemented as a major
> mode with a keymap where each key is defined using `define-key' and
> bound to a special play command with a string of what to play (say,
> "cow"). Now, it works for me, but when I tested this on my son today he
> kept the key pressed way longer than I do, with the effect that the key
> repeats, playing the sound many times. Quite annoying. Is there a way to
> get around this? I have been thinking of having some timing built in so
> that I will not play again unless a certain time has passed.
>
> Also, even though I tell Emacs to draw the image first (using
> `insert-image-file'), it is not displayed until the sound has stopped
> playing (I use `play-sound-file'). Any way around this?
If you sound is played syncroneously, just introduce a global
variable, set it on during sound play, and do sound play conditionally
- only if the variable is not set.
If the play is async - may be much harder...
Hope this helps,
Ilya
next prev parent reply other threads:[~2009-12-29 22:11 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
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 [this message]
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
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=slrnhjkvle.q8p.nospam-abuse@powdermilk.math.berkeley.edu \
--to=nospam-abuse@ilyaz.org \
--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.
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).