help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs audio problem


From: Jason Rumney
Subject: Re: Emacs audio problem
Date: Fri, 1 Feb 2013 05:38:52 -0800 (PST)
User-agent: G2/1.0

On Friday, 1 February 2013 02:32:05 UTC+8, Dan Espen  wrote:
> 
> (setq ring-bell-function (lambda ()
> 
>  (play-sound-file "/home/me/audio/tap2.au")))
> 
> This works, but has an undesirable side effect.
> 
> It looks like keystrokes are ignored until after the sound plays.
> 
> Anyone have a suggestion?

Use start-process to have an external program play the sound.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]